cvs commit: src/sys/kern kern_proc.c
John Baldwin
jhb at freebsd.org
Tue Sep 26 09:14:56 PDT 2006
On Saturday 23 September 2006 13:35, Martin Blapp wrote:
> mbr 2006-09-23 17:35:24 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_proc.c
> Log:
> Protect enterpgrp() against another tty/proc race case until the tty
locking work
> has been fixed.
I would move Giant up even further since P_CONTROLT isn't really fully locked
yet (p_flag is, but P_CONTROLT isn't really, I have some old WIP for
P_CONTROLT).
--
John Baldwin
More information about the cvs-src
mailing list