commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (cb991b0 -> 796f878)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (cb991b0 -> 796f878)
Date: Mon, 11 Sep 2017 07:10:08 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  cb991b0   ext2fs: Reduce verbosity of missing xattr support on the 
FS
       new  ce6764d   procfs: Remove superfluous calls.
       new  29ff193   trans: New random translator.
       new  74f4e57   trans: Conditionally build the random translator.
       new  26e774b   hurd: Fix the use of polymorphic types.
       new  019f992   ext2fs: Reduce verbosity of missing xattr support on the 
FS
       new  bf1afc9   trans: Fix parallel build race around MIG-generated 
headers
       new  a4f5b76   Fix taking into account prefix for xkb-data installation
       new  9d1b0cf   trans/fakeroot: Obey O_NOFOLLOW.
       new  7a03aea   libshouldbeinlibc: Add missing include.
       new  78ccb23   Revert "Fix taking into account prefix for xkb-data 
installation"
       new  3c0094e   build: Drop unused/unsubstituted config variables
       new  de4c654   Fix typo.
       new  d4d2d12   Fix harmless indentation errors tripping 
[-Wmisleading-indentation].
       new  dc0b5a4   procfs: Provide 'hostinfo'.
       new  835b293   Use our own variant of 'assert' and 'assert_perror'.
       new  66553fd   Simplify deallocations.
       new  a2f64c2   Replace bcopy with memcpy or memmove as appropriate.
       new  94202d3   Make build system more robust.
       new  0a68ce9   libdiskfs: Make mapping the time device more robust.
       new  bb9dba5   ext2fs: Fix warning.
       new  e2823ba   startup: Fix retrieving the privileged ports.
       new  01ced1f   libshouldbeinlibc: Fix wiring code.
       new  9a4ccfc   startup: Improve error handling.
       new  9ac9732   eth-multiplexer: Fix error handling.
       new  25de3c5   eth-multiplexer: Implement getting the devices flags.
       new  55efa89   eth-multiplexer: Remove local definiton.
       new  2d0d1fd   eth-multiplexer: Generalize function and improve error 
handling.
       new  ae61f83   eth-multiplexer: Allow setting of flags.
       new  61d5aee   eth-multiplexer: Respect interfaces up flags.
       new  bdbaf9d   Drop the register qualifier.
       new  4076a4d   ext2fs: Improve inlining.
       new  477b739   eth-multiplexer: Fix type check.
       new  a3254ce   libdiskfs: Use control class for the singleton 'bootinfo'.
       new  59dacf7   libdiskfs: Simplify type checks.
       new  e493a61   libnetfs: Remove redundant type checks.
       new  5dc9e52   startup: Don't spin on host_reboot failures.
       new  7f49fa0   trans/symlink: Use default server stubs.
       new  812117c   trans/mtab: Fix warnings.
       new  973089f   Remove unused parameter from the 'get_source' machinery.
       new  7d906d2   pfinet: select UDP/TCP ports randomly
       new  e3e7590   exec: Avoid calling mmap with zero size
       new  17bd595   Fix build with glibc-2.26
       new  796f878   storeio: Avoid calling mmap with zero size

The 43 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                              |   1 -
 NEWS                                  |   7 +
 aclocal.m4                            |   4 +
 auth/auth.c                           |   6 +-
 boot/boot.c                           |  12 +-
 config.make.in                        |   5 +-
 configure.ac                          |   3 +
 console-client/console.c              |   5 +-
 console-client/driver.c               |   6 +-
 console-client/ncursesw.c             |  16 +-
 console-client/pc-kbd.c               |   8 +-
 console-client/vga-dynacolor.c        |  10 +-
 console-client/vga-dynafont.c         |   6 +-
 console-client/vga-support.c          |   4 +-
 console-client/vga.c                  |  14 +-
 console-client/xkb/compose.c          |   6 +-
 console-client/xkb/kstoucs.c          |   4 +-
 console-client/xkb/xkbtimer.c         |   4 +-
 console/console.c                     |  10 +-
 console/display.c                     |  16 +-
 console/pager.c                       |  10 +-
 daemons/Makefile                      |   2 +-
 daemons/runttys.c                     |   8 +-
 defpager/backing.c                    |   4 +-
 eth-multiplexer/dev_stat.c            | 121 ++++-
 eth-multiplexer/device_impl.c         |  14 +-
 eth-multiplexer/ethernet.c            |  51 ++-
 eth-multiplexer/ethernet.h            |   1 +
 eth-multiplexer/vdev.c                |  14 +-
 eth-multiplexer/vdev.h                |   2 +
 exec/elfcore.c                        |  14 +-
 exec/exec.c                           |   4 +-
 exec/hashexec.c                       |   2 +-
 exec/hostarch.c                       |   2 +-
 exec/main.c                           |  14 +-
 exec/priv.h                           |   2 +-
 ext2fs/balloc.c                       |  10 +-
 ext2fs/dir.c                          |  58 +--
 ext2fs/ext2fs.h                       |  40 +-
 ext2fs/getblk.c                       |   2 +-
 ext2fs/hyper.c                        |   4 +-
 ext2fs/ialloc.c                       |   8 +-
 ext2fs/inode.c                        |  18 +-
 ext2fs/pager.c                        |  46 +-
 ext2fs/pokel.c                        |   6 +-
 ext2fs/truncate.c                     |   4 +-
 ext2fs/xattr.c                        |   8 +-
 fatfs/dir.c                           |  36 +-
 fatfs/fat.c                           |  28 +-
 fatfs/inode.c                         |  20 +-
 fatfs/main.c                          |   6 +-
 fatfs/pager.c                         |   8 +-
 fatfs/virt-inode.c                    |   8 +-
 ftpfs/conn.c                          |   4 +-
 ftpfs/dir.c                           |   5 +-
 ftpfs/node.c                          |   2 +-
 hostmux/leaf.c                        |   2 +-
 hurd/process.defs                     |   6 +-
 isofs/inode.c                         |   2 +-
 isofs/lookup.c                        |   4 +-
 isofs/main.c                          |   4 +-
 isofs/pager.c                         |   8 +-
 isofs/rr.c                            |  10 +-
 libbpf/bpf_impl.c                     |  30 +-
 libbpf/queue.c                        |  24 +-
 libcons/cons-switch.c                 |   4 +-
 libcons/dir-changed.c                 |   8 +-
 libcons/file-changed.c                |   4 +-
 libcons/vcons-close.c                 |   4 +-
 libcons/vcons-refresh.c               |   2 +-
 libcons/vcons-remove.c                |   4 +-
 libdiskfs/boot-start.c                | 117 ++---
 libdiskfs/console.c                   |   6 +-
 libdiskfs/dir-clear.c                 |   8 +-
 libdiskfs/dir-init.c                  |   4 +-
 libdiskfs/dir-link.c                  |   2 +-
 libdiskfs/dir-lookup.c                |   4 +-
 libdiskfs/dir-renamed.c               |  12 +-
 libdiskfs/disk-pager.c                |  10 +-
 libdiskfs/diskfs-pager.h              |   2 +-
 libdiskfs/diskfs.h                    |  17 +-
 libdiskfs/file-get-source.c           |   2 +-
 libdiskfs/file-get-trans.c            |   8 +-
 libdiskfs/file-getfh.c                |   2 +-
 libdiskfs/file-set-trans.c            |   6 +-
 libdiskfs/fsys-getfile.c              |   3 +-
 libdiskfs/fsys-getroot.c              |   3 +-
 libdiskfs/fsys-goaway.c               |   9 +-
 libdiskfs/fsys-options.c              |   6 +-
 libdiskfs/fsys-syncfs.c               |   7 +-
 libdiskfs/get-source.c                |   2 +-
 libdiskfs/init-init.c                 |  14 +-
 libdiskfs/init-main.c                 |   4 +-
 libdiskfs/init-startup.c              |   6 +-
 libdiskfs/io-map-cntl.c               |   2 +-
 libdiskfs/io-reauthenticate.c         |   2 +-
 libdiskfs/io-write.c                  |   2 +-
 libdiskfs/lookup.c                    |   2 +-
 libdiskfs/name-cache.c                |   4 +-
 libdiskfs/node-cache.c                |  10 +-
 libdiskfs/node-drop.c                 |   6 +-
 libdiskfs/priv.h                      |   2 +-
 libdiskfs/protid-make.c               |   6 +-
 libdiskfs/rdwr-internal.c             |   2 +-
 libdiskfs/trans-callback.c            |   2 +-
 libfshelp/fetch-control.c             |   4 +-
 libfshelp/fetch-root.c                |   4 +-
 libfshelp/get-identity.c              |   4 +-
 libfshelp/lock-acquire.c              |  12 +-
 libfshelp/start-translator-long.c     |   4 +-
 libftpconn/unix.c                     |   9 +-
 libhurd-slab/slab.c                   |  10 +-
 libnetfs/dir-lookup.c                 |   4 +-
 libnetfs/file-get-children.c          |   4 +-
 libnetfs/file-get-source.c            |   6 +-
 libnetfs/file-set-translator.c        |   6 +-
 libnetfs/get-source.c                 |   2 +-
 libnetfs/io-reauthenticate.c          |   2 +-
 libnetfs/netfs.h                      |  11 +-
 libnetfs/trans-callback.c             |   2 +-
 libpager/data-return.c                |   6 +-
 libpager/demuxer.c                    |  12 +-
 libpager/pager-attr.c                 |   2 +-
 libpager/pager-memcpy.c               |  26 +-
 libpipe/pipe.c                        |   4 +-
 libports/claim-right.c                |   4 +-
 libports/complete-deallocate.c        |   6 +-
 libports/create-internal.c            |   6 +-
 libports/destroy-right.c              |   4 +-
 libports/get-right.c                  |   4 +-
 libports/get-send-right.c             |   4 +-
 libports/import-port.c                |   4 +-
 libports/interrupt-on-notify.c        |   4 +-
 libports/manage-multithread.c         |   4 +-
 libports/manage-one-thread.c          |   2 +-
 libports/port-deref-deferred.c        |  12 +-
 libports/port-deref-weak.c            |   2 +-
 libports/port-deref.c                 |   2 +-
 libports/port-ref-weak.c              |   2 +-
 libports/port-ref.c                   |   2 +-
 libports/reallocate-from-external.c   |  14 +-
 libports/reallocate-port.c            |  14 +-
 libports/resume-all-rpcs.c            |   4 +-
 libports/resume-bucket-rpcs.c         |   4 +-
 libports/resume-class-rpcs.c          |   4 +-
 libports/resume-port-rpcs.c           |   4 +-
 libports/transfer-right.c             |  10 +-
 libps/context.c                       |   2 +-
 libps/filters.c                       |   2 +-
 libps/fmt.c                           |  11 +-
 libps/host.c                          |   2 +-
 libps/proclist.c                      |  10 +-
 libps/procstat.c                      |  12 +-
 libps/spec.c                          |   5 +-
 libps/tty.c                           |   2 +-
 libps/user.c                          |   2 +-
 libshouldbeinlibc/assert-backtrace.h  |   2 +
 libshouldbeinlibc/cacheq.c            |   2 +-
 libshouldbeinlibc/idvec-verify.c      |   4 +-
 libshouldbeinlibc/idvec.c             |   6 +-
 libshouldbeinlibc/timefmt.c           |   2 +-
 libshouldbeinlibc/wire.c              | 144 ++++--
 libshouldbeinlibc/wire.h              |   4 +-
 libstore/argp.c                       |   4 +-
 libstore/derive.c                     |   6 +-
 libstore/device.c                     |   6 +-
 libstore/memobj.c                     |   4 +-
 libstore/mvol.c                       |   3 +-
 libstore/part.c                       |   8 +-
 libthreads/cancel-cond.c              |   4 +-
 libthreads/cprocs.c                   |   4 +-
 libthreads/rwlock.h                   |   6 +-
 libtreefs/dir-lookup.c                |   2 +-
 libtreefs/fsys-startup.c              |   2 +-
 libtreefs/treefs.h                    |  10 +-
 libtrivfs/dir-lookup.c                |   2 +-
 libtrivfs/file-get-source.c           |   2 +-
 libtrivfs/file-set-size.c             |   4 +-
 libtrivfs/fsys-getroot.c              |   2 +-
 libtrivfs/get-source.c                |   2 +-
 libtrivfs/io-async-icky.c             |   2 +-
 libtrivfs/io-async.c                  |   2 +-
 libtrivfs/io-map.c                    |   2 +-
 libtrivfs/io-modes-get.c              |   2 +-
 libtrivfs/io-modes-off.c              |   4 +-
 libtrivfs/io-modes-on.c               |   4 +-
 libtrivfs/io-modes-set.c              |   4 +-
 libtrivfs/io-owner-get.c              |   2 +-
 libtrivfs/io-owner-mod.c              |   2 +-
 libtrivfs/io-read.c                   |   4 +-
 libtrivfs/io-readable.c               |   4 +-
 libtrivfs/io-reauthenticate.c         |   4 +-
 libtrivfs/io-seek.c                   |   4 +-
 libtrivfs/io-select.c                 |   6 +-
 libtrivfs/io-write.c                  |   4 +-
 libtrivfs/startup.c                   |   2 +-
 libtrivfs/trivfs.h                    |  11 +-
 login/utmp.c                          |   2 +-
 m4/libgcrypt.m4                       | 143 ++++++
 mach-defpager/Makefile                |   2 +-
 mach-defpager/default_pager.c         |  42 +-
 mach-defpager/setup.c                 |  16 +-
 nfs/cache.c                           |   4 +-
 nfs/main.c                            |  11 +-
 nfs/ops.c                             |  13 +-
 nfs/rpc.c                             |  12 +-
 nfs/storage-info.c                    |   6 +-
 nfsd/cache.c                          |   9 +-
 pfinet/dummy.c                        |   2 +-
 pfinet/ethernet.c                     |  18 +-
 pfinet/glue-include/linux/interrupt.h |   6 +-
 pfinet/glue-include/linux/kernel.h    |   8 +-
 pfinet/glue-include/linux/sched.h     |  14 +-
 pfinet/glue-include/linux/socket.h    |   6 +-
 pfinet/glue-include/linux/types.h     |   2 +-
 pfinet/io-ops.c                       |   4 +-
 pfinet/linux-src/include/net/tcp.h    |   1 -
 pfinet/linux-src/include/net/udp.h    |   2 -
 pfinet/linux-src/net/ipv4/tcp_ipv4.c  |   4 +-
 pfinet/linux-src/net/ipv4/udp.c       |  12 +-
 pfinet/linux-src/net/ipv6/tcp_ipv6.c  |   3 +-
 pfinet/linux-src/net/ipv6/udp_ipv6.c  |   9 +-
 pfinet/main.c                         |   4 +-
 pfinet/socket.c                       |   6 +-
 pfinet/tunnel.c                       |  12 +-
 pflocal/connq.c                       |  20 +-
 pflocal/io.c                          |   2 +-
 pflocal/sock.c                        |   8 +-
 pflocal/sock.h                        |   6 +-
 proc/host.c                           |  19 +-
 proc/info.c                           |   8 +-
 proc/main.c                           |  10 +-
 proc/mgt.c                            |  20 +-
 proc/msg.c                            |   2 +-
 proc/pgrp.c                           |   4 +-
 proc/stubs.c                          |   6 +-
 proc/wait.c                           |   3 +-
 procfs/main.c                         |  12 +-
 procfs/netfs.c                        |   4 +-
 procfs/procfs.c                       |   2 +-
 procfs/proclist.c                     |   4 +-
 procfs/rootdir.c                      |  72 ++-
 random/Makefile                       |  30 --
 random/TODO                           |  11 -
 random/gnupg-bithelp.h                |  41 --
 random/gnupg-glue.h                   |  40 --
 random/gnupg-random.c                 | 809 ----------------------------------
 random/gnupg-random.h                 |  47 --
 random/gnupg-rmd.h                    |  38 --
 random/gnupg-rmd160.c                 | 655 ---------------------------
 random/random.h                       |  32 --
 startup/startup.c                     |  83 ++--
 storeio/dev.c                         |  15 +-
 storeio/pager.c                       |   4 +-
 storeio/storeio.c                     |   2 +-
 sutils/MAKEDEV.sh                     |   8 +-
 sutils/bless.c                        |   4 +-
 sutils/fsck.c                         |   6 +-
 sutils/fstab.c                        |   2 +-
 sutils/swapon.c                       |   2 +-
 term/devio.c                          |  20 +-
 term/hurdio.c                         |   2 +-
 term/main.c                           |   2 +-
 term/munge.c                          |   6 +-
 term/term.h                           |   6 +-
 term/users.c                          |   6 +-
 tmpfs/dir.c                           |  18 +-
 tmpfs/node.c                          |  28 +-
 tmpfs/tmpfs.c                         |   2 +-
 trans/Makefile                        |  16 +-
 trans/crash.c                         |   6 +-
 trans/fakeroot.c                      |  76 +++-
 trans/firmlink.c                      |   3 +-
 trans/magic.c                         |   8 +-
 trans/mtab.c                          |  36 +-
 trans/new-fifo.c                      |  10 +-
 trans/password.c                      |   6 +-
 {random => trans}/random.c            | 500 ++++++++++++---------
 trans/streamio.c                      |  14 +-
 trans/symlink.c                       |  59 ---
 usermux/leaf.c                        |   2 +-
 utils/Makefile                        |   2 +
 utils/fakeauth.c                      |   6 +-
 utils/login.c                         |   6 +-
 utils/ps.c                            |   2 +-
 utils/rpctrace.c                      |  82 ++--
 utils/settrans.c                      |   4 +-
 utils/shd.c                           |   8 +-
 utils/vmallocate.c                    |   4 +-
 290 files changed, 1929 insertions(+), 3158 deletions(-)
 create mode 100644 m4/libgcrypt.m4
 delete mode 100644 random/Makefile
 delete mode 100644 random/TODO
 delete mode 100644 random/gnupg-bithelp.h
 delete mode 100644 random/gnupg-glue.h
 delete mode 100644 random/gnupg-random.c
 delete mode 100644 random/gnupg-random.h
 delete mode 100644 random/gnupg-rmd.h
 delete mode 100644 random/gnupg-rmd160.c
 delete mode 100644 random/random.h
 rename {random => trans}/random.c (64%)

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