freebsd-dev/sys/compat
Seigo Tanimura f591779bb5 Lock struct pgrp, session and sigio.
New locks are:

- pgrpsess_lock which locks the whole pgrps and sessions,
- pg_mtx which protects the pgrp members, and
- s_mtx which protects the session members.

Please refer to sys/proc.h for the coverage of these locks.

Changes on the pgrp/session interface:

- pgfind() needs the pgrpsess_lock held.

- The caller of enterpgrp() is responsible to allocate a new pgrp and
  session.

- Call enterthispgrp() in order to enter an existing pgrp.

- pgsignal() requires a pgrp lock held.

Reviewed by:	jhb, alfred
Tested on:	cvsup.jp.FreeBSD.org
		(which is a quad-CPU machine running -current)
2002-02-23 11:12:57 +00:00
..
linprocfs Lock struct pgrp, session and sigio. 2002-02-23 11:12:57 +00:00
linux Lock struct pgrp, session and sigio. 2002-02-23 11:12:57 +00:00
netbsd Gut this header; since physio_proc_init is never called, the code never does 2002-01-08 10:26:44 +00:00
pecoff Attempt to unmangle some code touched in the previous commit. 2002-02-07 22:36:19 +00:00
svr4 Lock struct pgrp, session and sigio. 2002-02-23 11:12:57 +00:00