]> Zhao Yanbai Git Server - minix.git/commit
PM: make child time accumulation POSIX compliant 99/3199/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 27 Sep 2015 12:32:23 +0000 (12:32 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 28 Sep 2015 14:06:57 +0000 (14:06 +0000)
commit0f5c95a00bee21a5df2b595003c66b240292f274
tree75ca23fd811d7869b463947b34f9b94b721151cc
parentb80da2a01d0bb632707b7b4e974aa32eaebbcc6f
PM: make child time accumulation POSIX compliant

POSIX states that times() and getrusage() should only return child
user and system times of terminated children for which wait*() has
returned their PIDs.

Change-Id: I38e19ad71543a3b91e944bef8e4e1bd903de51bf
minix/servers/pm/forkexit.c