[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnumach] branch upstream updated (f1e52f8 -> 17ba451)
From: |
Samuel Thibault |
Subject: |
[gnumach] branch upstream updated (f1e52f8 -> 17ba451) |
Date: |
Tue, 03 May 2016 00:37:41 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch upstream
in repository gnumach.
from f1e52f8 Imported Upstream version 1.6+git20160311
new 17ba451 Imported Upstream version 1.6+git20160502
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:
ChangeLog | 133 ++++++++++
Makefile.am | 2 +-
Makefile.in | 106 ++++----
Makefrag.am | 2 +
NEWS | 19 ++
config.h.in | 6 +
configfrag.ac | 11 +
configure | 81 +++++-
ddb/db_elf.c | 10 +-
doc/mach.info | 4 +-
doc/mach.info-1 | 8 +-
doc/mach.info-2 | 4 +-
doc/stamp-vti | 8 +-
doc/version.texi | 8 +-
i386/Makefrag.am | 4 +-
i386/configfrag.ac | 5 +
i386/i386/hardclock.c | 9 +-
i386/i386/pcb.c | 2 +-
i386/i386/spl.S | 9 +
i386/i386/xen.h | 4 +-
i386/i386at/model_dep.c | 15 +-
i386/include/mach/i386/machine_types.defs | 4 +-
i386/include/mach/i386/vm_types.h | 24 --
i386/xen/xen.c | 7 +-
include/device/device_types.defs | 6 +-
include/mach/gnumach.defs | 52 ++++
include/mach/kern_return.h | 6 +
include/mach/std_types.defs | 8 +-
include/stdint.h | 55 ++++
include/sys/types.h | 15 +-
ipc/ipc_kmsg.c | 8 +-
kern/exception.c | 2 +-
kern/gsync.c | 413 ++++++++++++++++++++++++++++++
kern/gsync.h | 41 +++
kern/mach_clock.c | 10 +-
kern/mach_clock.h | 3 +-
kern/pc_sample.c | 10 +-
kern/pc_sample.h | 10 +-
kern/rdxtree.h | 2 +-
kern/startup.c | 3 +
linux/dev/include/linux/types.h | 10 -
version.m4 | 2 +-
vm/vm_fault.c | 2 +-
vm/vm_resident.c | 6 +-
xen/block.c | 4 +-
xen/net.c | 12 +-
xen/public/elfstructs.h | 2 +-
xen/ring.h | 2 +-
xen/store.c | 4 +-
xen/store.h | 2 +-
xen/time.c | 32 +--
xen/time.h | 2 +-
52 files changed, 1003 insertions(+), 206 deletions(-)
create mode 100644 include/stdint.h
create mode 100644 kern/gsync.c
create mode 100644 kern/gsync.h
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/gnumach.git
- [gnumach] branch upstream updated (f1e52f8 -> 17ba451),
Samuel Thibault <=