minix/minix/usr.bin/trace
David van Moolenbroek 0f8e20a12c getrusage(2): zero out ru_nsignals field
The current value was both wrong (counting spawned kernel signals
rather than delivered user signals) and returned for the calling
process even if the request was for the process's children.
For now we are better off not populating this field at all.

Change-Id: I6c660be266b5746b7c3db57ae88fa7f872961ee2
2015-09-28 14:06:58 +00:00
..
ioctl Add PTYFS, Unix98 pseudo terminal support 2015-06-23 17:43:46 +00:00
service getrusage(2): zero out ru_nsignals field 2015-09-28 14:06:58 +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