minix/minix/servers/pm
David van Moolenbroek 29346ab043 PM: add support for wait4(2)
This patch adds support for the wait4 system call, and with that the
wait3 call as well.  The implementation is absolutely minimal: only
user and system times of the exited child are returned (with all other
rusage fields left zero), and there is no support for tracers.  Still,
this should cover the main use cases of wait4.

Change-Id: I7a04589a8423a23990ab39aa38e85d535556743a
2015-09-29 18:15:28 +00:00
..
alarm.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
const.h New sources layout 2014-07-31 16:00:30 +02:00
exec.c New sources layout 2014-07-31 16:00:30 +02:00
forkexit.c PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
getset.c New sources layout 2014-07-31 16:00:30 +02:00
glo.h New sources layout 2014-07-31 16:00:30 +02:00
main.c services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
Makefile Move all services to /service 2014-07-31 16:00:31 +02:00
mcontext.c New sources layout 2014-07-31 16:00:30 +02:00
misc.c PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
mproc.h PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
pm.h New sources layout 2014-07-31 16:00:30 +02:00
profile.c Remove support for call profiling 2014-09-30 12:39:03 +00:00
proto.h PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
schedule.c New sources layout 2014-07-31 16:00:30 +02:00
signal.c New sources layout 2014-07-31 16:00:30 +02:00
table.c PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
time.c Move clock_time into libsys 2014-09-18 12:46:26 +00:00
trace.c PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
type.h New sources layout 2014-07-31 16:00:30 +02:00
utility.c PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00