summaryrefslogtreecommitdiff
path: root/src/lib/syscall/socket_darwin.go
AgeCommit message (Expand)AuthorFilesLines
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-23/+23
2008-12-18convert *[] to [].Russ Cox1-3/+3
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-10/+13
2008-10-29adapt to new compiler typesRuss Cox1-5/+5
2008-10-29the end of life as we know itKen Thompson1-2/+2
2008-10-07update code to follow new semicolon rules:Russ Cox1-3/+3
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+109