summaryrefslogtreecommitdiff
path: root/src/lib/syscall/file_linux.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01auto-generated, renamed, and deleted filesRuss Cox1-193/+0
2009-05-18add Getwd, Fchdir, testsRuss Cox1-20/+40
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox1-0/+40
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor1-0/+20
2009-04-13lib miscRuss Cox1-0/+6
2009-04-07ChdirRuss Cox1-0/+5
2009-02-08First pass at reading directories.Rob Pike1-0/+10
2009-02-06portable stat for osRob Pike1-27/+13
2009-01-20delete exportRuss Cox1-23/+23
2009-01-16casify syscall and sequelaeRob Pike1-19/+19
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
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