Date: Sat, 2 Dec 2000 17:22:35 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c kern_fork.c kern_exit.c src/sys/sys proc.h Message-ID: <200012030122.eB31MZK36166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/12/02 17:22:35 PST
Modified files:
sys/kern init_main.c kern_fork.c kern_exit.c
sys/sys proc.h
Log:
- Add a mutex to the proc structure p_mtx that will be used to lock accesses
to each individual proc.
- Initialize the lock during fork1(), and destroy it in wait1().
Revision Changes Path
1.150 +2 -1 src/sys/kern/init_main.c
1.88 +2 -1 src/sys/kern/kern_fork.c
1.108 +2 -1 src/sys/kern/kern_exit.c
1.129 +2 -1 src/sys/sys/proc.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012030122.eB31MZK36166>
