cvs commit: src/sys/kern kern_exit.c src/sys/sys wait.h
Konstantin Belousov
kib at FreeBSD.org
Fri Sep 19 09:49:31 UTC 2008
kib 2008-09-19 09:48:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern kern_exit.c
sys/sys wait.h
Log:
SVN rev 183179 on 2008-09-19 09:48:25Z by kib
MFC r182193:
Implement WNOWAIT flag for wait4(2). It specifies that process whose status
is returned shall be kept in the waitable state.
Add WSTOPPED as an alias for WUNTRACED.
MFC r182424 (by davidxu):
Don't remove queued SIGCHLD if options contain WNOWAIT, so other
threads still can be notified by the signal.
Approved by: re (kensmith)
Revision Changes Path
1.304.2.3 +14 -2 src/sys/kern/kern_exit.c
1.22.2.1 +4 -1 src/sys/sys/wait.h
More information about the cvs-src
mailing list