commit-hurd
[Top][All Lists]
Advanced

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

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


From: Samuel Thibault
Subject: [hurd] branch upstream updated (796f878 -> 83fef6c)
Date: Sun, 19 Nov 2017 15:27:17 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  796f878   storeio: Avoid calling mmap with zero size
       new  e9849c9   pflocal: Use default stub implementations.
       new  1a75f77   libfshelp: improve translator list
       new  8d5a124   Fix active translator registration.
       new  978a819   libfshelp: Avoid useless allocations.
       new  116552c   libfshelp: Always register dead-name notifications.
       new  5fef1b7   libfshelp: Add function to map over all active 
translators.
       new  074f0ea   Normalize path of translators.
       new  4771513   libfshelp: Improve error handling.
       new  04aaffb   libfshelp: Avoid some right diddling.
       new  e088594   libfshelp: Use node instead of name as key.
       new  86ecc3f   Traverse translator hierarchies using the fsys protocol.
       new  89a49ec   libdiskfs: Shutdown pagers on startup_dosync.
       new  7b90116   fshelp: Fix fetching control ports.
       new  21c1234   libdiskfs: Improve error message.
       new  a0ff0a9   eth-multiplexer: Remove unused function.
       new  39a17aa   eth-multiplexer: Simplify device creation.
       new  5624d54   eth-multiplexer: Fix debug macro.
       new  e02b339   eth-multiplexer: Remove unused macro.
       new  5695705   eth-multiplexer: Avoid copying data multiple times.
       new  7e3ec78   pfinet: Avoid returning udp errors unless requested
       new  7ce13b4   pfinet: Fix array size hardcoded value
       new  83fef6c   Make devprobe able to talk with userland drivers

The 22 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:
 eth-multiplexer/device_impl.c                      |   9 +-
 eth-multiplexer/util.h                             |   6 +-
 eth-multiplexer/vdev.c                             |  45 ++--
 eth-multiplexer/vdev.h                             |  11 +-
 hurd/fs.defs                                       |  20 +-
 hurd/fsys.defs                                     |  25 +-
 libdiskfs/Makefile                                 |   2 +-
 libdiskfs/dir-lookup.c                             |  72 +++---
 libdiskfs/file-get-children.c                      |  96 --------
 libdiskfs/file-set-trans.c                         |   2 +-
 libdiskfs/file-syncfs.c                            |  35 ++-
 libdiskfs/fsys-get-children.c                      |  74 ++++++
 libdiskfs/{file-get-source.c => fsys-get-source.c} |  26 +-
 libdiskfs/fsys-options.c                           |  44 ++--
 libdiskfs/fsys-syncfs.c                            |  33 ++-
 libdiskfs/init-main.c                              |   2 +-
 libdiskfs/init-startup.c                           |  34 +--
 libdiskfs/shutdown.c                               |  45 ++--
 libfshelp/fetch-control.c                          |   6 +-
 libfshelp/fshelp.h                                 |  30 ++-
 libfshelp/translator-list.c                        | 200 +++++++++------
 libnetfs/Makefile                                  |   8 +-
 libnetfs/dir-lookup.c                              |  80 +++---
 libnetfs/file-get-children.c                       | 108 ---------
 libnetfs/file-set-translator.c                     |   2 +-
 libnetfs/file-syncfs.c                             |  23 +-
 libnetfs/fsys-get-children.c                       |  74 ++++++
 libnetfs/{file-get-source.c => fsys-get-source.c}  |  24 +-
 libnetfs/fsys-set-options.c                        |  53 ++--
 libnetfs/fsys-syncfs.c                             |  22 ++
 libnetfs/shutdown.c                                |  45 ++--
 libtrivfs/Makefile                                 |   5 +-
 libtrivfs/file-get-children.c                      |  36 ---
 libtrivfs/fsys-get-children.c                      |  41 ++++
 libtrivfs/{file-get-source.c => fsys-get-source.c} |  22 +-
 pfinet/iioctl-ops.c                                |   2 +-
 pfinet/linux-src/net/ipv4/udp.c                    |  27 +--
 pflocal/Makefile                                   |   2 +
 pflocal/fs.c                                       | 267 ---------------------
 pflocal/io.c                                       | 109 ---------
 trans/Makefile                                     |   2 +-
 trans/mtab.c                                       | 225 +++++++----------
 utils/devprobe.c                                   |  13 +
 43 files changed, 774 insertions(+), 1233 deletions(-)
 delete mode 100644 libdiskfs/file-get-children.c
 create mode 100644 libdiskfs/fsys-get-children.c
 rename libdiskfs/{file-get-source.c => fsys-get-source.c} (54%)
 delete mode 100644 libnetfs/file-get-children.c
 create mode 100644 libnetfs/fsys-get-children.c
 rename libnetfs/{file-get-source.c => fsys-get-source.c} (54%)
 delete mode 100644 libtrivfs/file-get-children.c
 create mode 100644 libtrivfs/fsys-get-children.c
 rename libtrivfs/{file-get-source.c => fsys-get-source.c} (56%)

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