summaryrefslogtreecommitdiff
path: root/src/lib/runtime/darwin
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike12-1862/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-06-08Add comment.Russ Cox1-0/+2
R=gri DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30058 CL=30060
2009-06-08add exec example to http triv.go.Russ Cox1-4/+16
fix darwin interrupt bug (race with SIGCHLD). R=gri DELTA=46 (40 added, 0 deleted, 6 changed) OCL=30052 CL=30057
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox12-0/+1848
only automatic g4 mv here. R=r OCL=30002 CL=30007