cvs commit: src/sys/compat/freebsd32
freebsd32_proto.hfreebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c
syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h
Mike Makonnen
mtm at FreeBSD.org
Wed Oct 6 07:23:01 PDT 2004
mtm 2004-10-06 14:23:00 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
sys/kern init_sysent.c syscalls.c
sys/sys syscall.h syscall.mk sysproto.h
Log:
Close a race between a thread exiting and the freeing of it's stack.
After some discussion the best option seems to be to signal the thread's
death from within the kernel. This requires that thr_exit() take an
argument.
Discussed with: davidxu, deischen, marcel
MFC after: 3 days
Revision Changes Path
1.29 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h
1.29 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h
1.20 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c
1.30 +2 -2 src/sys/compat/freebsd32/freebsd32_sysent.c
1.176 +0 -0 src/sys/kern/init_sysent.c
1.162 +0 -0 src/sys/kern/syscalls.c
1.160 +0 -0 src/sys/sys/syscall.h
1.115 +0 -0 src/sys/sys/syscall.mk
1.159 +0 -0 src/sys/sys/sysproto.h
More information about the cvs-src
mailing list