[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnumach] branch master updated (e192f0c -> 9f84aa6)
From: |
Samuel Thibault |
Subject: |
[gnumach] branch master updated (e192f0c -> 9f84aa6) |
Date: |
Wed, 21 Sep 2016 00:01:22 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch master
in repository gnumach.
from e192f0c brown-tape-fix memory allocation against debugging symbols
new bc2d3a9 New upstream version 1.7+git20160921
new 9f84aa6 Merge tag 'upstream/1.7+git20160921'
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 | 520 ++++++++++++++
Makefile.am | 4 +-
Makefile.in | 30 +-
configure | 20 +-
debian/changelog | 9 +
debian/patches/60_bigmem.patch | 70 --
debian/patches/70_dde.patch | 2 +-
debian/patches/99_biosmem.patch | 107 ---
debian/patches/series | 2 -
device/ds_routines.c | 4 +-
doc/mach.info | 242 +++----
doc/mach.info-1 | 26 +-
doc/mach.info-2 | 6 +-
doc/mach.texi | 2 +-
doc/stamp-vti | 8 +-
doc/version.texi | 8 +-
i386/Makefrag.am | 1 +
i386/i386/db_trace.c | 19 +-
i386/i386/locore.S | 2 +
i386/i386/model_dep.h | 7 -
i386/i386/phys.c | 22 +-
i386/i386/strings.c | 150 ++++
i386/i386/trap.c | 10 -
i386/i386at/biosmem.c | 586 ++++++++-------
i386/i386at/biosmem.h | 47 +-
i386/i386at/boothdr.S | 4 +-
i386/i386at/interrupt.S | 1 +
i386/i386at/mem.c | 22 +-
i386/i386at/model_dep.c | 93 ++-
i386/include/mach/i386/asm.h | 14 +-
i386/intel/pmap.c | 150 ++--
i386/intel/pmap.h | 12 +-
i386/xen/xen.c | 2 +-
ipc/ipc_init.c | 2 +-
ipc/mach_debug.c | 3 +
kern/lock.c | 3 +
kern/slab.c | 4 +-
kern/startup.c | 1 -
kern/strings.c | 103 +++
kern/task.c | 2 +-
kern/thread.c | 6 +-
kern/thread.h | 5 +-
linux/dev/glue/block.c | 35 +-
linux/dev/glue/net.c | 63 +-
linux/dev/init/main.c | 2 +-
version.m4 | 2 +-
vm/pmap.h | 32 +-
vm/vm_fault.c | 8 +-
vm/vm_kern.c | 8 +-
vm/vm_kern.h | 2 +-
vm/vm_map.c | 124 ++--
vm/vm_map.h | 16 +-
vm/vm_page.c | 1507 ++++++++++++++++++++++++++++++++++++---
vm/vm_page.h | 184 +++--
vm/vm_pageout.c | 690 +++---------------
vm/vm_pageout.h | 4 +-
vm/vm_resident.c | 385 +++-------
xen/block.c | 51 +-
xen/console.c | 4 +-
xen/net.c | 49 +-
60 files changed, 3398 insertions(+), 2099 deletions(-)
delete mode 100644 debian/patches/60_bigmem.patch
delete mode 100644 debian/patches/99_biosmem.patch
create mode 100644 i386/i386/strings.c
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/gnumach.git
- [gnumach] branch master updated (e192f0c -> 9f84aa6),
Samuel Thibault <=