summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_fork.c
AgeCommit message (Expand)Author
2007-04-27Use rlimit nofiles max to size fd/fdp tables instead of cur. FixesKurt Miller
2007-04-10Revert previous commit which introduced regressions in KDE.Kurt Miller
2007-04-07Upon fork() set the child's view of the stored file status flags inheritedKurt Miller
2006-09-26Part 2 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-22Part 1 of file descriptor race and deadlock corrections.Kurt Miller
2005-10-30Add pthread_atfork(3)Brad Smith
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2000-01-06include stdlib.hDavid Leonard
1999-11-30really remove all other threads when fork()ing. (bug was in removing elements...David Leonard
1999-11-25sync with FreeBSDDavid Leonard
1999-06-15Remove pthread_atfork(). It was only part of draft 10 for a little while and ...David Leonard
1999-05-26sync with FreeBSDDavid Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-06identDavid Leonard
1998-11-09sync with FreeBSD (rwlock, gc thread, man pages)David Leonard
1998-08-27experimental threaded libc - kernel onlyDavid Leonard