[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch upstream updated (12576ff -> 341f43d)
From: |
Samuel Thibault |
Subject: |
[hurd] branch upstream updated (12576ff -> 341f43d) |
Date: |
Mon, 24 Oct 2016 00:16:43 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream
in repository hurd.
from 12576ff Fix loading small pic programs
new 8208fdc remap: Refuse non-absolute paths
new db0f7e8 typo
new 1f78ddd Fix exec crash when setexecdata has never been called
new ef3354e Fix message about not being able to request shutdown
notification
new 02d6d9f exec: Fix loading binaries without a memory manager object
new b07024d startup: Fix looping over runsystem
new edb2947 Fix looping over runsystem possibilities
new 3f38f1b libfshelp: acquire references to control ports
new 9eeba20 Fix installing runsystem.hurd
new 349b9c4 Fix patch to runsystem.hurd
new 4fb81a7 random: Hash continuous areas in the csprng pool.
new 930b12e fakeroot: set FAKED_MODE
new 63cfc3c libdiskfs: Fix short-circuiting translators.
new e6bffe8 ext2fs: Disable option to specify alternate superblock.
new 3a3c175 Avoid fatal error handling in option parsers.
new f45e96e trans/crash: Use empty core file templates to disable the
feature.
new 74998f9 trans/crash: Fix setting core file template at runtime.
new 83cb5fa ext2fs: Rename parameter.
new 93ba74d ext2fs: Poison pointers into dereferenced cache pages.
new 2c0f4a0 console-client: Remove unused variable.
new 3319f7f fshelp: Fix fetching the control port.
new 0719a16 Fix some RPC request headers #ifdef guards
new 587704f procfs: Gracefully degrade meminfo.
new 355577b Avoid warnings if increasing a threads priority fails.
new 341f43d boot: Ignore EINTR.
The 25 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 | 3 +-
console-client/trans.c | 4 +--
daemons/Makefile | 7 +++--
daemons/{runsystem.hurd => runsystem.hurd.sh} | 0
exec/exec.c | 15 ++++-----
exec/hashexec.c | 12 +++++---
ext2fs/ext2fs.c | 9 ++++++
ext2fs/ext2fs.h | 14 ++++++---
ext2fs/pager.c | 2 +-
ext2fs/pokel.c | 6 ++--
hurd/auth_request.defs | 2 +-
hurd/io_request.defs | 2 +-
hurd/process_request.defs | 2 +-
init/init.c | 2 +-
libdiskfs/file-set-trans.c | 15 ++++++++-
libdiskfs/init-startup.c | 2 +-
libfshelp/fetch-control.c | 15 +++++++--
libfshelp/translator-list.c | 9 +++---
libports/manage-multithread.c | 5 +++
proc/main.c | 7 ++++-
procfs/rootdir.c | 44 +++++++++++++++++++--------
random/gnupg-random.c | 19 ++++++------
random/random.c | 2 +-
startup/startup.c | 2 ++
trans/crash.c | 30 ++++++++++++++++--
trans/remap.c | 7 +++++
utils/fakeroot.sh | 3 ++
utils/msgids.c | 5 ++-
28 files changed, 178 insertions(+), 67 deletions(-)
rename daemons/{runsystem.hurd => runsystem.hurd.sh} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (12576ff -> 341f43d),
Samuel Thibault <=
- [hurd] 01/25: remap: Refuse non-absolute paths, Samuel Thibault, 2016/10/23
- [hurd] 04/25: Fix message about not being able to request shutdown notification, Samuel Thibault, 2016/10/23
- [hurd] 02/25: typo, Samuel Thibault, 2016/10/23
- [hurd] 07/25: Fix looping over runsystem possibilities, Samuel Thibault, 2016/10/23
- [hurd] 03/25: Fix exec crash when setexecdata has never been called, Samuel Thibault, 2016/10/23
- [hurd] 05/25: exec: Fix loading binaries without a memory manager object, Samuel Thibault, 2016/10/23
- [hurd] 10/25: Fix patch to runsystem.hurd, Samuel Thibault, 2016/10/23
- [hurd] 20/25: console-client: Remove unused variable., Samuel Thibault, 2016/10/23
- [hurd] 19/25: ext2fs: Poison pointers into dereferenced cache pages., Samuel Thibault, 2016/10/23
- [hurd] 08/25: libfshelp: acquire references to control ports, Samuel Thibault, 2016/10/23