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.5-15-gb3c5e41


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.5-15-gb3c5e41
Date: Wed, 20 May 2015 08:45:58 +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  b3c5e41bc05bc622c637d1da75a3c63091e4e789 (commit)
      from  8b026d66eb22e1fcf1cb03974606dca991aae392 (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 b3c5e41bc05bc622c637d1da75a3c63091e4e789
Author: Justus Winter <address@hidden>
Date:   Tue Mar 31 12:57:05 2015 +0200

    kern: import `macros.h' from x15
    
    Import the macro definitions from the x15 kernel project, and replace
    all similar definitions littered all over the place with it.
    
    Importing this file will make importing code from the x15 kernel
    easier.  We are already using the red-black tree implementation and
    the slab allocator from it, and we will import even more code in the
    near future.
    
    * kern/list.h: Do not define `structof', include `macros.h' instead.
    * kern/rbtree.h: Likewise.
    * kern/slab.c: Do not define `ARRAY_SIZE', include `macros.h' instead.
    * i386/grub/misc.h: Likewise.
    * i386/i386/xen.h: Do not define `barrier', include `macros.h' instead.
    * kern/macro_help.h: Delete file.  Replaced by `macros.h'.
    * kern/macros.h: New file.
    * Makefrag.am (libkernel_a_SOURCES): Add new file, remove old file.
    * device/dev_master.h: Adopt accordingly.
    * device/io_req.h: Likewise.
    * device/net_io.h: Likewise.
    * i386/intel/read_fault.c: Likewise.
    * ipc/ipc_kmsg.h: Likewise.
    * ipc/ipc_mqueue.h: Likewise.
    * ipc/ipc_object.h: Likewise.
    * ipc/ipc_port.h: Likewise.
    * ipc/ipc_space.h: Likewise.
    * ipc/ipc_splay.c: Likewise.
    * ipc/ipc_splay.h: Likewise.
    * kern/assert.h: Likewise.
    * kern/ast.h: Likewise.
    * kern/pc_sample.h: Likewise.
    * kern/refcount.h: Likewise.
    * kern/sched.h: Likewise.
    * kern/sched_prim.c: Likewise.
    * kern/timer.c: Likewise.
    * kern/timer.h: Likewise.
    * vm/vm_fault.c: Likewise.
    * vm/vm_map.h: Likewise.
    * vm/vm_object.h: Likewise.
    * vm/vm_page.h: Likewise.

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

Summary of changes:
 Makefrag.am             |    2 +-
 device/dev_master.h     |    2 +-
 device/io_req.h         |    2 +-
 device/net_io.h         |    2 +-
 i386/grub/misc.h        |    2 +-
 i386/i386/xen.h         |    2 +-
 i386/intel/read_fault.c |    2 +-
 ipc/ipc_kmsg.h          |    2 +-
 ipc/ipc_mqueue.h        |    2 +-
 ipc/ipc_object.h        |    2 +-
 ipc/ipc_port.h          |    2 +-
 ipc/ipc_space.h         |    2 +-
 ipc/ipc_splay.c         |    2 +-
 ipc/ipc_splay.h         |    2 +-
 kern/assert.h           |    2 +-
 kern/ast.h              |    2 +-
 kern/list.h             |    4 +--
 kern/macro_help.h       |   50 --------------------------------
 kern/macros.h           |   72 +++++++++++++++++++++++++++++++++++++++++++++++
 kern/pc_sample.h        |    2 +-
 kern/rbtree.h           |    5 +--
 kern/refcount.h         |    2 +-
 kern/sched.h            |    2 +-
 kern/sched_prim.c       |    2 +-
 kern/slab.c             |    2 +-
 kern/timer.c            |    2 +-
 kern/timer.h            |    2 +-
 vm/vm_fault.c           |    2 +-
 vm/vm_map.h             |    2 +-
 vm/vm_object.h          |    2 +-
 vm/vm_page.h            |    2 +-
 31 files changed, 101 insertions(+), 84 deletions(-)
 delete mode 100644 kern/macro_help.h
 create mode 100644 kern/macros.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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