summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* After forking, clear the 'thread joining this one' pointer in the child,guenther2010-07-121-1/+4
* Make internal file descriptor handling async-signal safe by eliminatingkurt2009-12-061-4/+2
* After forking, the child is single threaded, so tell libc that. Thisguenther2009-10-211-1/+4
* - do not call pthread_atfork(3) handlers when a multithreaded programkurt2008-04-041-25/+30
* make pthread vfork() not call fork(), but actually call vfork(). ourderaadt2007-11-201-2/+10
* Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixeskurt2007-04-271-2/+2
* Revert previous commit which introduced regressions in KDE.kurt2007-04-101-5/+2
* Upon fork() set the child's view of the stored file status flags inheritedkurt2007-04-071-2/+5
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-1/+9
* Part 1 of file descriptor race and deadlock corrections.kurt2006-09-221-1/+3
* Add pthread_atfork(3)brad2005-10-301-2/+22
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-5/+5
* Start syncing with FreeBSD:fgsch2001-08-211-5/+6
* 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
* experimental threaded libc - kernel onlyd1998-08-271-0/+132