[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch upstream updated (eef94c4 -> 3dc2076)
From: |
Samuel Thibault |
Subject: |
[hurd] branch upstream updated (eef94c4 -> 3dc2076) |
Date: |
Sun, 05 Jul 2015 00:41:59 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream
in repository hurd.
from eef94c4 Merge remote-tracking branch 'upstream/master' into
upstream
new 805d5bb console-client: fix build with -O0
new 0df1499 console-client: avoid nested function
new 7410d78 console-client: fix binary search
new d8a9c7d utils/rpctrace: fix build with -O0
new 50da095 utils/vmstat: fix integer overflow
new ffea854 console-client: assert precondition
new db48e16 console-client: Fix lower range of binary search
new f397f7c Check AWK usability when XKB is enabled
new 921af9c libdiskfs: do not print a message on ENOMEM
new f5bc22b Fix ps -o %r infinite loop
new f57ed76 Cope with scripts which chmod -x directories
new 74fb520 utils: split-off the message id parsing
new 64f99d3 utils/rpcscan: new utility
new be0a34c Do not keep mutex locked while waiting for authenticate
loop
new 3dc2076 Merge remote-tracking branch 'upstream/master' into
upstream
The 15 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:
configure.ac | 8 +
console-client/timer.h | 2 +-
console-client/xkb/kstoucs.c | 41 ++--
libdiskfs/io-reauthenticate.c | 3 +
libdiskfs/node-cache.c | 1 -
libnetfs/io-reauthenticate.c | 3 +
libps/fmt.c | 15 ++
pfinet/io-ops.c | 3 +
trans/fakeroot.c | 10 +-
utils/Makefile | 12 +-
utils/msgids.c | 252 +++++++++++++++++++
libtrivfs/get-source.c => utils/msgids.h | 23 +-
utils/rpcscan.c | 404 +++++++++++++++++++++++++++++++
utils/rpctrace.c | 202 +---------------
utils/vmstat.c | 3 +-
15 files changed, 748 insertions(+), 234 deletions(-)
create mode 100644 utils/msgids.c
copy libtrivfs/get-source.c => utils/msgids.h (63%)
create mode 100644 utils/rpcscan.c
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (eef94c4 -> 3dc2076),
Samuel Thibault <=
- [hurd] 01/15: console-client: fix build with -O0, Samuel Thibault, 2015/07/04
- [hurd] 02/15: console-client: avoid nested function, Samuel Thibault, 2015/07/04
- [hurd] 09/15: libdiskfs: do not print a message on ENOMEM, Samuel Thibault, 2015/07/04
- [hurd] 15/15: Merge remote-tracking branch 'upstream/master' into upstream, Samuel Thibault, 2015/07/04
- [hurd] 08/15: Check AWK usability when XKB is enabled, Samuel Thibault, 2015/07/04
- [hurd] 07/15: console-client: Fix lower range of binary search, Samuel Thibault, 2015/07/04
- [hurd] 04/15: utils/rpctrace: fix build with -O0, Samuel Thibault, 2015/07/04
- [hurd] 06/15: console-client: assert precondition, Samuel Thibault, 2015/07/04
- [hurd] 05/15: utils/vmstat: fix integer overflow, Samuel Thibault, 2015/07/04
- [hurd] 03/15: console-client: fix binary search, Samuel Thibault, 2015/07/04