Re: [PATCH 1/2] include: fix the embedded type definitions in memory_object.defs

2014-05-25 Thread Samuel Thibault
Justus Winter, le Mon 26 May 2014 00:03:34 +0200, a écrit : > In order to use MIG translation functions to lookup memory objects, > preprocessor macros have been introduced into the definition of > memory_object_t in 50cc5152. > > The procedure definitions contain inlined type definitions in order

Re: [PATCH 2/2] Rewrite old-style #endif FOO directives

2014-05-25 Thread Samuel Thibault
Justus Winter, le Mon 26 May 2014 00:03:35 +0200, a écrit : > * i386/include/mach/i386/cthreads.h: Rewrite old-style #endif FOO > directives. > * include/device/tape_status.h: Likewise. > * include/mach/alert.h: Likewise. > * include/mach/boot.h: Likewise. > * include/mach/default_pager_types.defs:

[PATCH 2/2] Rewrite old-style #endif FOO directives

2014-05-25 Thread Justus Winter
* i386/include/mach/i386/cthreads.h: Rewrite old-style #endif FOO directives. * include/device/tape_status.h: Likewise. * include/mach/alert.h: Likewise. * include/mach/boot.h: Likewise. * include/mach/default_pager_types.defs: Likewise. * include/mach/default_pager_types.h: Likewise. * include/mac

[PATCH 1/2] include: fix the embedded type definitions in memory_object.defs

2014-05-25 Thread Justus Winter
In order to use MIG translation functions to lookup memory objects, preprocessor macros have been introduced into the definition of memory_object_t in 50cc5152. The procedure definitions contain inlined type definitions in order to change the type of the argument in question (i.e. to make it polym

Re: [PATCH] Implement /proc/slabinfo

2014-05-25 Thread Samuel Thibault
Justus Winter, le Sat 24 May 2014 12:46:22 +0200, a écrit : > 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.scee