freebsd-dev/usr.bin/timeout
Ed Maste b0aa0c6e1b timeout: handle zombie grandchildren
timeout previously collected only one child status with wait(2). If this
was one of the grandchildren timeout would return to sigsuspend and wait
until the timeout expired. Instead, loop for all children.

PR:		kern/197608
Reviewed by:	bapt, kib
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2015-02-15 20:10:53 +00:00
..
tests Add regression tests for the timeout(1) utility 2014-10-28 10:39:41 +00:00
Makefile Add regression tests for the timeout(1) utility 2014-10-28 10:39:41 +00:00
timeout.1 Improve compatibility with GNU timeout 2014-10-28 10:33:31 +00:00
timeout.c timeout: handle zombie grandchildren 2015-02-15 20:10:53 +00:00