commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 70/70: Merge remote-tracking branch 'upstream/master' into upstre


From: Samuel Thibault
Subject: [hurd] 70/70: Merge remote-tracking branch 'upstream/master' into upstream
Date: Mon, 16 Sep 2013 07:41:48 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit b2f874578e44cc79d0b7dbc6a3835dc12ec1ab4c
Merge: de8b182 ea4802b
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 16 00:16:22 2013 +0000

    Merge remote-tracking branch 'upstream/master' into upstream

 TODO                                |    4 -
 config.make.in                      |   13 +
 configure.ac                        |   15 +-
 console-client/Makefile             |    4 +-
 console-client/console.c            |  115 ++++-
 console/pager.c                     |   10 +-
 daemons/console-run.c               |    5 +-
 exec/Makefile                       |   12 +-
 exec/exec.c                         |  933 +++--------------------------------
 exec/main.c                         |    3 +-
 exec/priv.h                         |   43 +-
 ext2fs/balloc.c                     |   31 +-
 ext2fs/ext2fs.c                     |    6 +-
 ext2fs/ext2fs.h                     |  145 +++++-
 ext2fs/getblk.c                     |   21 +-
 ext2fs/hyper.c                      |   35 +-
 ext2fs/ialloc.c                     |   37 +-
 ext2fs/inode.c                      |   40 +-
 ext2fs/pager.c                      |  467 +++++++++++++++++-
 ext2fs/pokel.c                      |   39 +-
 ext2fs/truncate.c                   |    9 +-
 fatfs/pager.c                       |   11 +-
 hurd/fsys.defs                      |   22 +-
 hurd/fsys_reply.defs                |   12 +-
 hurd/process.defs                   |   32 +-
 hurd/process_reply.defs             |  134 ++++-
 hurd/process_request.defs           |   33 +-
 include/pids.h                      |   29 ++
 init/init.c                         |   24 +-
 isofs/pager.c                       |   12 +-
 libdiskfs/Makefile                  |    5 +-
 libdiskfs/boot-start.c              |    3 +-
 libdiskfs/dead-name.c               |    4 +-
 libdiskfs/dir-lookup.c              |   26 +-
 libdiskfs/disk-pager.c              |    6 +-
 libdiskfs/diskfs-pager.h            |    3 +-
 libdiskfs/diskfs.h                  |   11 +-
 libdiskfs/file-set-trans.c          |   19 +-
 libdiskfs/fsys-get-children.c       |   99 ++++
 libdiskfs/fsys-get-source.c         |   34 ++
 libdiskfs/fsys-getroot.c            |    3 +-
 libdiskfs/get-source.c              |   28 ++
 libdiskfs/init-startup.c            |   10 +-
 libdiskfs/peropen-make.c            |    8 +
 libdiskfs/peropen-rele.c            |    1 +
 libfshelp/Makefile                  |    3 +-
 libfshelp/fshelp.h                  |   33 +-
 libfshelp/translator-list.c         |  169 +++++++
 libihash/ihash.h                    |   17 +
 libnetfs/Makefile                   |    7 +-
 {libdiskfs => libnetfs}/dead-name.c |   12 +-
 libnetfs/dir-lookup.c               |   26 +-
 libnetfs/file-get-transcntl.c       |   52 ++
 libnetfs/file-get-translator.c      |   14 +
 libnetfs/file-set-translator.c      |   17 +-
 libnetfs/fsstubs.c                  |    8 -
 libnetfs/fsys-get-children.c        |  112 +++++
 libnetfs/fsys-get-source.c          |   34 ++
 libnetfs/fsys-getroot.c             |    6 +-
 libnetfs/get-source.c               |   28 ++
 libnetfs/init-startup.c             |   14 +
 libnetfs/make-peropen.c             |    8 +
 libnetfs/netfs.h                    |   10 +-
 libnetfs/release-peropen.c          |    1 +
 libpager/data-request.c             |    3 +-
 libpager/data-return.c              |   79 ++-
 libpager/pager-create.c             |    4 +-
 libpager/pager.h                    |   23 +-
 libpager/priv.h                     |    1 +
 libshouldbeinlibc/Makefile          |    4 +-
 libshouldbeinlibc/nullauth.c        |   47 ++
 libshouldbeinlibc/nullauth.h        |   31 ++
 libstore/Makefile                   |    4 -
 {exec => libstore}/crypt.h          |    0
 {exec => libstore}/do-bunzip2.c     |    0
 {exec => libstore}/gzip.h           |    0
 {exec => libstore}/inflate.c        |    0
 {exec => libstore}/tailor.h         |    0
 {exec => libstore}/unzip.c          |    0
 {exec => libstore}/util.c           |    0
 libtrivfs/Makefile                  |    5 +-
 libtrivfs/fsys-get-children.c       |   35 ++
 libtrivfs/fsys-get-source.c         |   33 ++
 libtrivfs/get-source.c              |   28 ++
 libtrivfs/startup.c                 |   19 +
 libtrivfs/trivfs.h                  |    8 +-
 mach-defpager/main.c                |   13 +
 pfinet/main.c                       |    3 +-
 pfinet/tunnel.c                     |   13 +-
 proc/exc-reply.defs                 |   36 --
 proc/info.c                         |    2 +-
 proc/main.c                         |    3 +-
 proc/mgt.c                          |   77 ++-
 proc/pgrp.c                         |    7 +-
 proc/proc.h                         |    6 +-
 storeio/pager.c                     |    9 +-
 sutils/fstab.c                      |  115 ++---
 tmpfs/pager-stubs.c                 |    8 +
 tmpfs/tmpfs.c                       |    6 +
 trans/Makefile                      |    8 +-
 trans/mtab.c                        |  800 ++++++++++++++++++++++++++++++
 trans/null.c                        |    5 +
 trans/symlink.c                     |   28 ++
 ufs/pager.c                         |   11 +-
 utils/Makefile                      |   13 +-
 utils/fakeroot.sh                   |   10 +-
 utils/match-options.c               |   68 +++
 utils/match-options.h               |   33 ++
 utils/mount.c                       |  122 ++++-
 utils/nullauth.c                    |   90 ++++
 utils/remap.sh                      |    8 +-
 utils/umount.c                      |  357 ++++++++++++++
 112 files changed, 4060 insertions(+), 1242 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]