summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_fork.c
AgeCommit message (Collapse)Author
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
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.
2000-01-06include stdlib.hDavid Leonard
1999-11-30really remove all other threads when fork()ing. (bug was in removing ↵David Leonard
elements from a list whilest walking it)
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
was removed before stddization.
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
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)
1998-08-27experimental threaded libc - kernel onlyDavid Leonard