cvs commit: src/lib/libc/sys wait.2 src/sys/kern kern_exit.c
src/sys/sys wait.h
Konstantin Belousov
kib at FreeBSD.org
Tue Aug 26 12:40:23 UTC 2008
kib 2008-08-26 12:37:16 UTC
FreeBSD src repository
Modified files:
lib/libc/sys wait.2
sys/kern kern_exit.c
sys/sys wait.h
Log:
SVN rev 182193 on 2008-08-26 12:37:16Z by kib
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.
Submitted by: Jukka Ukkonen <jau at iki fi>
PR: standards/116221
MFC after: 2 weeks
Revision Changes Path
1.29 +10 -2 src/lib/libc/sys/wait.2
1.313 +14 -2 src/sys/kern/kern_exit.c
1.23 +4 -1 src/sys/sys/wait.h
More information about the cvs-src
mailing list