commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.5-99-g5a00c0e


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.5-99-g5a00c0e
Date: Wed, 30 Sep 2015 11:07:01 +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, master has been updated
       via  5a00c0e8a75760434a74cda2317637d9c23854cb (commit)
       via  5cfe49741a2749d05aebd703e087f6c252a222d2 (commit)
       via  00f6653c2c2f6173cf30784b00f59e7256dc7f09 (commit)
       via  b64c73ca13beef304e86753b78f8079faa885989 (commit)
      from  5e8955c2ad4b51acc96fdb671c4fef924dbc7f82 (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 5a00c0e8a75760434a74cda2317637d9c23854cb
Author: Justus Winter <address@hidden>
Date:   Tue Sep 29 15:06:20 2015 +0200

    kern/slab: print total used and reclaimable memory
    
    * kern/slab.c (_slab_info): Print total used and reclaimable memory.

commit 5cfe49741a2749d05aebd703e087f6c252a222d2
Author: Justus Winter <address@hidden>
Date:   Tue Sep 29 14:57:57 2015 +0200

    kern/slab: include flags in the slab information
    
    * kern/slab.c (_slab_info): Include flags in the slab information.

commit 00f6653c2c2f6173cf30784b00f59e7256dc7f09
Author: Justus Winter <address@hidden>
Date:   Tue Sep 29 16:03:57 2015 +0200

    ddb: fix line formatting
    
    * ddb/db_output.c (db_putchar): Fix off-by-one, allowing one more
    character to be printed before the newline is inserted.

commit b64c73ca13beef304e86753b78f8079faa885989
Author: Justus Winter <address@hidden>
Date:   Tue Sep 29 13:20:52 2015 +0200

    ddb: add new command `show slabinfo'
    
    * ddb/db_command.c (db_show_cmds): Add `slabinfo'.
    * kern/slab.c (slab_info): Generalize so that it can be used with
    different printf-like functions, and turn it into a static function.
    (slab_info): New wrapper retaining the old behaviour.
    (db_show_slab_info): New wrapper that uses `db_printf' instead.
    * kern/slab.h (db_show_slab_info): New declaration.

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

Summary of changes:
 ddb/db_command.c |    2 ++
 ddb/db_output.c  |    2 +-
 kern/slab.c      |   41 +++++++++++++++++++++++++++++++++--------
 kern/slab.h      |    4 ++++
 4 files changed, 40 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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