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


From: Maksym Planeta
Subject: [SCM] GNU Mach branch, mplaneta/libbraunr/master, updated. 7c34bfc0e19dda00fe06f4aa2da10b16eb05772f
Date: Wed, 10 Aug 2011 11:06:42 +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  7c34bfc0e19dda00fe06f4aa2da10b16eb05772f (commit)
       via  ba61422680793d328c2bf251c6acacff639c0c26 (commit)
       via  6d9c6e99afcdbc74f18ff8381f0db8511bf5120e (commit)
      from  f626e64d883bb513237b6b5807dd8cce17b7c1dd (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 7c34bfc0e19dda00fe06f4aa2da10b16eb05772f
Author: Maksym Planeta <address@hidden>
Date:   Wed Aug 10 14:00:18 2011 +0300

    Change license of memory allocator source to GPL2+
    
    * kern/balloc/cpu.h: Change license.
    * kern/balloc/list.c: Likewise.
    * kern/balloc/list.h: Likewise.
    * kern/balloc/macros.h: Likewise.
    * kern/balloc/mem.c: Likewise.
    * kern/balloc/mem.h: Likewise.
    * kern/balloc/rbtree.c: Likewise.
    * kern/balloc/rbtree.h: Likewise.
    * kern/balloc/rbtree_i.h: Likewise.

commit ba61422680793d328c2bf251c6acacff639c0c26
Author: Maksym Planeta <address@hidden>
Date:   Wed Aug 10 00:22:45 2011 +0300

    Replace AVL tree with red-black tree.
    
    * kern/balloc/rbtree.c: New file.
    * kern/balloc/rbtree_i.h: Likewise.
    * kern/balloc/rbtree.h: Likewise.
    
    * kern/balloc/avltree.c: Remove file.
    * kern/balloc/avltree.h: Likewise.
    
    * kern/balloc/mem.c: Replace handling to AVL tree with handling to RB tree.
    * kern/balloc/mem.h: Likewise.
    
    * Makefrag.am (libkernel_a_SOURCES): Change source files.

commit 6d9c6e99afcdbc74f18ff8381f0db8511bf5120e
Author: Maksym Planeta <address@hidden>
Date:   Tue Aug 9 23:26:38 2011 +0300

    Replace simple_lock_t with simple_lock_data_t.
    
    * kern/balloc/mem.c: Replace simple_lock_t with simple_lock_data_t.
    * kern/balloc/mem.h: Likewise.

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

Summary of changes:
 Makefrag.am            |    5 +-
 kern/balloc/avltree.c  |  528 ------------------------------------------------
 kern/balloc/avltree.h  |  466 ------------------------------------------
 kern/balloc/cpu.h      |   35 ++--
 kern/balloc/list.c     |   38 ++--
 kern/balloc/list.h     |   38 ++--
 kern/balloc/macros.h   |   38 ++--
 kern/balloc/mem.c      |  162 ++++++++--------
 kern/balloc/mem.h      |   48 +++---
 kern/balloc/rbtree.c   |  489 ++++++++++++++++++++++++++++++++++++++++++++
 kern/balloc/rbtree.h   |  304 ++++++++++++++++++++++++++++
 kern/balloc/rbtree_i.h |  190 +++++++++++++++++
 12 files changed, 1164 insertions(+), 1177 deletions(-)
 delete mode 100644 kern/balloc/avltree.c
 delete mode 100644 kern/balloc/avltree.h
 create mode 100644 kern/balloc/rbtree.c
 create mode 100644 kern/balloc/rbtree.h
 create mode 100644 kern/balloc/rbtree_i.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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