commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.6-25-g8bde80c


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. v1.6-25-g8bde80c
Date: Sat, 23 Jan 2016 20:30:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  8bde80c03f475f06b62962905dc6766f5bc28c4c (commit)
       via  e835160b6b95f3b904fbc429392a63be1e4ed6b8 (commit)
       via  451b007174d87aae30872b1269fc922331665b9c (commit)
       via  d5628219e4ec8febf9a223c8190a4267d9bef342 (commit)
       via  7dd0a77616ea1c1fda3fd60733b7c4c8990feb6a (commit)
       via  375ef3da5441901886a274a5c7324341532f3ce7 (commit)
       via  a36c6426dacf7e0d3e69fb3089a2423420ac9990 (commit)
      from  bee3f0799656116cee095f79f6aa91d18157c0f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8bde80c03f475f06b62962905dc6766f5bc28c4c
Merge: bee3f07 e835160
Author: Richard Braun <address@hidden>
Date:   Sat Jan 23 21:30:07 2016 +0100

    Merge branch 'rbraun/vm_page'

-----------------------------------------------------------------------

Summary of changes:
 Makefrag.am                        |    1 +
 i386/Makefrag.am                   |    2 +
 i386/i386/vm_param.h               |   40 ++
 i386/i386at/biosmem.c              |  844 ++++++++++++++++++++++++++++++++++++
 i386/i386at/biosmem.h              |   84 ++++
 i386/i386at/elf.h                  |   61 +++
 i386/i386at/model_dep.c            |  286 +------------
 i386/include/mach/i386/multiboot.h |  105 +++++
 i386/include/mach/i386/vm_types.h  |    5 +
 kern/bootstrap.c                   |   16 +-
 kern/cpu_number.h                  |    2 +
 kern/log2.h                        |   50 +++
 kern/slab.h                        |    5 +-
 kern/startup.c                     |    2 +-
 linux/dev/glue/glue.h              |    4 +-
 linux/dev/glue/kmem.c              |    6 +-
 linux/dev/init/main.c              |  143 +------
 linux/pcmcia-cs/glue/ds.c          |    6 -
 vm/pmap.h                          |   15 +-
 vm/vm_fault.c                      |    4 +-
 vm/vm_init.c                       |    1 +
 vm/vm_object.c                     |    3 +-
 vm/vm_page.c                       |  762 ++++++++++++++++++++++++++++++++
 vm/vm_page.h                       |  220 +++++++++-
 vm/vm_resident.c                   |  546 +++++++-----------------
 25 files changed, 2378 insertions(+), 835 deletions(-)
 create mode 100644 i386/i386at/biosmem.c
 create mode 100644 i386/i386at/biosmem.h
 create mode 100644 i386/i386at/elf.h
 create mode 100644 kern/log2.h
 create mode 100644 vm/vm_page.c


hooks/post-receive
-- 
GNU Mach



reply via email to

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