summaryrefslogtreecommitdiff
path: root/src/lib/net/fd_linux.go
AgeCommit message (Expand)AuthorFilesLines
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