summaryrefslogtreecommitdiff
path: root/src/lib/net/fd_linux.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-150/+0
2009-06-01update Go tree to use new syscall package.Russ Cox1-20/+19
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-4/+4
2009-04-16fix linux buildRob Pike1-2/+2
2009-03-06document Conn interface better, in preparationRuss Cox1-20/+35
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-7/+7
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16casify linux syscall dependents, plus a few stragglersRob Pike1-25/+25
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+4
2008-10-29update linux for int/int32Russ Cox1-3/+3
2008-10-07Unterminated declaration breaks build.Cary Hull1-1/+1
2008-10-07update code to follow new semicolon rules:Russ Cox1-15/+15
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-49/+106
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+79