commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch master updated (db54895 -> dc64f09)


From: Samuel Thibault
Subject: [hurd] branch master updated (db54895 -> dc64f09)
Date: Wed, 10 Dec 2014 15:17:01 +0000

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

sthibault pushed a change to branch master
in repository hurd.

      from  db54895   Work around invocations from installation of 
power-management packages.
       new  f248a21   New upstream snapshot
       new  dc64f09   Merge branch 'upstream-merged'

The 2 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 +-
 debian/changelog                                |    9 +
 debian/local/setup-translators                  |    1 +
 debian/patches/exec_filename_fs.patch           |    8 +-
 debian/patches/external.patch                   |   14 +-
 debian/patches/git-proc-mounts.patch            |   33 -
 debian/patches/git-vm_map.patch                 |   68 -
 debian/patches/init_try_runsystem.gnu.patch     |    8 +-
 debian/patches/libexec.patch                    |   59 +-
 debian/patches/libmachdev-link.patch            |   17 +
 debian/patches/posix-sigcodes.patch             |   19 +-
 debian/patches/proc_set_init_task.patch         |  300 -----
 debian/patches/series                           |    4 +-
 debian/patches/startup-usr-support.patch        |    4 +-
 devnode/devnode.c                               |   21 -
 doc/hurd.texi                                   |    6 +-
 eth-filter/filter.c                             |   21 -
 eth-multiplexer/demuxer.c                       |   37 +-
 eth-multiplexer/device.h                        |  336 -----
 eth-multiplexer/device_impl.c                   |   26 -
 eth-multiplexer/ethernet.c                      |    7 +-
 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 +-
 libmachdev/Makefile                             |    3 -
 libmachdev/ds_routines.c                        |   45 -
 libmachdev/net.c                                |   36 +-
 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 +-
 111 files changed, 1458 insertions(+), 3225 deletions(-)
 copy daemons/{runsystem.sh => runsystem.hurd} (100%)
 delete mode 100644 debian/patches/git-proc-mounts.patch
 delete mode 100644 debian/patches/git-vm_map.patch
 create mode 100644 debian/patches/libmachdev-link.patch
 delete mode 100644 debian/patches/proc_set_init_task.patch
 delete mode 100644 eth-multiplexer/device.h
 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]