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