[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch master updated (98e820a -> 3bfa0c4)
From: |
Samuel Thibault |
Subject: |
[hurd] branch master updated (98e820a -> 3bfa0c4) |
Date: |
Mon, 15 Feb 2016 09:10:01 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch master
in repository hurd.
from 98e820a drop dbg packages
new 37102c0 Avoid mtab crashing when mounted from /etc/init.d/rc.
new 5ef6e23 New upstream snapshot
new 0832a2c Merge branch 'upstream-merged'
new 44b7deb make procfs use compatibility by default
new 8a57d34 refresh patch
new 2ebb202 upload
new 3bfa0c4 Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd
The 7 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 +-
debian/changelog | 9 +-
debian/patches/exec_filename_exec.patch | 4 +-
debian/patches/mtab-siglost.patch | 14 ++
debian/patches/procfs-compatible | 16 ++
debian/patches/series | 2 +
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 ++++++++++++++++++++++++++++++++
34 files changed, 497 insertions(+), 263 deletions(-)
create mode 100644 debian/patches/mtab-siglost.patch
create mode 100644 debian/patches/procfs-compatible
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 master updated (98e820a -> 3bfa0c4),
Samuel Thibault <=
- [hurd] 06/07: upload, Samuel Thibault, 2016/02/15
- [hurd] 04/07: make procfs use compatibility by default, Samuel Thibault, 2016/02/15
- [hurd] 01/07: Avoid mtab crashing when mounted from /etc/init.d/rc., Samuel Thibault, 2016/02/15
- [hurd] 05/07: refresh patch, Samuel Thibault, 2016/02/15
- [hurd] 07/07: Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd, Samuel Thibault, 2016/02/15
- [hurd] 02/07: New upstream snapshot, Samuel Thibault, 2016/02/15
- [hurd] 03/07: Merge branch 'upstream-merged', Samuel Thibault, 2016/02/15