commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnumach] branch upstream updated (1251f73 -> bc2d3a9)


From: Samuel Thibault
Subject: [gnumach] branch upstream updated (1251f73 -> bc2d3a9)
Date: Wed, 21 Sep 2016 00:01:24 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch upstream
in repository gnumach.

      from  1251f73   Imported Upstream version 1.7+git20160809
       new  bc2d3a9   New upstream version 1.7+git20160921

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                    |  520 +++++++++++++++
 Makefile.am                  |    4 +-
 Makefile.in                  |   30 +-
 configure                    |   20 +-
 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 +-
 55 files changed, 3388 insertions(+), 1919 deletions(-)
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]