kernel - Add reapctl() system call for managing sub-processes (3) -> procctl()
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 06:37:47 +0000 (22:37 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 11 Nov 2014 06:37:47 +0000 (22:37 -0800)
commitfc3bc2868ad212f3b412ad13f0eaa35b3f8d458d
tree0f1cd4d6faca057f8ce1f205ffe001901e344595
parent460227f342554313be3c7728ff679dd4a556cce9
kernel - Add reapctl() system call for managing sub-processes (3) -> procctl()

* After discussions, rename reapctl() -> procctl() and adjust
  the API to be compatible with FreeBSD.

* bapt will implement the same exact feature in FreeBSD via procctl().
15 files changed:
lib/libc/sys/Makefile.inc
lib/libc/sys/Symbol.map
lib/libc/sys/procctl.2 [moved from lib/libc/sys/reapctl.2 with 94% similarity]
sys/kern/init_sysent.c
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/makesyscalls.sh
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/proc.h
sys/sys/procctl.h [moved from sys/sys/reaper.h with 64% similarity]
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h