summaryrefslogtreecommitdiff
path: root/src/lib/net/net_linux.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01update Go tree to use new syscall package.Russ Cox1-124/+0
2009-05-14fix abstract unix domain socketsRob Pike1-0/+1
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox1-0/+44
2009-04-30bug146: array/slice conversion before I left missed conversionsRuss Cox1-2/+2
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-3/+3
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-1/+1
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-12/+10
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-4/+4
2009-02-15cleanups:Russ Cox1-2/+2
2009-01-20delete exportRuss Cox1-8/+8
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike1-15/+15
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
2008-12-18convert *[] to [].Russ Cox1-3/+3
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-5/+6
2008-10-07update code to follow new semicolon rules:Russ Cox1-6/+6
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-0/+10
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+70