cvs commit: src/sys/kern init_sysent.c kern_thread.c syscalls.c
syscalls.master src/sys/sys kse.h proc.h syscall.h syscall.mk
sysproto.h
David Xu
davidxu at FreeBSD.org
Thu Jul 17 15:45:35 PDT 2003
davidxu 2003/07/17 15:45:33 PDT
FreeBSD src repository
Modified files:
sys/kern init_sysent.c kern_thread.c syscalls.c
syscalls.master
sys/sys kse.h proc.h syscall.h syscall.mk
sysproto.h
Log:
o Refine kse_thr_interrupt to allow it to handle different commands.
o Remove TDF_NOSIGPOST.
o Add a member td_waitset to proc structure, it will be used for sigwait.
Tested by: deischen
Revision Changes Path
1.155 +1 -1 src/sys/kern/init_sysent.c
1.153 +61 -62 src/sys/kern/kern_thread.c
1.141 +1 -1 src/sys/kern/syscalls.c
1.152 +1 -1 src/sys/kern/syscalls.master
1.18 +6 -1 src/sys/sys/kse.h
1.342 +2 -2 src/sys/sys/proc.h
1.139 +1 -1 src/sys/sys/syscall.h
1.94 +1 -1 src/sys/sys/syscall.mk
1.135 +3 -2 src/sys/sys/sysproto.h
More information about the cvs-src
mailing list