summaryrefslogtreecommitdiff
path: root/src/lib/net/fd_darwin.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-06document Conn interface better, in preparationRuss Cox1-3/+33
2009-03-05net: doc, doc-inspired cleanupRuss Cox1-6/+6
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16casify syscall and sequelaeRob Pike1-16/+16
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+2
2008-12-18convert *[] to [].Russ Cox1-5/+7
2008-10-07update code to follow new semicolon rules:Russ Cox1-4/+4
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-276/+32
2008-09-26Darwin kqueue/kevent-based network FDsRuss Cox1-39/+294
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+79