minix/minix/usr.bin/trace
David van Moolenbroek cd27b2627a getrusage(2): zero out ru_i[xds]rss fields
The current values were both inaccurate (especially for dynamically
linked executables) and using the wrong unit (bytes, instead of
kilobytes times ticks-of-execution).  For now we are better off not
populating these fields at all.

Change-Id: I195a8fa8db909e64a833eec25f59c9ee0b89bdc5
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_i[xds]rss fields 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