[PATCH] Fix segfault in ps after integration of TASK_EVENTS_INFO

2013-01-05 Thread David Höppner
Hi, this fixes a segfault of ps (ps a -o msgin) after TASK_EVENTS_INFO will be integrated in gnumach. thanks, David Subject: [PATCH] Fix segfault in ps after integration of TASK_EVENTS_INFO * libps/procstat.c (merge_procinfo): Also copy taskevents. * libps/procstat.c (set_procinfo_flags): Set p

[PATCH] Add statistics for task_events_info

2013-01-04 Thread David Höppner
Hi, this adds the task_events_info statistics to the task structure. I will send fixes for hurd ps and proc later. thanks, David Subject: [PATCH] Add statistics for task_events_info * ipc/ipc_mqueue.c (ipc_mqueue_send, ipc_mqueue_receive): Increment counters for message sent and received. * ke

[PATCH] Fix compilation warning implicit function declaration kdbprintf

2013-01-01 Thread David Höppner
Hi, this is a small patch (also attached) for fix a compilation warning in gnumach. thanks, David Fix compilation warning implicit function declaration kdbprintf When kernel debugger support is requested ipc and vm do not include the prototype for the debugger function kdbprintf. * ddb/db_ou