[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch upstream-merged updated (cb8b393 -> dd66fe0)
From: |
Samuel Thibault |
Subject: |
[hurd] branch upstream-merged updated (cb8b393 -> dd66fe0) |
Date: |
Wed, 16 Nov 2016 08:30:28 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream-merged
in repository hurd.
from cb8b393 New upstream snapshot
new dd66fe0 New upstream snapshot
The 1 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:
Makefile | 4 +-
NEWS | 8 +
boot/Makefile | 30 +-
boot/boot.c | 702 +++++++++++++++++++++++----------------
boot/frank1.ld | 94 ------
boot/frankemul.ld | 107 ------
boot/mach-crt0.c | 158 ---------
auth/auth.h => boot/mig-decls.h | 11 +-
auth/auth.h => boot/mig-mutate.h | 15 +-
boot/sigvec.S | 23 --
boot/syscall.S | 35 --
boot/userland-boot.c | 226 ++++++++++++-
boot/ux.c | 303 -----------------
boot/ux.h | 114 -------
console/display.c | 15 +
eth-multiplexer/ChangeLog | 18 +-
eth-multiplexer/Makefile | 4 +-
eth-multiplexer/README | 2 +-
eth-multiplexer/demuxer.c | 2 +-
eth-multiplexer/dev_stat.c | 18 +-
eth-multiplexer/device_impl.c | 18 +-
eth-multiplexer/ethernet.c | 47 ++-
eth-multiplexer/ethernet.h | 6 +-
eth-multiplexer/multiplexer.c | 6 +-
eth-multiplexer/netfs_impl.c | 8 +-
eth-multiplexer/netfs_impl.h | 2 +-
eth-multiplexer/notify_impl.c | 2 +-
eth-multiplexer/test.c | 2 +-
eth-multiplexer/util.h | 16 +-
eth-multiplexer/vdev.c | 30 +-
eth-multiplexer/vdev.h | 5 +
ext2fs/ext2fs.c | 3 +
ext2fs/ext2fs.h | 4 +-
libbpf/Makefile | 4 +-
libbpf/bpf_impl.c | 32 +-
libbpf/bpf_impl.h | 22 +-
libbpf/queue.c | 12 +-
libbpf/util.h | 8 +-
libdiskfs/Makefile | 4 +-
libdiskfs/file-utimes.c | 3 +
libdiskfs/io-stubs.c | 8 +-
libdiskfs/node-lastref.c | 49 +++
libdiskfs/node-nput.c | 24 +-
libdiskfs/node-nrele.c | 12 +-
libdiskfs/priv.h | 4 +
libnetfs/fsstubs.c | 6 +-
libnetfs/fsysstubs.c | 10 +-
libnetfs/iostubs.c | 20 +-
libpager/data-unlock.c | 2 +-
libpager/stubs.c | 6 +-
libtreefs/xinl.c | 2 +
libtrivfs/fsys-stubs.c | 8 +-
libtrivfs/io-stubs.c | 18 +-
mach-defpager/main.c | 4 +-
proc/mgt.c | 12 +-
proc/mig-mutate.h | 9 +
startup/startup.c | 22 +-
utils/rpctrace.c | 2 +-
58 files changed, 973 insertions(+), 1368 deletions(-)
delete mode 100644 boot/frank1.ld
delete mode 100644 boot/frankemul.ld
delete mode 100644 boot/mach-crt0.c
copy auth/auth.h => boot/mig-decls.h (81%)
copy auth/auth.h => boot/mig-mutate.h (81%)
delete mode 100644 boot/sigvec.S
delete mode 100644 boot/syscall.S
delete mode 100644 boot/ux.c
delete mode 100644 boot/ux.h
create mode 100644 libdiskfs/node-lastref.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 upstream-merged updated (cb8b393 -> dd66fe0),
Samuel Thibault <=