cvs commit: src/include signal.h src/sys/kern kern_sig.c
syscalls.master src/sys/sys signalvar.h
Jeff Roberson
jeff at FreeBSD.org
Mon Mar 31 15:30:43 PST 2003
jeff 2003/03/31 15:30:41 PST
FreeBSD src repository
Modified files:
include signal.h
sys/kern kern_sig.c syscalls.master
sys/sys signalvar.h
Log:
- Define sigwait, sigtimedwait, and sigwaitinfo in terms of
kern_sigtimedwait() which is capable of supporting all of their semantics.
- These should be POSIX compliant but more careful review is needed before
we announce this.
Revision Changes Path
1.24 +1 -1 src/include/signal.h
1.221 +173 -1 src/sys/kern/kern_sig.c
1.145 +5 -2 src/sys/kern/syscalls.master
1.58 +0 -2 src/sys/sys/signalvar.h
More information about the cvs-src
mailing list