commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch master updated (020d5e0 -> 1dee421)


From: Samuel Thibault
Subject: [hurd] branch master updated (020d5e0 -> 1dee421)
Date: Mon, 16 Sep 2013 07:41:30 +0000

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

sthibault pushed a change to branch master
in repository hurd.

      from  020d5e0   upload to unstable
       new  ae79608   New upstream snapshot
       new  aef2232   Merge branch 'upstream-merged'
       new  983a2ca   control: Add build dependency on libdaemon
       new  338074e   Add an initscript for hurd-console
       new  acaaeb2   Fix link until libc gets rebuilt against new .defs
       new  c0ae7d7   Drop removed files
       new  1dee421   Merge branch 'upstream-merged'

The 7 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 +-
 debian/changelog                                   |   21 +
 debian/control                                     |    2 +-
 debian/hurd.hurd-console.init                      |  125 ++
 debian/patches/exec_filename_exec.patch            |   23 +-
 debian/patches/exec_filename_fs.patch              |    6 +-
 debian/patches/ext2fs_large_stores.patch           | 2274 --------------------
 debian/patches/ext2fs_large_stores_pthread.patch   |  344 ---
 debian/patches/hurd_console_startup.patch          |   32 -
 debian/patches/mount-f.patch                       |   88 -
 debian/patches/mount-ignore-mounted-all.patch      |   32 -
 debian/patches/mount-n.patch                       |   37 -
 debian/patches/mount-remount.patch                 |   67 -
 debian/patches/mount-t-auto.patch                  |   86 -
 debian/patches/mount-test-opts.patch               |  209 +-
 debian/patches/newRPC.patch                        |  100 +
 debian/patches/procfs-default.patch                |   48 -
 debian/patches/procfs-get-options.patch            |   73 -
 debian/patches/procfs-update.patch                 |  143 --
 debian/patches/proxy-defpager.diff                 |    4 +-
 debian/patches/series                              |   17 +-
 debian/patches/sutils-multiple-none.patch          |   40 -
 debian/patches/sutils-types.patch                  |  150 --
 debian/patches/umount.patch                        |  382 ----
 devnode/devnode.c                                  |   10 +
 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 +-
 procfs/ChangeLog                                   |    6 +
 procfs/main.c                                      |  165 +-
 procfs/process.c                                   |   24 +-
 procfs/rootdir.c                                   |   49 +-
 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 +
 libcons/mutations.h => utils/match-options.h       |   22 +-
 utils/mount.c                                      |  122 +-
 utils/nullauth.c                                   |   90 +
 utils/remap.sh                                     |    8 +-
 utils/umount.c                                     |  357 +++
 140 files changed, 4318 insertions(+), 5423 deletions(-)
 create mode 100644 debian/hurd.hurd-console.init
 delete mode 100644 debian/patches/ext2fs_large_stores.patch
 delete mode 100644 debian/patches/ext2fs_large_stores_pthread.patch
 delete mode 100644 debian/patches/hurd_console_startup.patch
 delete mode 100644 debian/patches/mount-f.patch
 delete mode 100644 debian/patches/mount-ignore-mounted-all.patch
 delete mode 100644 debian/patches/mount-n.patch
 delete mode 100644 debian/patches/mount-remount.patch
 delete mode 100644 debian/patches/mount-t-auto.patch
 create mode 100644 debian/patches/newRPC.patch
 delete mode 100644 debian/patches/procfs-default.patch
 delete mode 100644 debian/patches/procfs-get-options.patch
 delete mode 100644 debian/patches/procfs-update.patch
 delete mode 100644 debian/patches/sutils-multiple-none.patch
 delete mode 100644 debian/patches/sutils-types.patch
 delete mode 100644 debian/patches/umount.patch
 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-port-deleted.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 procfs/ChangeLog
 create mode 100644 trans/mtab.c
 create mode 100644 utils/match-options.c
 copy libcons/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]