minix/minix/usr.bin/trace
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
..
ioctl Add PTYFS, Unix98 pseudo terminal support 2015-06-23 17:43:46 +00:00
service PM: add support for wait4(2) 2015-09-29 18:15:28 +00:00
call.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
error.awk Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
escape.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
format.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
inc.h Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
ioctl.c trace(1): document how to add an IOCTL handler 2014-11-12 12:02:29 +00:00
kernel.c Kernel: separate userland ABI on kernel page 2015-09-23 12:01:15 +00:00
Makefile Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
mem.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
NOTES trace(1): document how to add an IOCTL handler 2014-11-12 12:02:29 +00:00
output.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
proc.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
proc.h Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
proto.h Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
signal.awk Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
trace.1 Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
trace.c Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00
type.h Add trace(1): the MINIX3 system call tracer 2014-11-04 21:46:31 +00:00