]> Cypherpunks repositories - gostls13.git/commit
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
authorRuss Cox <rsc@golang.org>
Mon, 16 Feb 2009 03:35:52 +0000 (19:35 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 16 Feb 2009 03:35:52 +0000 (19:35 -0800)
commit91ceda5c18fdf7c7512b0a36725d9d5cf1c2b23f
tree9600ec63eb31a171bc1f911505eae0806b9d33d5
parent97dcc68f1ec4202b467210dcd2607c7630bb9d6e
add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
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
13 files changed:
src/lib/Makefile
src/lib/exec.go [new file with mode: 0644]
src/lib/exec_test.go [new file with mode: 0644]
src/lib/net/fd.go
src/lib/net/net.go
src/lib/os/Makefile
src/lib/os/exec.go [new file with mode: 0644]
src/lib/os/file.go
src/lib/sync/mutex.go
src/lib/syscall/Makefile
src/lib/syscall/exec.go [new file with mode: 0644]
src/lib/syscall/types_amd64_darwin.go
src/lib/syscall/types_amd64_linux.go