summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_create.c
Commit message (Expand)AuthorAgeFilesLines
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-21/+24
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-61/+38
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending adeischen2000-03-151-3/+2
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-191-11/+25
* Don't explicitly mmap() red zones at the bottom of thread stacks (exceptjasone1999-12-291-10/+1
* Change stack allocation algorithm to make better use of memorydeischen1999-12-281-15/+15
* * Fix the stack allocation code so that it works for alpha. Change itdfr1999-11-281-5/+23
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* Fix a couple more coding style nits.jasone1999-07-111-2/+2
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-111-35/+56
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-061-4/+2
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-051-1/+57
* In the words of the author:jb1999-06-201-22/+16
* [ The author's description... ]jb1999-03-231-10/+30
* Fix some bugs in pthread scheduler:dt1998-10-091-0/+3
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-0/+16
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-122/+27
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-111-0/+7
* Move the magic field initialisation to a place when it is more magic.jb1998-04-041-6/+7
* Add a magic field to the pthread structure to help recognize validjb1998-04-031-0/+6
* Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.jb1998-03-091-3/+19
* Fixes from Jeremy Allison and Terry Lambert for pthreads:julian1998-02-131-1/+2
* Submitted by: John Birrelljulian1997-02-051-3/+3
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-9/+12
* Reviewed by: julianjulian1996-01-221-0/+277
OpenPOWER on IntegriCloud