commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, mplaneta/libbraunr/master, updated. 50d073c5ef0fe


From: Richard Braun
Subject: [SCM] GNU Mach branch, mplaneta/libbraunr/master, updated. 50d073c5ef0feb1676606d0068abf626e8297cd7
Date: Mon, 31 Oct 2011 21:57:32 +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, mplaneta/libbraunr/master has been updated
       via  50d073c5ef0feb1676606d0068abf626e8297cd7 (commit)
      from  66fc3565149fda9f8c419e701908a1f69dc2a8c2 (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 50d073c5ef0feb1676606d0068abf626e8297cd7
Author: Richard Braun <address@hidden>
Date:   Thu Oct 27 21:33:55 2011 +0000

    Reinstate the kalloc interface.
    
    There is no point in renaming the kalloc/kfree functions, as the new km
    module provides exactly the same functionality, with the very same
    interface. Clean the kalloc header by removing the defunct kget()
    function and adding the kalloc map.

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

Summary of changes:
 Makefrag.am                                |   20 +++++-----
 device/cirbuf.c                            |    6 ++--
 device/io_req.h                            |    6 ++--
 device/net_io.h                            |    6 ++--
 i386/i386/io_perm.c                        |    7 ++--
 i386/i386/user_ldt.c                       |   20 ++++------
 ipc/ipc_hash.c                             |    4 +-
 ipc/ipc_kmsg.c                             |   14 ++++----
 ipc/ipc_kmsg.h                             |    8 ++--
 ipc/ipc_marequest.c                        |    4 +-
 ipc/ipc_table.c                            |   23 ++++--------
 kern/bootstrap.c                           |    5 ++-
 kern/host.c                                |   16 ++++----
 kern/ipc_tt.c                              |   11 +++---
 include/mach/mach_param.h => kern/kalloc.h |   35 ++++++++++---------
 kern/km.c                                  |   51 ++++++++++++---------------
 kern/km.h                                  |   17 ---------
 kern/pc_sample.c                           |   13 ++++---
 kern/processor.c                           |   13 ++++---
 kern/syscall_emulation.c                   |   12 +++---
 kern/task.c                                |   13 ++++---
 kern/thread.c                              |    7 ++--
 linux/dev/glue/block.c                     |   20 +++++-----
 linux/dev/glue/kmem.c                      |    4 +-
 linux/dev/glue/net.c                       |    4 +-
 linux/dev/init/main.c                      |    6 ++--
 vm/vm_init.c                               |    1 +
 vm/vm_map.c                                |    7 ++--
 xen/block.c                                |   15 ++++----
 xen/net.c                                  |   17 +++++----
 xen/store.c                                |   13 ++++---
 31 files changed, 189 insertions(+), 209 deletions(-)
 copy include/mach/mach_param.h => kern/kalloc.h (76%)


hooks/post-receive
-- 
GNU Mach



reply via email to

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