summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_fork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-5/+5
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* Start syncing with FreeBSD:fgsch2001-08-211-5/+6
| | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs.
* include stdlib.hd2000-01-061-1/+2
|
* really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it)d1999-11-301-24/+15
|
* sync with FreeBSDd1999-11-251-39/+73
|
* Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.d1999-06-151-9/+1
|
* sync with FreeBSDd1999-05-261-2/+35
|
* pthread_atfork()d1999-01-171-1/+7
|
* identd1999-01-061-0/+1
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-4/+4
| | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
* experimental threaded libc - kernel onlyd1998-08-271-0/+132