summaryrefslogtreecommitdiff
path: root/src/lib/exec_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-03-05misc docRuss Cox1-4/+4
R=r DELTA=50 (28 added, 0 deleted, 22 changed) OCL=25763 CL=25770
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-0/+51
as thread-safe as possible, given the surrounding system. add stub RWLock implementation. R=r DELTA=852 (834 added, 6 deleted, 12 changed) OCL=25046 CL=25053