commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master-user_level_drivers, updated. 18fe04c1a9500


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master-user_level_drivers, updated. 18fe04c1a95005073e56794818b52f4a8dbbbdb7
Date: Wed, 15 Feb 2012 01:00:41 +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-user_level_drivers has been updated
       via  18fe04c1a95005073e56794818b52f4a8dbbbdb7 (commit)
       via  3c20f4250bbed03c2b89406124d1eb740d03544d (commit)
       via  3f7ad298fd5dd80c0dc017fdd77be23e7861e547 (commit)
       via  a12a10679017d89194c0dd873f44804b64f71102 (commit)
       via  3496138ca428a7b2b69fe08e69fb544006a9a2cc (commit)
       via  4362d1a0c20b8490ffc3115ac4bd93183a670af6 (commit)
       via  58aaf6e7f80c13338b8bc1603d59a56300aa8ab3 (commit)
       via  8842f3da9078c260c035867806f8f3aeb02aa1d4 (commit)
       via  88382234bb540544a3550d1ddfb84e0d17eec971 (commit)
       via  aef06eb95fdb3e5f5b857a8b641723759e850a85 (commit)
       via  5988ae8fb41ace936e48e5a972abe1c5acc8f8af (commit)
       via  7fa0de680bbfed02e09ad517788fe336c0d855cc (commit)
       via  db2078e4f1802434f791f4f1c333725c42fe172b (commit)
       via  7bc54a622e0c57a1085cd2990a1deedc8bd4743d (commit)
       via  d25bd66fe0bd4cddb18890390198c86b9e9b56b4 (commit)
       via  6af53cb9d48013971ad5fa37de173c1bbf73292a (commit)
       via  586d866ec61ad927a42e01f92883b7b0e0419eb6 (commit)
       via  033689ab90dc62b2dc349d37fa91708750a1ed93 (commit)
       via  d7db1f01832014e08e2dcf589abab1316d5a45db (commit)
       via  665bf60178e71eef11356ed61b320f852094cc4d (commit)
      from  136ad4c58e80a0a8de530265cf6b9f9dc64cc99b (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 18fe04c1a95005073e56794818b52f4a8dbbbdb7
Merge: 3c20f42 3f7ad29
Author: Samuel Thibault <address@hidden>
Date:   Wed Feb 15 01:54:45 2012 +0100

    Merge branch 'master' into master-user_level_drivers
    
    Conflicts:
        kern/strings.c

commit 3c20f4250bbed03c2b89406124d1eb740d03544d
Author: Samuel Thibault <address@hidden>
Date:   Wed Feb 15 01:53:22 2012 +0100

    Fix build on Xen platform

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

Summary of changes:
 Makefile.am                                     |    2 +-
 Makefrag.am                                     |   15 +-
 configfrag.ac                                   |    6 +
 device/dev_lookup.c                             |   17 +-
 device/dev_pager.c                              |   34 +-
 device/ds_routines.c                            |   57 +-
 device/intr.c                                   |    2 +
 device/io_req.h                                 |    5 +-
 device/net_io.c                                 |   32 +-
 i386/Makefrag.am                                |    1 -
 i386/configfrag.ac                              |    3 +
 i386/i386/fpu.c                                 |   26 +-
 i386/i386/io_perm.c                             |    7 +-
 i386/i386/machine_task.c                        |   20 +-
 i386/i386/pcb.c                                 |   14 +-
 i386/i386/task.h                                |    4 +-
 i386/i386/vm_param.h                            |    6 +-
 i386/i386/zalloc.h                              |   29 -
 i386/intel/pmap.c                               |   32 +-
 i386/intel/pmap.h                               |    1 -
 include/mach_debug/mach_debug.defs              |   20 +-
 include/mach_debug/mach_debug_types.defs        |    7 +-
 include/mach_debug/mach_debug_types.h           |    2 +-
 include/mach_debug/{hash_info.h => slab_info.h} |   37 +-
 include/mach_debug/zone_info.h                  |   61 -
 ipc/ipc_entry.c                                 |    4 +-
 ipc/ipc_entry.h                                 |    8 +-
 ipc/ipc_hash.c                                  |    8 +-
 ipc/ipc_hash.h                                  |    2 +
 ipc/ipc_init.c                                  |   47 +-
 ipc/ipc_init.h                                  |    8 -
 ipc/ipc_marequest.c                             |   27 +-
 ipc/ipc_marequest.h                             |    1 +
 ipc/ipc_object.c                                |    3 +-
 ipc/ipc_object.h                                |   10 +-
 ipc/ipc_space.c                                 |    4 +-
 ipc/ipc_space.h                                 |    7 +-
 ipc/ipc_table.c                                 |    7 -
 kern/act.c                                      |   18 +-
 kern/bootstrap.c                                |    1 +
 kern/ipc_tt.c                                   |    1 +
 kern/kalloc.c                                   |  254 ----
 kern/kalloc.h                                   |    4 +-
 kern/list.h                                     |  349 +++++
 kern/mach_clock.c                               |    3 +-
 kern/mach_param.h                               |   67 -
 kern/macro_help.h                               |    4 +-
 kern/pc_sample.c                                |    1 +
 kern/priority.c                                 |    1 -
 kern/processor.c                                |   15 +-
 kern/rbtree.c                                   |  478 +++++++
 kern/rbtree.h                                   |  298 +++++
 kern/rbtree_i.h                                 |  179 +++
 kern/sched_prim.c                               |    2 +-
 kern/server_loop.ch                             |    1 +
 kern/slab.c                                     | 1576 +++++++++++++++++++++++
 kern/slab.h                                     |  222 ++++
 kern/startup.c                                  |    3 +-
 kern/strings.c                                  |   20 +-
 kern/task.c                                     |   48 +-
 kern/task.h                                     |    2 -
 kern/thread.c                                   |   17 +-
 kern/zalloc.c                                   | 1007 ---------------
 kern/zalloc.h                                   |  136 --
 linux/dev/drivers/block/genhd.c                 |    2 +-
 linux/dev/glue/block.c                          |    6 +-
 linux/dev/glue/net.c                            |    1 +
 vm/memory_object_proxy.c                        |   20 +-
 vm/vm_external.c                                |   43 +-
 vm/vm_fault.c                                   |   21 +-
 vm/vm_init.c                                    |    6 +-
 vm/vm_kern.c                                    |   30 +-
 vm/vm_kern.h                                    |    4 +-
 vm/vm_map.c                                     |  176 ++--
 vm/vm_map.h                                     |    3 +
 vm/vm_object.c                                  |  103 +-
 vm/vm_page.h                                    |    1 -
 vm/vm_pageout.c                                 |    7 +-
 vm/vm_resident.c                                |   23 +-
 xen/block.c                                     |    7 +-
 xen/net.c                                       |   95 ++-
 xen/store.c                                     |    1 +
 82 files changed, 3697 insertions(+), 2135 deletions(-)
 delete mode 100644 i386/i386/zalloc.h
 copy include/mach_debug/{hash_info.h => slab_info.h} (59%)
 delete mode 100644 include/mach_debug/zone_info.h
 delete mode 100644 kern/kalloc.c
 create mode 100644 kern/list.h
 delete mode 100644 kern/mach_param.h
 create mode 100644 kern/rbtree.c
 create mode 100644 kern/rbtree.h
 create mode 100644 kern/rbtree_i.h
 create mode 100644 kern/slab.c
 create mode 100644 kern/slab.h
 delete mode 100644 kern/zalloc.c
 delete mode 100644 kern/zalloc.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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