aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+0
2012-10-22libthread: add threadspawndRuss Cox1-4/+13
2009-08-17libthread: make page work on OS XRuss Cox1-0/+1
2006-06-04set RFNOTEG when we canrsc1-1/+2
2006-05-12avoid zombie when execvp failsrsc1-0/+1
2006-02-12add waitrsc1-1/+2
2005-01-18better exit handlingrsc1-0/+28
2005-01-10do rfork(RFNOTEG) before execrsc1-0/+1
2004-12-28more freebsd workrsc1-4/+0
2004-12-27better exec handlingrsc1-37/+25
2004-12-27starting to work on Linuxrsc1-17/+27
2004-12-27shuffle to allow use of execchan in non-pthreads implsrsc1-6/+26
2004-12-25New thread libraryrsc1-0/+153
2004-09-23Continue fighting pthreads.rsc1-82/+0
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go wit...rsc1-4/+9
2003-09-30Initial revisionrsc1-0/+77