]> Zhao Yanbai Git Server - minix.git/commit
tcpd: waitpid() for any child process 06/606/1
authorBen Gras <ben@minix3.org>
Thu, 30 May 2013 19:41:45 +0000 (19:41 +0000)
committerBen Gras <ben@minix3.org>
Thu, 30 May 2013 19:41:45 +0000 (19:41 +0000)
commitedd50504e99917518fa8720600c7693d217e4604
tree3ed6dc0c5394e35dc5152c52320e3c51089e85d3
parent62da011387586b019f85cdc44165baf17b9633da
tcpd: waitpid() for any child process

. prevents zombies from accumulating for as long as tcpd exists
  for child processes that create their own process group, e.g. ftpd.

Change-Id: Ic56597810f7d17e1cc28b755e2d1998ecf49a27c
commands/tcpd/tcpd.c