summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_detach.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelbrooks2014-04-161-116/+0
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
* WARNS=3'ify.deischen2007-11-301-0/+2
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* Move idle kse wakeup to outside of regions where locks are held.deischen2003-07-231-3/+5
* Change low-level locking a bit so that we can tell ifdeischen2003-05-241-4/+4
* o Don't add a scope system thread's KSE to the list of availabledeischen2003-04-281-13/+2
* Sorry folks; I accidentally committed a patch from what I was workingdeischen2003-04-181-14/+38
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-31/+43
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* Properly clear the status of a join operation if the joining thread isdeischen2002-03-061-1/+3
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-201-9/+9
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-3/+3
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-1/+6
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-2/+3
* -Wall and minor style(9) cleanups.deischen1999-12-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-8/+11
* [ The author's description... ]jb1999-03-231-0/+13
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-10/+3
* Add a magic field to the pthread structure to help recognize validjb1998-04-031-1/+1
* Changed pthread_detach to conform to POSIX, i.e. the single argumentalex1997-12-251-10/+3
* Modify the return values to comply with POSIX. Previously thesealex1997-11-251-4/+2
* Submitted by: John Birrelljulian1997-02-051-3/+3
* Reviewed by: julianjulian1996-01-221-0/+83
OpenPOWER on IntegriCloud