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


From: Maksym Planeta
Subject: [SCM] GNU Mach branch, mplaneta/libbraunr/master, updated. eddd5ed10c177b1124bff354e13bb3d2e4b18b7d
Date: Sun, 25 Sep 2011 12:39:17 +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  eddd5ed10c177b1124bff354e13bb3d2e4b18b7d (commit)
       via  f2ad36a9db228065870b0b1ddeb8561878052477 (commit)
       via  5f3094bf39352b1d48a1924368ab41676186454c (commit)
       via  f18f2f79999e9dd46d63e1d95a3a3f110499cad9 (commit)
       via  2c0e3c0aab3d3144768d2c7eb7f01e6ca62b08a0 (commit)
       via  8e78f3c0674cedc55953bf36d88c664ea80380a2 (commit)
       via  3f615b62f55e673c8a38dc25a7973d6c7a2379e6 (commit)
      from  416b8617197f41b95db1486df85920e03d15e58a (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 eddd5ed10c177b1124bff354e13bb3d2e4b18b7d
Author: Maksym Planeta <address@hidden>
Date:   Sun Sep 25 15:27:46 2011 +0300

    Remove mistakes in new constructor for kernel entries cache.
    
    * vm/vm_init.c (vm_map_bootstrap): Add calling of vm_map_kentry_map
     initialization.
    * vm/vm_map.c (vm_map_kentry_map_init): New function.
    (kentry_construct, kentry_dealloc_cache): Delete functions.
    * vm/vm_map.h (kentry_first_slab): Remove declaration of variable which
     is deleted.
    * vm/vm_resident (vm_page_bootstrap): Don't save address of the first
     slab of vm_map_kentry_cache.

commit f2ad36a9db228065870b0b1ddeb8561878052477
Author: Maksym Planeta <address@hidden>
Date:   Tue Sep 20 22:18:58 2011 +0300

    Correct mistakes in debugging procedures.
    
    * kern/balloc/mem.c (mem_slab_create_verify): Change type of variable
    buf.
    (host_cache_info): Fix calling of memory allocating procedure.

commit 5f3094bf39352b1d48a1924368ab41676186454c
Author: Maksym Planeta <address@hidden>
Date:   Sat Sep 17 11:15:09 2011 +0300

    Remove cpu.h
    
    * kern/balloc/cpu.h: Remove file.
    * kern/balloc/mem.c (mem_cpu_pool_get): Use cpu_number instead of cpu_id.
    * kern/balloc/mem.h: Remove incliding of cpu.h.
    * kern/balloc/macros.h, i386/configfrag.ac (CONFIG_CPU_L1_SHIFT): Move
    constant declaration to configuration script.

commit f18f2f79999e9dd46d63e1d95a3a3f110499cad9
Author: Maksym Planeta <address@hidden>
Date:   Wed Sep 14 23:26:18 2011 +0300

    Make better constructor for kernel map entries.
    
    * vm/vm_map.c (kentry_dealloc_cach, kentry_construct): New functions.
    * vm/vm_map.h (kentry_first_slab): New variable.
    * vm/vm_resident.c (vm_page_bootstrap): Change way of allocating bootstrap 
memory.

commit 2c0e3c0aab3d3144768d2c7eb7f01e6ca62b08a0
Author: Maksym Planeta <address@hidden>
Date:   Thu Sep 8 08:17:03 2011 +0300

    Memory allocator Code cleanup.
    
    * kern/balloc/mem.c: Fix compiler warnings.
    (host_cache_info, mem_alloc_init): Fix mistakes.
    * kern/balloc/mem.h: Avoid using vm_offset_t as internal type.

commit 8e78f3c0674cedc55953bf36d88c664ea80380a2
Author: Maksym Planeta <address@hidden>
Date:   Fri Sep 2 17:51:07 2011 +0300

    Code cleanup, function renaming.
    
    * kern/balloc/mem.c (mem_alloc_bootstrap): Rename function.
    (mem_cache_destroy): Fix bugs with types.
    (mem_alloc_init): Replace non-existent printf format.
    (mem_cache_init): Fix bug with macro CONFIG_MEM_VERIFY.
    * kern/balloc/mem.h (mem_alloc_bootstrap): Rename function.
    (mem_info, mem_cache_info): Remove unused prototypes.
    * vm/vm_init.c (vm_mem_bootstrap): Use renamed function.

commit 3f615b62f55e673c8a38dc25a7973d6c7a2379e6
Author: Maksym Planeta <address@hidden>
Date:   Tue Aug 30 14:08:47 2011 +0300

    Move enabling of permanent memory verification to configfrag.ac
    
    * kern/balloc/macros.h (CONFIG_MEM_VERIFY): Remove macro.
    * configfrag.ac (CONFIG_MEM_VERIFY): Add macro.

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

Summary of changes:
 configfrag.ac        |    3 +
 i386/configfrag.ac   |    4 +
 kern/balloc/cpu.h    |   75 -------------------
 kern/balloc/macros.h |   10 ---
 kern/balloc/mem.c    |  196 ++++++++++++++++++++++++++-----------------------
 kern/balloc/mem.h    |   35 +++++----
 vm/vm_init.c         |    3 +-
 vm/vm_map.c          |   37 ++++++----
 vm/vm_resident.c     |    2 +-
 9 files changed, 157 insertions(+), 208 deletions(-)
 delete mode 100644 kern/balloc/cpu.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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