commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (e4a9a4d -> 4c7abe4)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (e4a9a4d -> 4c7abe4)
Date: Wed, 10 Dec 2014 15:17:02 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  e4a9a4d   Merge remote-tracking branch 'upstream/master' into 
upstream
       new  94b2c45   Deal with odd kernel behavior
       new  84172a2   Deal with odd kernel behavior
       new  b11e2e6   Avoid hitting VM_MAX_ADDRESS
       new  cfafc1a   Fix mach-defpager's kalloc values
       new  324c9cd   Make procfs appear in /proc/mounts
       new  6cc0c78   utils/rpctrace: fix crash while printing messages
       new  fa108a1   Let pty readers always read end of writer output
       new  f88d461   Fix recording complete path of passive relative 
translators
       new  9a56d8f   Fix recording complete path of passive relative 
translators
       new  f981d5b   Fix compiler warning
       new  36f340a   Always canonicalize fstab entries with realpath
       new  c99cb9e   trans/mtab: avoid firmlink loops
       new  8d16db0   Add proc_set_init_task, make runsystem pid 1
       new  bf7ce65   procfs: do not hard-code the default argument values
       new  0224d56   startup: rename /hurd/init to /hurd/startup
       new  7e9c559   init: add a minimalist init program
       new  5cf9e79   startup: do not pass signals on to the child
       new  31e8aff   startup: be more specific in the shutdown message
       new  dcafd2d   startup: fix the declaration of the *_server functions
       new  5ee314b   startup: bind the startup server to /servers/startup
       new  788407b   Makeconf: handle the gnumach protocol
       new  8bee9fc   proc: gracefully handle failure to increase priority
       new  41eda58   startup: also open `console' for reading
       new  5133c8e   boot: drop bootstrap compat code
       new  a99d8b5   boot: remove unused function `boot_script_read_file'
       new  eece795   boot: drop obsolete device procedures
       new  e4429eb   boot: support ds_device_get_status with flavor 
DEV_GET_RECORDS
       new  4e38225   boot: implement pseudo-time device
       new  25fe9cb   boot: improve the demuxer
       new  b3fcdc5   libpager: make the request queue more memory-efficient
       new  9cd99ff   libdiskfs: fix fabrication of protid
       new  b69b9c2   Fix proc crashes
       new  7ca4c02   Add atomicity support to fshelp_acquire_lock
       new  40d433f   Revert "random: fix a receiver lookup"
       new  0d3b80f   libshouldbeinlibc: move the reference counting primitives 
here
       new  9a5ede4   Fix coding style
       new  92b49a0   libports: add `ports_lookup_payload' and 
`ports_payload_get_name'
       new  f8ce378   libports: add a payload-aware intrans function
       new  a226c74   libdiskfs: add payload-aware intrans functions
       new  66bfd16   libnetfs: add a payload-aware intrans function
       new  831a341   libtrivfs: add payload-aware intrans functions
       new  0095490   libpager: add a payload-aware intrans function
       new  d3bbc5f   libcons: add a payload-aware intrans function
       new  edfeb49   auth: add a payload-aware intrans function
       new  4191267   console: add a payload-aware intrans function
       new  b11b002   console-client: make the demuxer payload-aware
       new  b6079b0   exec: add payload-aware intrans functions
       new  df8605b   pfinet: add payload-aware intrans functions
       new  2514b69   pfinet: make the demuxers payload-aware
       new  ab741d8   pflocal: add payload-aware intrans functions
       new  07db92f   proc: add payload-aware intrans functions
       new  45f7355   startup: disable default payload to port mapping
       new  73624ad   term: add a payload-aware intrans function
       new  ecb7f7c   trans/fakeroot: make the demuxer payload-aware
       new  28a16dd   trans/ifsock: add a payload-aware intrans function
       new  f7947d4   trans/password: add a payload-aware intrans function
       new  b0ed6c9   trans/streamio: make the translator payload-aware
       new  2e43e93   trans/symlink: disable default payload to port mapping
       new  02ae7e4   utils/rpctrace: make `trace_and_forward' payload-aware
       new  ac30e16   hurd: add intranpayload functions to all hurd types
       new  7f68a98   Fix mode of nodes created with mkfile
       new  6d9b349   include: don't install nonexistent refcount.h
       new  dd0317e   fakeroot: Fix initializing default faked field of nodes
       new  4c7abe4   Merge remote-tracking branch 'upstream/master' into 
upstream

The 64 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:
 Makeconf                                        |    4 +-
 Makefile                                        |    4 +-
 auth/mig-decls.h                                |    6 +
 auth/mig-mutate.h                               |    1 +
 boot/boot.c                                     |  290 ++--
 boot/boot_script.h                              |    4 -
 console-client/trans.c                          |   12 +-
 console/mutations.h                             |    3 +
 console/pager.c                                 |    1 +
 daemons/Makefile                                |    4 +-
 daemons/rc.sh                                   |    3 -
 daemons/{runsystem.sh => runsystem.hurd}        |    0
 daemons/runsystem.sh                            |   80 +-
 doc/hurd.texi                                   |    6 +-
 exec/execmutations.h                            |    3 +
 exec/main.c                                     |   11 +-
 exec/mig-decls.h                                |    6 +
 hurd/default_pager.defs                         |    1 +
 hurd/hurd_types.defs                            |  120 +-
 hurd/paths.h                                    |    3 +-
 hurd/process.defs                               |    6 +-
 hurd/process_reply.defs                         |    2 +-
 hurd/process_request.defs                       |    7 +-
 hurd/term.defs                                  |    3 +
 include/Makefile                                |    2 +-
 include/pids.h                                  |    7 +-
 init/Makefile                                   |   15 +-
 init/init.c                                     | 1614 ++---------------------
 init/stubs.c                                    |  139 --
 libcons/mutations.h                             |    1 +
 libcons/priv.h                                  |    6 +
 libdiskfs/boot-start.c                          |   11 +-
 libdiskfs/dir-init.c                            |    3 +-
 libdiskfs/dir-lookup.c                          |   11 +-
 libdiskfs/disk-pager.c                          |    1 +
 libdiskfs/diskfs.h                              |   29 +
 libdiskfs/fsmutations.h                         |    5 +
 libdiskfs/init-startup.c                        |   13 +-
 libdiskfs/opts-std-startup.c                    |    2 +-
 libfshelp/lock-acquire.c                        |   95 +-
 libnetfs/dir-lookup.c                           |   13 +-
 libnetfs/mutations.h                            |    3 +
 libnetfs/priv.h                                 |   12 +
 libpager/demuxer.c                              |   66 +-
 libpager/mig-decls.h                            |    6 +
 libpager/mig-mutate.h                           |    3 +
 libpager/pager-memcpy.c                         |    2 +
 libports/Makefile                               |    2 +-
 random/mig-mutate.h => libports/extern-inline.c |   13 +-
 libports/mig-decls.h                            |    6 +
 libports/mig-mutate.h                           |    4 +
 libports/ports.h                                |   53 +
 libshouldbeinlibc/Makefile                      |    8 +-
 auth/auth.h => libshouldbeinlibc/refcount.c     |   17 +-
 {include => libshouldbeinlibc}/refcount.h       |   40 +-
 libstore/memobj.c                               |    1 +
 libtrivfs/mig-decls.h                           |   58 +
 libtrivfs/mig-mutate.h                          |    3 +
 mach-defpager/kalloc.c                          |   14 +-
 pfinet/ethernet.c                               |   20 +-
 pfinet/main.c                                   |   24 +-
 pfinet/mig-decls.h                              |   12 +
 pfinet/mig-mutate.h                             |    4 +
 pflocal/mig-decls.h                             |   12 +
 pflocal/mig-mutate.h                            |    3 +
 proc/main.c                                     |   53 +-
 proc/mgt.c                                      |   76 +-
 proc/mig-decls.h                                |   17 +
 proc/mig-mutate.h                               |    4 +
 proc/notify.c                                   |    6 +-
 proc/proc.h                                     |    8 +-
 proc/proc_exc.defs                              |    1 +
 procfs/main.c                                   |   27 +-
 random/Makefile                                 |    1 -
 random/mig-decls.h                              |   47 -
 random/random.c                                 |    5 +-
 {init => startup}/Makefile                      |   12 +-
 init/init.c => startup/startup.c                |  180 ++-
 sutils/fstab.c                                  |  103 +-
 term/Makefile                                   |    1 +
 term/mig-decls.h                                |    6 +
 term/mig-mutate.h                               |    3 +
 term/ptyio.c                                    |    2 +-
 tmpfs/node.c                                    |    1 +
 trans/Makefile                                  |    9 +
 trans/fakeroot.c                                |   31 +-
 trans/mtab.c                                    |   46 +-
 utils/rpctrace.c                                |   31 +-
 utils/umount.c                                  |    4 +-
 89 files changed, 1351 insertions(+), 2256 deletions(-)
 copy daemons/{runsystem.sh => runsystem.hurd} (100%)
 delete mode 100644 init/stubs.c
 rename random/mig-mutate.h => libports/extern-inline.c (75%)
 copy auth/auth.h => libshouldbeinlibc/refcount.c (77%)
 rename {include => libshouldbeinlibc}/refcount.h (96%)
 delete mode 100644 random/mig-decls.h
 copy {init => startup}/Makefile (81%)
 copy init/init.c => startup/startup.c (93%)

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