Date: Thu, 2 May 2002 08:00:15 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_sig.c Message-ID: <200205021500.g42F0Ft42735@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/05/02 08:00:15 PDT
Modified files:
sys/kern kern_exec.c kern_sig.c
Log:
- Reorder execve() so that it performs blocking operations before it
locks the process.
- Defer other blocking operations such as vrele()'s until after we
release locks.
- execsigs() now requires the proc lock to be held when it is called
rather than locking the process internally.
Revision Changes Path
1.163 +73 -61 src/sys/kern/kern_exec.c
1.159 +1 -2 src/sys/kern/kern_sig.c
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?200205021500.g42F0Ft42735>
