Date: Sat, 9 Oct 2004 15:12:33 +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/lib/libthr/thread thr_exit.csrc/sys/compat/freebsd32 syscalls.master src/sys/kern kern_thr.c syscalls.master src/sys/sys thr.h Message-ID: <200410091512.i99FCXYf001136@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2004-10-09 15:12:33 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib/libthr/thread thr_exit.c
sys/compat/freebsd32 syscalls.master
sys/kern kern_thr.c syscalls.master
sys/sys thr.h
Log:
MFC:
----------------------------
revision 1.15
date: 2004/10/08 14:48:02; author: mtm; state: Exp; lines: +1 -4
Remove a reference to a non-existent syscall: _thr_exit(). The
actual name is thr_exit(). How this ever worked is beyond me.
----------------------------
revision 1.14
date: 2004/10/06 14:20:57; author: mtm; state: Exp; lines: +2 -3
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
=============================================================================
Approved by: re/scottl
Revision Changes Path
1.13.2.1 +1 -5 src/lib/libthr/thread/thr_exit.c
1.40.2.1 +1 -1 src/sys/compat/freebsd32/syscalls.master
1.23.2.6 +5 -1 src/sys/kern/kern_thr.c
1.176.2.1 +1 -1 src/sys/kern/syscalls.master
1.3.2.1 +1 -1 src/sys/sys/thr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410091512.i99FCXYf001136>
