[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch upstream updated (0aa179e -> ffaff64)
From: |
Samuel Thibault |
Subject: |
[hurd] branch upstream updated (0aa179e -> ffaff64) |
Date: |
Mon, 15 Feb 2016 09:10:02 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream
in repository hurd.
from 0aa179e Merge remote-tracking branch 'upstream/master' into
upstream
new 5592e5f Also build exec.static
new c2185ab Fix typo
new 63abc67 procfs: Move setting default parameters to a separate
function
new 6e22fb5 exec: remove duplicate function call
new 35ae016 utils/settrans: improve --chroot functionality
new afea528 Use refcount_t for peropen reference counting in libnetfs.
new fb08495 Remove libfshelp/trans.h and libfshelp/locks.h.
new d3c2b1c mach-defpager: link dynamically
new 987084c devnode: fix falling back to the kernel driver
new da578da Check for a return value in netfs_make_peropen before
using it in netfs_make_protid.
new 23f66de Fixed leaks in _netfs_translator_callback2_fn
new 028dfd9 utils/vmallocate: new utility
new 6edf2d7 Use libihash to store directory entries in ftpfs.
new 1b6cf04 Make sure to complete auth_server_authenticate
new 9e6649f Fix hang on reauthentication
new 254a4d4 Fix function name
new ffaff64 Merge remote-tracking branch 'upstream/master' into
upstream
The 17 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:
boot/boot.c | 8 +-
devnode/devnode.c | 21 +++-
exec/Makefile | 3 +-
exec/main.c | 5 -
ftpfs/dir.c | 146 +++++++----------------
ftpfs/ftpfs.h | 17 +--
libfshelp/fetch-root.c | 11 +-
libfshelp/lock-acquire.c | 5 +-
libfshelp/lock-init.c | 4 +-
libfshelp/locks.h | 28 -----
libfshelp/trans.h | 32 -----
libnetfs/io-duplicate.c | 1 +
libnetfs/io-reauthenticate.c | 2 +
libnetfs/io-restrict-auth.c | 2 +
libnetfs/make-peropen.c | 2 +-
libnetfs/make-protid.c | 1 -
libnetfs/netfs.h | 2 +-
libnetfs/release-peropen.c | 38 +++---
libnetfs/trans-callback.c | 16 ++-
mach-defpager/Makefile | 1 -
proc/mgt.c | 16 +--
procfs/main.c | 11 +-
trans/fakeroot.c | 2 +-
utils/Makefile | 2 +-
utils/fakeauth.c | 6 +-
utils/fakeroot.sh | 15 +--
utils/remap.sh | 14 +--
utils/settrans.c | 32 ++++-
utils/vmallocate.c | 272 +++++++++++++++++++++++++++++++++++++++++++
29 files changed, 456 insertions(+), 259 deletions(-)
delete mode 100644 libfshelp/locks.h
delete mode 100644 libfshelp/trans.h
create mode 100644 utils/vmallocate.c
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (0aa179e -> ffaff64),
Samuel Thibault <=
- [hurd] 03/17: procfs: Move setting default parameters to a separate function, Samuel Thibault, 2016/02/15
- [hurd] 11/17: Fixed leaks in _netfs_translator_callback2_fn, Samuel Thibault, 2016/02/15
- [hurd] 04/17: exec: remove duplicate function call, Samuel Thibault, 2016/02/15
- [hurd] 02/17: Fix typo, Samuel Thibault, 2016/02/15
- [hurd] 16/17: Fix function name, Samuel Thibault, 2016/02/15
- [hurd] 14/17: Make sure to complete auth_server_authenticate, Samuel Thibault, 2016/02/15
- [hurd] 15/17: Fix hang on reauthentication, Samuel Thibault, 2016/02/15
- [hurd] 05/17: utils/settrans: improve --chroot functionality, Samuel Thibault, 2016/02/15
- [hurd] 08/17: mach-defpager: link dynamically, Samuel Thibault, 2016/02/15
- [hurd] 09/17: devnode: fix falling back to the kernel driver, Samuel Thibault, 2016/02/15