Date: Wed, 6 Oct 2004 14:23:00 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200410061423.i96EN0h0040521@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410061423.i96EN0h0040521>
