summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_vfork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make pthread vfork() not call fork(), but actually call vfork(). ourderaadt2007-11-201-3/+5
| | | | | | | vfork() has only one semantic: "parent stalls until child does execve or exit" and no other semantic. it is unfair to act as if pthread vfork() suddenly lacks that semantic. ok kurt millert kettenis beck
* sync with FreeBSDd1999-11-251-4/+2
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-0/+12
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)