[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch master updated (13a4a20 -> 2210f0b)
From: |
Samuel Thibault |
Subject: |
[hurd] branch master updated (13a4a20 -> 2210f0b) |
Date: |
Wed, 16 Nov 2016 08:30:24 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch master
in repository hurd.
from 13a4a20 local/setup-translators: Default crash server to dumping
core
new dd66fe0 New upstream snapshot
new 2b86c4a Merge branch 'upstream-merged'
new 7ea5ea1 patches/{console-wire.patch,time-fix.patch}: Drop, merged
upstream
new 1491858 upload
new 2210f0b rules: Disable pie hardening
The 5 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 +
debian/changelog | 7 +-
debian/patches/console-wire.patch | 36 --
debian/patches/external.patch | 8 +-
debian/patches/series | 2 -
debian/patches/time-fix.patch | 24 --
debian/rules | 2 +
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 +-
64 files changed, 983 insertions(+), 1437 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
delete mode 100644 debian/patches/console-wire.patch
delete mode 100644 debian/patches/time-fix.patch
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
- [hurd] branch master updated (13a4a20 -> 2210f0b),
Samuel Thibault <=
- [hurd] 05/05: rules: Disable pie hardening, Samuel Thibault, 2016/11/16
- [hurd] 04/05: upload, Samuel Thibault, 2016/11/16
- [hurd] 03/05: patches/{console-wire.patch, time-fix.patch}: Drop, merged upstream, Samuel Thibault, 2016/11/16
- [hurd] 02/05: Merge branch 'upstream-merged', Samuel Thibault, 2016/11/16
- [hurd] 01/05: New upstream snapshot, Samuel Thibault, 2016/11/16