aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sync
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-02386 library updatesRuss Cox
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-03-04sync: add documentationRuss Cox
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-04add mutex.MutexRuss Cox