minix/minix
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
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands Rework getrusage(2) infrastructure 2015-09-28 14:06:59 +00:00
drivers Resolve more warnings 2015-09-23 12:04:58 +00:00
fs commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
include PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
kernel Rework getrusage(2) infrastructure 2015-09-28 14:06:59 +00:00
lib PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
llvm Resolve more warnings 2015-09-23 12:04:58 +00:00
man commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
net commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
usr.bin PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
usr.sbin commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
Makefile benchmarks: remove unixbench 2015-07-20 11:05:28 +00:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00