CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/10/31 23:59:21
Modified files:
sys/sys : proc.h
sys/kern : kern_proc.c kern_prot.c
sys/compat/hpux: hpux_compat.c
Log message:
change all callers of enterpgrp() to pre-allocate a pgrp or session if
it might be needed later -- before calling pfind(), so that enterpgrp()
can operate without sleeping
ok tedu
