commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch master updated (767e747 -> 0ff287c)


From: Samuel Thibault
Subject: [hurd] branch master updated (767e747 -> 0ff287c)
Date: Sun, 09 Nov 2014 12:50:41 +0000

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

sthibault pushed a change to branch master
in repository hurd.

      from  767e747   local/setup-translators: Also setup /servers/socket/26.
      adds  0845eb9   New upstream snapshot
      adds  da86662   Merge branch 'upstream-merged'
      adds  e8e2baa   patches/git-R-protected-payloads.patch: Revert upstream 
commit
      adds  0ff287c   Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd

No new revisions were added by this update.

Summary of changes:
 Makeconf                                      |   4 +
 Makefile                                      |   4 +-
 NEWS                                          |  22 ++
 TODO                                          |   2 -
 boot/boot.c                                   |   2 +-
 configure.ac                                  |  10 +-
 console-client/Makefile                       |   8 +-
 console/pager.c                               |  29 +-
 debian/changelog                              |  18 +-
 debian/patches/exec_filename_fs.patch         |  18 +-
 debian/patches/exec_filename_use.patch        |  34 +--
 debian/patches/external.patch                 | 107 +------
 debian/patches/git-R-protected-payloads.patch |  68 +++++
 debian/patches/git-random_buffer.patch        |  39 ---
 debian/patches/makedev.diff                   |   6 +-
 debian/patches/mount-bind.patch               | 113 -------
 debian/patches/mount.patch                    |   6 +-
 debian/patches/newRPC.patch                   |  65 +---
 debian/patches/series                         |   5 +-
 debian/patches/tmp_exec_startup.patch         |  14 +-
 doc/hurd.texi                                 |   4 +-
 exec/elfcore.c                                |   4 +-
 exec/exec.c                                   |  10 +
 exec/main.c                                   | 106 ++++++-
 ext2fs/dir.c                                  |  32 +-
 ext2fs/pager.c                                |  30 +-
 fatfs/pager.c                                 |  28 +-
 ftpfs/dir.c                                   |  20 +-
 hurd/default_pager.defs                       |   2 +-
 hurd/fs.defs                                  |   4 +-
 hurd/hurd_types.h                             |   1 +
 hurd/paths.h                                  |   2 +
 hurd/shared.h                                 |   2 +-
 hurd/term.defs                                |  14 +-
 include/refcount.h                            |  77 ++++-
 libcons/extra-version.c                       |   2 +-
 libcons/vcons-add.c                           |   2 +-
 libcons/vcons-remove.c                        |   2 +-
 libdiskfs/boot-start.c                        |   7 +-
 libdiskfs/dir-rename.c                        |   1 -
 libdiskfs/disk-pager.c                        |  28 +-
 libdiskfs/diskfs.h                            |  33 ++-
 libdiskfs/extra-version.c                     |   2 +-
 libdiskfs/file-chflags.c                      |   8 +
 libdiskfs/file-get-children.c                 |   9 +-
 libdiskfs/file-statfs.c                       |   2 +
 libdiskfs/get-source.c                        |   2 +-
 libdiskfs/init-init.c                         |   4 +
 libdiskfs/io-duplicate.c                      |   3 +
 libdiskfs/io-reauthenticate.c                 |   2 +
 libdiskfs/io-restrict-auth.c                  |   3 +
 libdiskfs/lookup.c                            |  31 --
 libdiskfs/name-cache.c                        | 410 ++++++++++++++++----------
 libdiskfs/node-make.c                         |  39 ++-
 libdiskfs/peropen-make.c                      |   2 +-
 libdiskfs/protid-make.c                       |   6 +-
 libdiskfs/readonly-changed.c                  |   2 +-
 libdiskfs/sync-default.c                      |   2 +-
 libdiskfs/validate-author.c                   |   2 +-
 libdiskfs/validate-flags.c                    |   2 +-
 libdiskfs/validate-group.c                    |   2 +-
 libdiskfs/validate-mode.c                     |   2 +-
 libdiskfs/validate-owner.c                    |   2 +-
 libdiskfs/validate-rdev.c                     |   2 +-
 libfshelp/fshelp.h                            |   9 +-
 libfshelp/translator-list.c                   |  28 +-
 libihash/ihash.h                              |   3 +-
 libmachdev/net.c                              |   6 +-
 libnetfs/file-get-children.c                  |   9 +-
 libnetfs/file-get-storage-info-default.c      |   2 +-
 libnetfs/get-source.c                         |   2 +-
 libnetfs/init-init.c                          |   3 +
 libnetfs/make-node.c                          |  29 +-
 libnetfs/netfs.h                              |  27 ++
 libnetfs/set-get-trans.c                      |   4 +-
 libnetfs/trans-callback.c                     |   5 +-
 libpager/Makefile                             |   2 +-
 libpager/chg-compl.c                          |   4 +-
 libpager/data-request.c                       |   3 -
 libpager/data-return.c                        |   4 -
 libpager/data-unlock.c                        |   5 -
 libpager/demuxer.c                            | 287 +++++++++++++++++-
 libpager/lock-completed.c                     |   2 -
 libpager/no-senders.c                         |   1 -
 libpager/notify-stubs.c                       |  10 -
 libpager/object-init.c                        |   2 -
 libpager/object-terminate.c                   |   8 +-
 libpager/pager.h                              |   7 +-
 libpager/priv.h                               |   4 -
 libpager/queue.h                              |  61 ++++
 libpager/seqnos.c                             |  79 -----
 libpager/stubs.c                              |   9 -
 libpipe/pipe.c                                |   6 +-
 libports/bucket-iterate.c                     |  22 +-
 libports/claim-right.c                        |   5 +-
 libports/class-iterate.c                      |  10 +-
 libports/complete-deallocate.c                |  19 +-
 libports/create-bucket.c                      |   6 -
 libports/create-class.c                       |   1 -
 libports/create-internal.c                    |  22 +-
 libports/dead-name.c                          |   2 +-
 libports/destroy-right.c                      |   5 +-
 libports/get-right.c                          |   2 +-
 libports/import-port.c                        |  22 +-
 libports/inhibit-all-rpcs.c                   |  27 +-
 libports/inhibit-bucket-rpcs.c                |   3 +-
 libports/inhibit-class-rpcs.c                 |  27 +-
 libports/init.c                               |   7 +-
 libports/lookup-port.c                        |  29 +-
 libports/port-deref-weak.c                    |  10 +-
 libports/port-deref.c                         |  34 +--
 libports/port-ref-weak.c                      |   6 +-
 libports/port-ref.c                           |   6 +-
 libports/ports.h                              |  26 +-
 libports/reallocate-from-external.c           |  17 +-
 libports/reallocate-port.c                    |   9 +-
 libports/transfer-right.c                     |  20 +-
 libshouldbeinlibc/idvec-impgids.c             |  14 +-
 libshouldbeinlibc/timefmt.c                   |   2 +-
 libstore/part.c                               |  11 +
 libthreads/cthreads.c                         |   9 +-
 libtrivfs/get-source.c                        |   2 +-
 libtrivfs/protid-clean.c                      |   4 +-
 mach-defpager/default_pager.c                 |  11 +
 mach-defpager/mig-decls.h                     |   6 +
 mach-defpager/mig-mutate.h                    |   3 +
 pfinet/linux-src/net/ipv4/af_inet.c           |   1 +
 pfinet/main.c                                 |   2 +-
 procfs/Makefile                               |  77 ++---
 procfs/process.c                              | 106 ++++++-
 procfs/rootdir.c                              | 212 ++++++++-----
 random/random.c                               |  21 +-
 storeio/pager.c                               |  26 +-
 sutils/MAKEDEV.sh                             |   4 +-
 term/main.c                                   |  24 +-
 {libports => term}/mig-decls.h                |  16 +-
 term/mig-mutate.h                             |  10 +-
 term/term.h                                   |   5 +
 term/users.c                                  |   4 +-
 tmpfs/tmpfs.c                                 |   3 +-
 trans/fakeroot.c                              | 136 +++++----
 trans/hello-mt.c                              |  28 +-
 trans/hello.c                                 |  21 +-
 trans/ifsock.c                                |   2 +-
 trans/mtab.c                                  |  15 +-
 trans/proxy-defpager.c                        |   2 +
 utils/login.c                                 |   4 +-
 utils/mount.c                                 |  39 ++-
 utils/rpctrace.c                              |  10 +-
 utils/settrans.c                              |  48 ++-
 utils/umount.c                                |   5 +-
 151 files changed, 2010 insertions(+), 1355 deletions(-)
 create mode 100644 debian/patches/git-R-protected-payloads.patch
 delete mode 100644 debian/patches/git-random_buffer.patch
 delete mode 100644 debian/patches/mount-bind.patch
 create mode 100644 libpager/queue.h
 delete mode 100644 libpager/seqnos.c
 copy {libports => term}/mig-decls.h (77%)

-- 
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]