aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* libthread: add threadspawndRuss Cox2012-10-221-4/+13
| | | | | R=rsc http://codereview.appspot.com/6742064
* libthread: make page work on OS XRuss Cox2009-08-171-0/+1
|
* set RFNOTEG when we canrsc2006-06-041-1/+2
|
* avoid zombie when execvp failsrsc2006-05-121-0/+1
|
* add waitrsc2006-02-121-1/+2
|
* better exit handlingrsc2005-01-181-0/+28
|
* do rfork(RFNOTEG) before execrsc2005-01-101-0/+1
|
* more freebsd workrsc2004-12-281-4/+0
|
* better exec handlingrsc2004-12-271-37/+25
|
* starting to work on Linuxrsc2004-12-271-17/+27
|
* shuffle to allow use of execchan in non-pthreads implsrsc2004-12-271-6/+26
|
* New thread libraryrsc2004-12-251-0/+153
|
* Continue fighting pthreads.rsc2004-09-231-82/+0
| | | | Clean up thread library a bit too.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-4/+9
| | | | with them.
* Initial revisionrsc2003-09-301-0/+77