summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_detach.c
Commit message (Expand)AuthorAgeFilesLines
* Move idle kse wakeup to outside of regions where locks are held.Daniel Eischen2003-07-231-3/+5
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-241-4/+4
* o Don't add a scope system thread's KSE to the list of availableDaniel Eischen2003-04-281-13/+2
* Sorry folks; I accidentally committed a patch from what I was workingDaniel Eischen2003-04-181-14/+38
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-31/+43
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* Properly clear the status of a join operation if the joining thread isDaniel Eischen2002-03-061-1/+3
* Instead of using a join queue for each thread, use a single pointer toJason Evans2001-05-201-9/+9
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-3/+3
* Don't needlessly poll file descriptors when there are noDaniel Eischen2000-11-091-1/+6
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-2/+3
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-8/+11
* [ The author's description... ]John Birrell1999-03-231-0/+13
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-10/+3
* Add a magic field to the pthread structure to help recognize validJohn Birrell1998-04-031-1/+1
* Changed pthread_detach to conform to POSIX, i.e. the single argumentAlexander Langer1997-12-251-10/+3
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-251-4/+2
* Submitted by: John BirrellJulian Elischer1997-02-051-3/+3
* Reviewed by: julianJulian Elischer1996-01-221-0/+83