minix/minix/servers/pm
David van Moolenbroek bc2d75fa05 Rework getrusage(2) infrastructure
- the userland call is now made to PM only, and PM relays the call to
  other servers as appropriate; this is an ABI change that will
  ultimately allow us to add proper support for wait3() and the like;
  for the moment there is backward compatibility;
- the getrusage-specific kernel subcall has been removed, as it
  provided only redundant functionality, and did not provide the means
  to be extended correctly in the future - namely, allowing the kernel
  to return different values depending on whether resource usage of
  the caller (self) or its children was requested;
- VM is now told whether resource usage of the caller (self) or its
  children is requested, and it refrains from filling in wrong values
  for information it does not have;
- VM now uses the correct unit for the ru_maxrss values;
- VFS is cut out of the loop entirely, since it does not provide any
  values at the moment; a comment explains how it should be readded.

Change-Id: I27b0f488437dec3d8e784721c67b03f2f853120f
2015-09-28 14:06:59 +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: make child time accumulation POSIX compliant 2015-09-28 14:06:57 +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 Rework getrusage(2) infrastructure 2015-09-28 14:06:59 +00:00
mproc.h Annotations and tweaks for live update 2015-09-17 17:13:38 +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 Remove support for call profiling 2014-09-30 12:39:03 +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 Remove support for call profiling 2014-09-30 12:39:03 +00:00
time.c Move clock_time into libsys 2014-09-18 12:46:26 +00:00
trace.c New sources layout 2014-07-31 16:00:30 +02:00
type.h New sources layout 2014-07-31 16:00:30 +02:00
utility.c New sources layout 2014-07-31 16:00:30 +02:00