[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch dde-upstream updated (cee9d71 -> f83d39f)
From: |
Samuel Thibault |
Subject: |
[hurd] branch dde-upstream updated (cee9d71 -> f83d39f) |
Date: |
Sun, 28 Feb 2016 17:52:05 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch dde-upstream
in repository hurd.
from cee9d71 Merge remote-tracking branch 'incubator/dde' into
dde-upstream
adds 25b0531 Fix gcc signedness warnings
adds 5592e5f Also build exec.static
adds c2185ab Fix typo
adds 63abc67 procfs: Move setting default parameters to a separate
function
adds 6e22fb5 exec: remove duplicate function call
adds 35ae016 utils/settrans: improve --chroot functionality
adds afea528 Use refcount_t for peropen reference counting in libnetfs.
adds fb08495 Remove libfshelp/trans.h and libfshelp/locks.h.
adds d3c2b1c mach-defpager: link dynamically
adds 987084c devnode: fix falling back to the kernel driver
adds da578da Check for a return value in netfs_make_peropen before
using it in netfs_make_protid.
adds 23f66de Fixed leaks in _netfs_translator_callback2_fn
adds 028dfd9 utils/vmallocate: new utility
adds 6edf2d7 Use libihash to store directory entries in ftpfs.
adds 1b6cf04 Make sure to complete auth_server_authenticate
adds 9e6649f Fix hang on reauthentication
adds 254a4d4 Fix function name
adds 63ac03b nfs: Use libihash for the node cache.
adds 0f6a508 libdiskfs: fix and improve locking in nrefs/nput.
adds 0788437 libnetfs: remove unused fields.
adds d0716c7 Make fakeroot forward send errors instead of crashing
adds 691251a nfs: fix deallocation of struct node.
adds ff2557c trans/crash: fix suspending task
adds 234568d utils/mount: start translators with stderr closed
adds 0cb3626 fix Xioctl-proto.defs creation
adds 59b9cf8 procfs: adapt to kernel interface change
adds 5512308 libports: preserve the complex message flag
new e580863 Merge branch 'master' of
git.savannah.gnu.org:/srv/git/hurd/hurd into dde
new 8f2d355 Add missing libraries to fix bootstrap link
new 9461ac2 libbpf: Drop unused dependency on libpthread
new 7dd02a7 libmachdev: Fix cross-build
new f83d39f Merge branch 'dde' of
git.savannah.gnu.org:/srv/git/hurd/incubator into dde-upstream
The 5 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 ++-
eth-multiplexer/Makefile | 2 +-
exec/Makefile | 3 +-
exec/main.c | 5 -
ftpfs/dir.c | 146 +++++------------
ftpfs/ftpfs.h | 17 +-
hurd/Makefile | 4 +-
hurd/gensym.awk | 6 +-
libbpf/Makefile | 2 -
libdiskfs/node-nput.c | 1 -
libdiskfs/node-nrele.c | 8 +-
libfshelp/fetch-root.c | 11 +-
libfshelp/lock-acquire.c | 5 +-
libfshelp/lock-init.c | 4 +-
libfshelp/locks.h | 28 ----
libfshelp/trans.h | 32 ----
libmachdev/Makefile | 2 +-
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 | 4 +-
libnetfs/release-peropen.c | 38 +++--
libnetfs/trans-callback.c | 16 +-
libports/manage-multithread.c | 7 +-
libports/manage-one-thread.c | 7 +-
mach-defpager/Makefile | 1 -
nfs/cache.c | 87 ++++------
nfs/nfs.c | 11 +-
nfs/nfs.h | 5 +-
pfinet/linux-src/include/linux/skbuff.h | 2 +-
proc/mgt.c | 16 +-
procfs/main.c | 11 +-
procfs/rootdir.c | 9 +-
trans/crash.c | 2 +-
trans/fakeroot.c | 10 +-
utils/Makefile | 2 +-
utils/fakeauth.c | 6 +-
utils/fakeroot.sh | 15 +-
utils/mount.c | 33 +++-
utils/remap.sh | 14 +-
utils/settrans.c | 32 +++-
utils/vmallocate.c | 272 ++++++++++++++++++++++++++++++++
45 files changed, 562 insertions(+), 351 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [hurd] branch dde-upstream updated (cee9d71 -> f83d39f),
Samuel Thibault <=