tty: implement system 5 style process groups
authorAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:03:05 +0000 (23:03 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 21 May 2015 22:03:05 +0000 (23:03 +0100)
commit852c749a5e16e374087bc2408306c171729b56b5
treecc54d056608b6f9aea6d5b6a65b42797cdf68073
parent5e945f101823691b5333e206ba46b7f84788b710
tty: implement system 5 style process groups

This completes (I think) the sketched out implementation in the code.
Kernel/include/tty.h
Kernel/process.c
Kernel/start.c
Kernel/syscall_proc.c
Kernel/tty.c