summaryrefslogtreecommitdiff
path: root/src/lib/syscall/socket_linux.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01auto-generated, renamed, and deleted filesRuss Cox1-123/+0
2009-05-14fix abstract unix domain socketsRob Pike1-1/+2
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox1-5/+0
2009-05-07next step for 6.out on Borg: fix and testRuss Cox1-0/+7
2009-03-06document Conn interface better, in preparationRuss Cox1-1/+1
2009-01-20delete exportRuss Cox1-25/+25
2009-01-16casify syscall and sequelaeRob Pike1-25/+25
2008-12-18convert *[] to [].Russ Cox1-1/+1
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-9/+12
2008-10-29update linux for int/int32Russ Cox1-3/+3
2008-10-29the end of life as we know itKen Thompson1-1/+1
2008-10-07update code to follow new semicolon rules:Russ Cox1-5/+5
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-1/+19
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+99