CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/20 05:38:58
Modified files:
sys/kern : kern_proc.c kern_prot.c
sys/sys : proc.h
Log message:
Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@.
This code shuffling will ease the introduction of the proctree lock
in sys_setsid() and sys_setpgid().
Extracted from a larger diff from guenther@, ok visa@
