commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (de8b182 -> b2f8745)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (de8b182 -> b2f8745)
Date: Mon, 16 Sep 2013 07:41:33 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  de8b182   Merge remote-tracking branch 'upstream/master' into 
upstream
       new  7424060   config.make: Use more configure settings when building 
xkb-data
       new  25a628b   Fix polling pfinet tun for write
       new  7755215   utils: escape arguments in fakeroot.sh
       new  67dcc66   utils: escape arguments in remap.sh
       new  0d3903e   mount: add -n and --no-mtab arguments
       new  7cf9f75   mount: fix mount -oremount with one parameter
       new  178b15f   mount: add -f and --fake arguments
       new  61c5d30   mount: implement -O, --test-opts
       new  bf827fd   mount: ignore mounted filesystems if --all is given
       new  cc96e7a   sutils: allow multiple entries for the device "none"
       new  bcca1a3   sutils: fix the semantic of -t, --types in fstab.c
       new  a2e7bbe   umount: add a umount utility
       new  8284389   libnetfs: properly respond to file_get_translator requests
       new  9b3a87f   Optimize translator string copy
       new  193cef0   Define and use symbolic names for important processes
       new  9a73a31   Add configure checks for libdaemon
       new  4f6fe9c   console-client: add daemonizing support
       new  4c28f07   libshouldbeinlibc: Add nullauth.{c,h}
       new  a0ac380   trans: drop privileges in the null translator
       new  7075bc1   tmpfs: drop privileges in the tmpfs translator
       new  7808ed7   utils: add nullauth utility
       new  724089f   Disable transparent gzip/bzip2 decompression
       new  c4549b0   Do not build gzip/bzip2 support
       new  48da122   exec: Remove #ifdef 0-out code for user specified exec 
servers.
       new  1fed12b   exec: remove the BFD code
       new  0845794   hurd: add missing routines in process_reply.defs
       new  7f76449   daemons: fix setsid(2) in console-run
       new  9bb6c17   libnetfs: implement file_get_translator_cntl
       new  8436e1b   libnetfs: handle dead-name notifications
       new  69c5f5e   umount: add a umount utility
       new  7077644   Merge branch 'master-merge2' into master-merge
       new  bc7f705   Merge branch 'master-merge'
       new  c879fee   Reserve RPC ID for proc_set_init_task
       new  ecceb56   proc: make the function check_owner available
       new  07031c6   proc: add proc_mark_important server code
       new  5f536bc   hurd: add proc_mark_important
       new  580abff   init: Mark all of inits children and init itself as 
important
       new  04de8fc   libdiskfs: register libdiskfs-based translators as 
important
       new  5b7ec73   libnetfs: register libnetfs-based translators as important
       new  e3c51fc   libtrivfs: register libtrivfs-based translators as 
important
       new  ed1863a   mach-defpager: register mach-defpager translators as 
important
       new  4bb80f9   trans: register symlink translators as important
       new  c3a7003   Fix build
       new  96f54b8   mount: handle -t auto
       new  cc22fd1   Fix variable names
       new  c62a440   proc: keep track of {start,end}_code
       new  753ee9a   hurd: add proc_{get,set}_code
       new  56ec51a   exec: keep track of the range where executable segments 
are mapped
       new  561d888   proc: remove unused file exc-reply.defs
       new  f1f56bb   proc: Remove unused declaration of zombie_list
       new  39e97c7   libihash: add HURD_IHASH_ITERATE_ITEMS macro
       new  06d49cd   libdiskfs: track file name in struct peropen
       new  2ea00da   libnetfs: track file name in struct peropen
       new  9df906e   libfshelp: add translator-list.c
       new  f18f06e   libdiskfs: add fsys_get_children
       new  b83056e   libnetfs: add fsys_get_children
       new  89a8312   libtrivfs: add fsys_get_children
       new  c51d6ea   trans/symlink.c: add fsys_get_children
       new  8acdc0f   hurd: add fsys_get_children
       new  70b1ab5   libdiskfs: add fsys_get_source
       new  3a5bcbc   libnetfs: add fsys_get_source
       new  054d366   libtrivfs: add fsys_get_source
       new  2738f9d   trans/symlink.c: add fsys_get_source
       new  bdd2c07   hurd: add fsys_get_source
       new  a9a800d   trans: add mtab translator
       new  23ca8f5   exec: remove support for transparently unbzip2ing 
executables
       new  b2e27fc   exec: remove support for transparently ungziping 
executables
       new  0e84786   Handle notification on page eviction
       new  ea4802b   Large store support for ext2fs
       new  b2f8745   Merge remote-tracking branch 'upstream/master' into 
upstream

The 70 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 .../default-uninhibitable-rpcs.c => include/pids.h |   18 +-
 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 +++
 .../append-args.c => libdiskfs/fsys-get-source.c   |   24 +-
 libdiskfs/fsys-getroot.c                           |    3 +-
 libcons/extra-version.c => libdiskfs/get-source.c  |   18 +-
 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 +-
 {libdiskfs => libnetfs}/file-get-transcntl.c       |   34 +-
 libnetfs/file-get-translator.c                     |   14 +
 libnetfs/file-set-translator.c                     |   17 +-
 libnetfs/fsstubs.c                                 |    8 -
 libnetfs/fsys-get-children.c                       |  112 +++
 .../append-args.c => libnetfs/fsys-get-source.c    |   24 +-
 libnetfs/fsys-getroot.c                            |    6 +-
 libcons/extra-version.c => libnetfs/get-source.c   |   18 +-
 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 +
 .../nullauth.h                                     |   25 +-
 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/{append-args.c => fsys-get-children.c}   |   23 +-
 libtrivfs/{append-args.c => fsys-get-source.c}     |   23 +-
 libcons/extra-version.c => libtrivfs/get-source.c  |   18 +-
 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 ++
 console/mutations.h => utils/match-options.h       |   22 +-
 utils/mount.c                                      |  122 ++-
 utils/nullauth.c                                   |   90 ++
 utils/remap.sh                                     |    8 +-
 utils/umount.c                                     |  357 ++++++++
 112 files changed, 3840 insertions(+), 1344 deletions(-)
 copy libports/default-uninhibitable-rpcs.c => include/pids.h (66%)
 create mode 100644 libdiskfs/fsys-get-children.c
 copy libtrivfs/append-args.c => libdiskfs/fsys-get-source.c (57%)
 copy libcons/extra-version.c => libdiskfs/get-source.c (67%)
 create mode 100644 libfshelp/translator-list.c
 copy {libdiskfs => libnetfs}/dead-name.c (88%)
 copy {libdiskfs => libnetfs}/file-get-transcntl.c (68%)
 create mode 100644 libnetfs/fsys-get-children.c
 copy libtrivfs/append-args.c => libnetfs/fsys-get-source.c (57%)
 copy libcons/extra-version.c => libnetfs/get-source.c (67%)
 create mode 100644 libshouldbeinlibc/nullauth.c
 copy libports/notify-send-once.c => libshouldbeinlibc/nullauth.h (52%)
 rename {exec => libstore}/crypt.h (100%)
 rename {exec => libstore}/do-bunzip2.c (100%)
 rename {exec => libstore}/gzip.h (100%)
 rename {exec => libstore}/inflate.c (100%)
 rename {exec => libstore}/tailor.h (100%)
 rename {exec => libstore}/unzip.c (100%)
 rename {exec => libstore}/util.c (100%)
 copy libtrivfs/{append-args.c => fsys-get-children.c} (52%)
 copy libtrivfs/{append-args.c => fsys-get-source.c} (57%)
 copy libcons/extra-version.c => libtrivfs/get-source.c (67%)
 delete mode 100644 proc/exc-reply.defs
 create mode 100644 trans/mtab.c
 create mode 100644 utils/match-options.c
 copy console/mutations.h => utils/match-options.h (57%)
 create mode 100644 utils/nullauth.c
 create mode 100644 utils/umount.c

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