kernel - Add reapctl() system call for managing sub-processes (5) -> procctl
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 19:17:01 +0000 (11:17 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 19:17:01 +0000 (11:17 -0800)
commit2cb910215e7c270acf7b34f15c063c4f72f5fa39
tree1f6def51edc46a00c7db5ce03bacbe9fd329a200
parent40e10befee8e1d8ae7c07949465be3291cf069e3
kernel - Add reapctl() system call for managing sub-processes (5) -> procctl

* Last commit was incomplete.  reaper_get() must be used to obtain
  the reaper in the RFNOWAIT case.
sys/kern/kern_fork.c