summaryrefslogtreecommitdiff
path: root/src/lib/syscall/file_linux.go
AgeCommit message (Expand)AuthorFilesLines
2008-12-09replace assembly casts with unsafe.pointerRuss Cox1-11/+14
2008-12-03preparation for exec.Russ Cox1-0/+6
2008-10-29update linux for int/int32Russ Cox1-1/+1
2008-10-29the end of life as we know itKen Thompson1-1/+1
2008-10-09Adding Mkdir.Cary Hull1-0/+8
2008-10-07update code to follow new semicolon rules:Russ Cox1-1/+1
2008-09-29* implement Linux epoll for polling i/oRuss Cox1-1/+6
2008-09-26move src/syscall to src/lib/syscall.Russ Cox1-0/+84