summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_create.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in pthread scheduler:Dmitrij Tejblum1998-10-091-0/+3
* Move the cleanup code that frees memory allocated for a dead thread fromJohn Birrell1998-09-301-0/+16
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-122/+27
* Change the FILE locking to be by FILE, not by the underlying fd asJohn Birrell1998-04-111-0/+7
* Move the magic field initialisation to a place when it is more magic.John Birrell1998-04-041-6/+7
* Add a magic field to the pthread structure to help recognize validJohn Birrell1998-04-031-0/+6
* Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.John Birrell1998-03-091-3/+19
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-131-1/+2
* Submitted by: John BirrellJulian Elischer1997-02-051-3/+3
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-9/+12
* Reviewed by: julianJulian Elischer1996-01-221-0/+277