commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream-merged updated (ba0a622 -> 9ae7e00)


From: Samuel Thibault
Subject: [hurd] branch upstream-merged updated (ba0a622 -> 9ae7e00)
Date: Sun, 19 Nov 2017 15:27:18 +0000

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

sthibault pushed a change to branch upstream-merged
in repository hurd.

      from  ba0a622   New upstream snapshot
       new  9ae7e00   New upstream snapshot

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