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. afd9f7c49889f


From: Maksym Planeta
Subject: [SCM] GNU Mach branch, mplaneta/libbraunr/master, updated. afd9f7c49889f3e2e472cd1bf05a1d2e4a7d77b7
Date: Tue, 12 Jul 2011 13:59:37 +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  afd9f7c49889f3e2e472cd1bf05a1d2e4a7d77b7 (commit)
      from  3449b5ae4da5a300a9b89a6e5d78f36c9f5c6a1f (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 afd9f7c49889f3e2e472cd1bf05a1d2e4a7d77b7
Author: Maksym Planeta <address@hidden>
Date:   Tue Jul 12 16:46:09 2011 +0300

    Fix compiler errors and warnings.
    
    This is the first commit with balloc, when kernel compiles.
    
    * Makefrag.am (libkernel_a_SOURCES): Add files list.c and list.h, which
    were deleted erroneously.
    * kern/balloc/list.c: Likewise.
    * kern/balloc/list.h: Likewise.
    
    * kern/macro_help.h (MACRO_BEGIN, MACRO_END): Edit macros, so they can
    return some value.
    * kern/balloc/macros.h (MACRO_BEGIN, MACRO_END): Delete macros, which
    are already defined in kern/macro_help.h
    
    * kern/task.c: Remove repeated include.
    
    * ipc/ipc_init.c (ipc_init): Fix compiler errors.
    * kern/balloc/mem.c: Likewise.
    * vm/vm_map.h: Likewise.

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

Summary of changes:
 Makefrag.am          |    2 +
 ipc/ipc_init.c       |    2 +-
 kern/balloc/list.c   |  135 ++++++++++++++++++
 kern/balloc/list.h   |  371 ++++++++++++++++++++++++++++++++++++++++++++++++++
 kern/balloc/macros.h |    3 -
 kern/balloc/mem.c    |  154 +++++++++++----------
 kern/macro_help.h    |    4 +-
 kern/task.c          |    1 -
 vm/vm_map.h          |    5 +-
 9 files changed, 592 insertions(+), 85 deletions(-)
 create mode 100644 kern/balloc/list.c
 create mode 100644 kern/balloc/list.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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