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 "procfs".
The branch, master has been updated
via 122224d32894a8465a09561fc0a5220f5bb9c2c7 (commit)
from c87688a05a8b49479ee10127470cc60acebead4a (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 122224d32894a8465a09561fc0a5220f5bb9c2c7
Author: Justus Winter <[email protected]>
Date: Thu May 22 20:25:22 2014 +0200
Implement /proc/slabinfo
Add a node 'slabinfo' to the root directory that contains information
about the slab allocator used in GNU Mach.
The formatting code has been taken from Richard Braun's standalone
client available here:
git://darnassus.sceen.net/rbraun/slabinfo.git
* rootdir.c (rootdir_gc_slabinfo): New function.
(rootdir_entries): Add node 'slabinfo'.
* Makefile (OBJS): Add mach_debugUser.o.
(rootdir.o): Add an explicit dependency on mach_debug_U.h.
Furthermore, add rules to create both functions.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 22 +++++++++++++++++-
rootdir.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+), 1 deletions(-)
hooks/post-receive
--
procfs