summaryrefslogtreecommitdiff
path: root/src/lib/os/exec.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-101/+0
2009-06-01update Go tree to use new syscall package.Russ Cox1-4/+4
2009-05-25Add os.Getpid and os.Getppid.David Symonds1-0/+11
2009-05-15add directory argument to os.ForkExecRuss Cox1-2/+3
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-3/+3
2009-03-11Rename os.FD to os.File.Russ Cox1-1/+1
2009-03-07document osRob Pike1-6/+22
2009-02-15assorted changes:Russ Cox1-0/+3
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-0/+70