Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make pthread vfork() not call fork(), but actually call vfork(). our | 2007-11-20 | 1 | -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 FreeBSD | 1999-11-25 | 1 | -4/+2 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -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) |