[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch upstream updated (77b1fce -> a2cfb67)
From: |
Samuel Thibault |
Subject: |
[hurd] branch upstream updated (77b1fce -> a2cfb67) |
Date: |
Wed, 16 Mar 2016 01:36:35 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream
in repository hurd.
from 77b1fce Merge branch 'master' of
git.savannah.gnu.org:/srv/git/hurd/hurd into upstream
new fa8c83d Add missing RPC definitions
new b50c419 ext2fs: Fix adding blocks to free blocks cache
new a6212e4 Add get_source support to firmlink
new 0bc52ec Show firmlink mounts to mount points
new 4f51b0e Add getting swap information from swapon and procfs
new a2cfb67 Merge branch 'master' of
git.savannah.gnu.org:/srv/git/hurd/hurd into upstream
The 6 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:
ext2fs/pager.c | 9 +++-
hurd/default_pager.defs | 9 ++++
hurd/default_pager_reply.defs | 2 +
hurd/default_pager_types.h | 2 +
hurd/process_reply.defs | 2 +
hurd/process_request.defs | 10 ++++
mach-defpager/default_pager.c | 100 +++++++++++++++++++++++++++++++++++++++
mach-defpager/priv.h | 1 +
procfs/Makefile | 2 +-
procfs/rootdir.c | 58 +++++++++++++++++++++++
sutils/swapon.c | 107 ++++++++++++++++++++++++++++++------------
trans/firmlink.c | 8 ++++
trans/mtab.c | 26 +++++-----
trans/proxy-defpager.c | 13 +++++
14 files changed, 303 insertions(+), 46 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch upstream updated (77b1fce -> a2cfb67),
Samuel Thibault <=
- [hurd] 04/06: Show firmlink mounts to mount points, Samuel Thibault, 2016/03/15
- [hurd] 03/06: Add get_source support to firmlink, Samuel Thibault, 2016/03/15
- [hurd] 02/06: ext2fs: Fix adding blocks to free blocks cache, Samuel Thibault, 2016/03/15
- [hurd] 06/06: Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd into upstream, Samuel Thibault, 2016/03/15
- [hurd] 01/06: Add missing RPC definitions, Samuel Thibault, 2016/03/15
- [hurd] 05/06: Add getting swap information from swapon and procfs, Samuel Thibault, 2016/03/15