commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. 6135a4a7cc4d9b5a26a55dc


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 6135a4a7cc4d9b5a26a55dc862b7530c4cedf052
Date: Fri, 28 May 2010 15:23:59 +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 "the great next stuff".

The branch, dde has been updated
       via  6135a4a7cc4d9b5a26a55dc862b7530c4cedf052 (commit)
       via  9658208da4eb349f6dfa4e4c828ebbed6f437ed0 (commit)
       via  582dfcde328fbdeeb39c143cbcbfaafd06a4d2a5 (commit)
       via  cea24750485539a91f2e955764c802528b50950f (commit)
       via  f3234e6fc2765e47555d3bd44716eb9c34b99b69 (commit)
       via  b0c876e9dfcc2f265a2b246a4db1dc4ee016bd02 (commit)
       via  86f6c9fa731f64cfa8baeb7b22cdae1dec2ec63f (commit)
       via  198a98db43a1cce35242ea5cc12e1d9c5c57db40 (commit)
       via  44fe764b3606c5e207041e4855ddf831acd23193 (commit)
       via  21dee9dc7c96d6eda1c1e8c9e9016b9a6b8a5a1b (commit)
      from  f0f85280d8e093a7e28100af5d45276178326394 (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 6135a4a7cc4d9b5a26a55dc862b7530c4cedf052
Author: Zheng Da <address@hidden>
Date:   Fri May 28 16:20:39 2010 +0200

    link to libhurd-slab while building dde drivers.

commit 9658208da4eb349f6dfa4e4c828ebbed6f437ed0
Author: Zheng Da <address@hidden>
Date:   Fri May 28 16:20:21 2010 +0200

    ignore more files.

commit 582dfcde328fbdeeb39c143cbcbfaafd06a4d2a5
Author: Zheng Da <address@hidden>
Date:   Fri May 28 16:11:56 2010 +0200

    ddekit slab uses libhurd-slab.

commit cea24750485539a91f2e955764c802528b50950f
Author: Zheng Da <address@hidden>
Date:   Fri May 28 15:50:21 2010 +0200

    set new slab with 0.

commit f3234e6fc2765e47555d3bd44716eb9c34b99b69
Author: Zheng Da <address@hidden>
Date:   Fri May 28 15:01:57 2010 +0200

    reimplement ddekit_large_malloc.

commit b0c876e9dfcc2f265a2b246a4db1dc4ee016bd02
Author: Zheng Da <address@hidden>
Date:   Fri May 28 13:22:00 2010 +0200

    add libhurd-slab in Makefile.

commit 86f6c9fa731f64cfa8baeb7b22cdae1dec2ec63f
Author: Zheng Da <address@hidden>
Date:   Fri May 28 13:20:41 2010 +0200

    Use cthreads in hurd-slab.

commit 198a98db43a1cce35242ea5cc12e1d9c5c57db40
Author: Zheng Da <address@hidden>
Date:   Fri May 28 13:12:54 2010 +0200

    Use malloc/free by default in slab.

commit 44fe764b3606c5e207041e4855ddf831acd23193
Author: Zheng Da <address@hidden>
Date:   Fri May 28 13:09:53 2010 +0200

    Use a large slab size.

commit 21dee9dc7c96d6eda1c1e8c9e9016b9a6b8a5a1b
Author: Zheng Da <address@hidden>
Date:   Fri May 28 12:48:11 2010 +0200

    original libhurd-slab from viengoos.

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

Summary of changes:
 .gitignore                         |    6 +
 Makefile                           |    2 +-
 dde_e100/Makefile                  |    2 +-
 dde_e1000/Makefile                 |    2 +-
 dde_ne2k_pci/Makefile              |    2 +-
 dde_pcnet32/Makefile               |    2 +-
 dde_rtl8139/Makefile               |    2 +-
 libddekit/Makefile                 |    4 +-
 libddekit/init.c                   |   14 +-
 libddekit/kmem.c                   |  546 ------------------------------------
 libddekit/memory.c                 |   84 +++++--
 libddekit/pgtab.c                  |  139 ++++++++--
 {libpipe => libhurd-slab}/Makefile |   23 +-
 libhurd-slab/slab.c                |  514 +++++++++++++++++++++++++++++++++
 libhurd-slab/slab.h                |  338 ++++++++++++++++++++++
 15 files changed, 1075 insertions(+), 605 deletions(-)
 delete mode 100644 libddekit/kmem.c
 copy {libpipe => libhurd-slab}/Makefile (71%)
 create mode 100644 libhurd-slab/slab.c
 create mode 100644 libhurd-slab/slab.h


hooks/post-receive
-- 
the great next stuff



reply via email to

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