aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/net_linux.go
AgeCommit message (Expand)Author
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-05-14fix abstract unix domain socketsRob Pike
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox
2009-04-30bug146: array/slice conversion before I left missed conversionsRuss Cox
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-03-05net: doc, doc-inspired cleanupRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-15cleanups:Russ Cox
2009-01-20delete exportRuss 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-18convert *[] to [].Russ Cox
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-29* implement Linux epoll for polling i/oRuss Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox