cvs commit: src/sys/sys kse.h syscallsubr.h src/sys/kern
kern_exec.c kern_kse.c
David Xu
davidxu at FreeBSD.org
Thu Oct 7 06:50:11 PDT 2004
davidxu 2004-10-07 13:50:10 UTC
FreeBSD src repository
Modified files:
sys/sys kse.h syscallsubr.h
sys/kern kern_exec.c kern_kse.c
Log:
Add an execve command for kse_thr_interrupt to allow libpthread to
restore signal mask correctly, this is required by POSIX.
Reviewed by: deischen
Revision Changes Path
1.255 +2 -3 src/sys/kern/kern_exec.c
1.206 +17 -0 src/sys/kern/kern_kse.c
1.27 +10 -0 src/sys/sys/kse.h
1.14 +3 -0 src/sys/sys/syscallsubr.h
More information about the cvs-src
mailing list