summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_create.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bye-bye libc_r sources.marc2003-01-201-242/+0
* More changes from FreeBSD, including:fgsch2001-12-311-21/+42
* More sync with freebsd code; join related code this time.fgsch2001-12-111-3/+3
* Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.fgsch2001-12-081-3/+4
* Start syncing with FreeBSD:fgsch2001-08-211-6/+9
* switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads.d2000-10-041-9/+6
* unused varsd2000-01-061-3/+1
* set state of new threads using correct macro. This makes debugging a bit easier.d1999-11-301-3/+3
* sync with FreeBSDd1999-11-251-49/+36
* sync with FreeBSDd1999-05-261-5/+31
* permit NULL result parameter for pthread_create(). Apparently used in Stevens?d1999-05-121-2/+3
* extra includes for Walld1999-03-101-1/+3
* don't compute resource usage. this speeds things up a lotd1999-02-011-1/+3
* pthread_cancel() and cancellation pointsd1999-01-171-2/+5
* identd1999-01-061-0/+2
* resource accountingd1998-12-211-0/+2
* sync with freebsdd1998-11-201-1/+1
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-2/+19
* experimental threaded libc - kernel onlyd1998-08-271-0/+180