commit-hurd
[Top][All Lists]
Advanced

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

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


From: Samuel Thibault
Subject: [hurd] 48/61: Merge remote-tracking branch 'upstream/master' into upstream
Date: Tue, 27 May 2014 08:32:14 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit 7ba3321630740c82d42b3157d75e6ac6db9b3047
Merge: d8b7d42 353fe33
Author: Samuel Thibault <address@hidden>
Date:   Sun May 25 15:01:31 2014 +0000

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

 boot/Makefile                             |   6 +-
 boot/boot.c                               |   2 +-
 config.make.in                            |   3 -
 configure.ac                              |   4 -
 console-client/Makefile                   |   4 -
 console-client/trans.c                    |   1 +
 console/console.c                         |  40 +++--
 console/display.c                         |  39 +++--
 console/mutations.h                       |   9 +-
 exec/Makefile                             |   1 +
 exec/exec.c                               |  20 ++-
 exec/execmutations.h                      |   8 +
 console/priv.h => exec/mig-decls.h        |  31 ++--
 exec/priv.h                               |   2 +-
 ext2fs/ext2fs.h                           |   8 +-
 ext2fs/hyper.c                            |  19 ++-
 ext2fs/ialloc.c                           |   3 +-
 ext2fs/inode.c                            |  11 +-
 ext2fs/pager.c                            |  90 +++++++---
 ext2fs/storeinfo.c                        |   1 +
 fatfs/inode.c                             |  14 +-
 fatfs/main.c                              |   3 +-
 fatfs/pager.c                             |  90 +++++++---
 hurd/exec_startup.defs                    |   6 +-
 hurd/hurd_types.defs                      |  24 +++
 hurd/hurd_types.h                         |   2 +
 hurd/interrupt.defs                       |   6 +-
 include/refcount.h                        | 263 ++++++++++++++++++++++++++++++
 isofs/inode.c                             |   1 +
 libdiskfs/Makefile                        |   1 +
 libdiskfs/boot-start.c                    |  11 +-
 libdiskfs/dir-renamed.c                   |   7 +-
 libdiskfs/diskfs.h                        |  23 +++
 libdiskfs/file-chg.c                      |   2 +-
 libdiskfs/file-chmod.c                    |   1 +
 libdiskfs/file-get-fs-opts.c              |   1 +
 libdiskfs/fsmutations.h                   |  15 +-
 libdiskfs/init-startup.c                  |   2 +
 libdiskfs/priv.h                          |   3 +-
 libihash/ihash.c                          | 151 ++++-------------
 libihash/ihash.h                          |  54 ++++--
 libnetfs/file-get-children.c              |   1 +
 libnetfs/file-getcontrol.c                |   2 +-
 libnetfs/file-set-translator.c            |   1 +
 libnetfs/fsstubs.c                        |   1 +
 libnetfs/mutations.h                      |   8 +-
 libpager/Makefile                         |   2 +-
 libpager/chg-compl.c                      |  10 +-
 libpager/data-request.c                   |  10 +-
 libpager/data-return.c                    |  13 +-
 libpager/data-unlock.c                    |   8 +-
 libpager/lock-completed.c                 |   8 +-
 {proc => libpager}/mig-decls.h            |  32 ++--
 proc/mig-decls.h => libpager/mig-mutate.h |  37 ++---
 libpager/no-senders.c                     |  21 +--
 libpager/notify-stubs.c                   |  20 +--
 libpager/object-init.c                    |   9 +-
 libpager/object-terminate.c               |   9 +-
 libpager/priv.h                           |   1 +
 libpager/seqnos.c                         |  14 +-
 libpager/stubs.c                          |  12 +-
 libports/Makefile                         |   1 +
 libports/bucket-iterate.c                 |  49 ++++--
 libports/interrupt-operation.c            |   4 +-
 libports/manage-one-thread.c              |   9 +-
 {proc => libports}/mig-decls.h            |  30 ++--
 proc/mig-decls.h => libports/mig-mutate.h |  42 ++---
 libports/notify-dead-name.c               |   5 +-
 libports/notify-msg-accepted.c            |   3 +-
 libports/notify-no-senders.c              |   5 +-
 libports/notify-port-deleted.c            |   3 +-
 libports/notify-port-destroyed.c          |   3 +-
 libports/notify-send-once.c               |   2 +-
 libports/ports.h                          |  25 +--
 libtrivfs/file-access.c                   |   1 +
 libtrivfs/file-chauthor.c                 |   1 +
 libtrivfs/file-chflags.c                  |   1 +
 libtrivfs/file-chg.c                      |   1 +
 libtrivfs/file-chmod.c                    |   1 +
 libtrivfs/file-chown.c                    |   1 +
 libtrivfs/file-exec.c                     |   1 +
 libtrivfs/file-get-children.c             |   1 +
 libtrivfs/file-get-fs-options.c           |   1 +
 libtrivfs/file-get-source.c               |   1 +
 libtrivfs/file-get-storage-info.c         |   1 +
 libtrivfs/file-get-trans.c                |   1 +
 libtrivfs/file-get-transcntl.c            |   1 +
 libtrivfs/file-getcontrol.c               |   1 +
 libtrivfs/file-getfh.c                    |   1 +
 libtrivfs/file-getlinknode.c              |   1 +
 libtrivfs/file-lock.c                     |   1 +
 libtrivfs/file-reparent.c                 |   2 +
 libtrivfs/file-set-size.c                 |   1 +
 libtrivfs/file-set-trans.c                |   1 +
 libtrivfs/file-statfs.c                   |   1 +
 libtrivfs/file-sync.c                     |   1 +
 libtrivfs/file-syncfs.c                   |   1 +
 libtrivfs/file-utimes.c                   |   1 +
 libtrivfs/fsys-forward.c                  |   1 +
 libtrivfs/fsys-get-options.c              |   1 +
 libtrivfs/fsys-getroot.c                  |   1 +
 libtrivfs/fsys-goaway.c                   |   1 +
 libtrivfs/fsys-set-options.c              |   1 +
 libtrivfs/fsys-stubs.c                    |   1 +
 libtrivfs/fsys-syncfs.c                   |   1 +
 libtrivfs/io-async-icky.c                 |   1 +
 libtrivfs/io-async.c                      |   1 +
 libtrivfs/io-duplicate.c                  |   1 +
 libtrivfs/io-identity.c                   |   1 +
 libtrivfs/io-map.c                        |   1 +
 libtrivfs/io-modes-get.c                  |   1 +
 libtrivfs/io-modes-off.c                  |   1 +
 libtrivfs/io-modes-on.c                   |   1 +
 libtrivfs/io-modes-set.c                  |   1 +
 libtrivfs/io-owner-get.c                  |   1 +
 libtrivfs/io-owner-mod.c                  |   1 +
 libtrivfs/io-pathconf.c                   |   1 +
 libtrivfs/io-read.c                       |   1 +
 libtrivfs/io-readable.c                   |   1 +
 libtrivfs/io-reauthenticate.c             |   1 +
 libtrivfs/io-restrict-auth.c              |   1 +
 libtrivfs/io-revoke.c                     |   1 +
 libtrivfs/io-seek.c                       |   1 +
 libtrivfs/io-select.c                     |   1 +
 libtrivfs/io-stat.c                       |   1 +
 libtrivfs/io-stubs.c                      |   1 +
 libtrivfs/io-version.c                    |   1 +
 libtrivfs/io-write.c                      |   1 +
 libtrivfs/mig-mutate.h                    |   6 +-
 pfinet/tunnel.c                           |   3 +
 proc/Makefile                             |   4 +-
 proc/hash.c                               |  11 --
 proc/mgt.c                                |   1 -
 proc/mig-decls.h                          |  18 ++
 proc/{mig-decls.h => mig-mutate.h}        |  39 ++---
 proc/notify.c                             |  24 +--
 proc/proc.h                               |   7 -
 storeio/io.c                              |   2 +
 storeio/storeio.c                         |   1 +
 term/devio.c                              |   6 +-
 term/users.c                              |   2 +
 tmpfs/node.c                              |  10 +-
 trans/Makefile                            |   4 +-
 trans/fakeroot.c                          |  30 ++--
 trans/fifo.c                              |   3 +
 trans/firmlink.c                          |   2 +
 trans/hello-mt.c                          |   2 +
 trans/hello.c                             |   2 +
 trans/magic.c                             |   2 +
 trans/mtab.c                              |   1 +
 trans/new-fifo.c                          |   4 +
 trans/null.c                              |   3 +
 trans/proxy-defpager.c                    |   1 +
 trans/streamio.c                          |   3 +
 utils/Makefile                            |   8 +-
 utils/rpctrace.c                          |   2 +
 156 files changed, 1056 insertions(+), 582 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]