summaryrefslogtreecommitdiff
path: root/src/lib/syscall/exec.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01new syscall package: manually maintained files and scripts.Russ Cox1-60/+62
2009-05-15add directory argument to os.ForkExecRuss Cox1-3/+15
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-0/+291