aboutsummaryrefslogtreecommitdiff
path: root/src/lib/syscall/file_linux.go
AgeCommit message (Expand)Author
2009-06-01auto-generated, renamed, and deleted filesRuss Cox
2009-05-18add Getwd, Fchdir, testsRuss Cox
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor
2009-04-13lib miscRuss Cox
2009-04-07ChdirRuss Cox
2009-02-08First pass at reading directories.Rob Pike
2009-02-06portable stat for osRob Pike
2009-01-20delete exportRuss Cox
2009-01-16casify syscall and sequelaeRob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-12-03preparation for exec.Russ Cox
2008-10-29update linux for int/int32Russ Cox
2008-10-29the end of life as we know itKen Thompson
2008-10-09Adding Mkdir.Cary Hull
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