[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnumach] branch master updated (978f9aa -> bff042c)
From: |
Samuel Thibault |
Subject: |
[gnumach] branch master updated (978f9aa -> bff042c) |
Date: |
Sun, 05 Jul 2015 00:42:25 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch master
in repository gnumach.
from 978f9aa Add patch to fix unsafe protected payload access.
new f7ae367 Imported Upstream version 1.4+git20150704
new bff042c Merge tag 'upstream/1.4+git20150704'
The 2 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 | 429 ++++++++++
Makefile.am | 5 +-
Makefile.in | 196 ++---
Makefrag.am | 15 +-
Makerules.mig.am | 10 +
NEWS | 6 +-
config.h.in | 3 +
configfrag.ac | 2 +-
configure | 30 +-
ddb/db_print.c | 20 +-
ddb/db_trap.c | 4 +
debian/changelog | 7 +
debian/patches/git-payload-unsafe-access.patch | 202 -----
debian/patches/series | 1 -
device/blkio.c | 2 +-
device/blkio.h | 2 +-
device/cons.h | 11 +
device/dev_master.h | 2 +-
device/ds_routines.c | 124 ++-
device/io_req.h | 2 +-
device/net_io.h | 2 +-
doc/mach.info | 2 +-
doc/mach.info-1 | 4 +-
doc/mach.info-2 | 2 +-
doc/stamp-vti | 4 +-
doc/version.texi | 4 +-
i386/configfrag.ac | 4 +
i386/grub/misc.h | 2 +-
i386/i386/db_trace.c | 2 +-
i386/i386/pcb.c | 12 +-
i386/i386/phys.c | 25 +-
i386/i386/xen.h | 2 +-
i386/i386at/conf.c | 6 +
i386/i386at/cons_conf.c | 7 +
i386/i386at/immc.c | 74 +-
i386/i386at/kd.c | 2 +-
i386/i386at/kd.h | 1 +
i386/i386at/model_dep.c | 9 +
i386/i386at/rtc.c | 6 +-
i386/intel/read_fault.c | 2 +-
include/mach_debug/ipc_info.h | 23 -
include/mach_debug/mach_debug.defs | 21 +-
include/mach_debug/mach_debug_types.defs | 7 +-
ipc/ipc_entry.c | 790 ++----------------
ipc/ipc_entry.h | 69 +-
ipc/ipc_hash.c | 620 --------------
ipc/ipc_hash.h | 96 ---
ipc/ipc_init.c | 6 +-
ipc/ipc_kmsg.c | 158 ++--
ipc/ipc_kmsg.h | 2 +-
ipc/ipc_mqueue.h | 2 +-
ipc/ipc_object.c | 23 +-
ipc/ipc_object.h | 2 +-
ipc/ipc_port.c | 4 +-
ipc/ipc_port.h | 2 +-
ipc/ipc_right.c | 41 +-
ipc/ipc_space.c | 104 +--
ipc/ipc_space.h | 212 ++++-
ipc/ipc_splay.c | 920 ---------------------
ipc/ipc_splay.h | 114 ---
ipc/ipc_table.c | 44 -
ipc/ipc_table.h | 55 +-
ipc/mach_debug.c | 325 --------
ipc/mach_msg.c | 153 +---
ipc/mach_port.c | 60 +-
i386/i386at/acpihalt.h => ipc/notify.defs | 11 +-
ipc/port.h | 5 +-
kern/assert.h | 2 +-
kern/ast.h | 2 +-
kern/counters.c | 3 +
kern/counters.h | 3 +
kern/exception.c | 27 +-
kern/ipc_mig.c | 14 +-
kern/ipc_tt.c | 2 +-
kern/list.h | 4 +-
kern/macro_help.h | 50 --
kern/macros.h | 72 ++
kern/pc_sample.h | 2 +-
kern/printf.h | 13 +-
kern/processor.c | 2 +
kern/rbtree.h | 9 +-
kern/rdxtree.c | 830 +++++++++++++++++++
kern/rdxtree.h | 209 +++++
kern/rdxtree_i.h | 66 ++
kern/refcount.h | 2 +-
kern/sched.h | 2 +-
kern/sched_prim.c | 2 +-
kern/sched_prim.h | 2 +-
kern/slab.c | 2 +-
kern/startup.c | 2 +
kern/syscall_subr.c | 4 +-
kern/task.c | 8 +-
kern/thread.c | 35 +-
kern/thread_swap.c | 17 +-
kern/thread_swap.h | 2 +-
kern/timer.c | 2 +-
kern/timer.h | 2 +-
linux/Makefrag.am | 5 +
linux/dev/drivers/block/ahci.c | 47 +-
linux/dev/include/linux/types.h | 9 +
linux/src/include/asm-i386/bitops.h | 6 +-
linux/src/include/asm-i386/semaphore.h | 24 +-
.../linux/{compiler-gcc4.h => compiler-gcc5.h} | 54 +-
version.m4 | 2 +-
vm/vm_fault.c | 2 +-
vm/vm_kern.c | 104 +--
vm/vm_kern.h | 2 -
vm/vm_map.h | 2 +-
vm/vm_object.c | 26 +-
vm/vm_object.h | 2 +-
vm/vm_page.h | 2 +-
111 files changed, 2635 insertions(+), 4158 deletions(-)
delete mode 100644 debian/patches/git-payload-unsafe-access.patch
delete mode 100644 ipc/ipc_hash.c
delete mode 100644 ipc/ipc_hash.h
delete mode 100644 ipc/ipc_splay.c
delete mode 100644 ipc/ipc_splay.h
copy i386/i386at/acpihalt.h => ipc/notify.defs (72%)
delete mode 100644 kern/macro_help.h
create mode 100644 kern/macros.h
create mode 100644 kern/rdxtree.c
create mode 100644 kern/rdxtree.h
create mode 100644 kern/rdxtree_i.h
copy linux/src/include/linux/{compiler-gcc4.h => compiler-gcc5.h} (52%)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/gnumach.git
- [gnumach] branch master updated (978f9aa -> bff042c),
Samuel Thibault <=