waitpid: add more job control bits
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Feb 2016 20:34:15 +0000 (20:34 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Feb 2016 20:34:15 +0000 (20:34 +0000)
commit99a85682a5040679a1cfcb7b06e27916ca0dca54
tree3a0c8aa9dcbc3e4bbc6b9283193b73b79f968476
parent53fa8a44b5dc9ed0424d1c7e72f25ec48463b0fb
waitpid: add more job control bits

Our SIGSTOP handling still isn't quite right for the case we get a stop while
already sleeping.
Kernel/include/kernel.h
Kernel/process.c
Kernel/syscall_proc.c