aboutsummaryrefslogtreecommitdiff
path: root/src/lib/os/file.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-05-18add Getwd, Fchdir, testsRuss Cox
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox
2009-05-15make Stat indicate whether it followed a symlink.Russ Cox
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-04-29exit with error status EPIPE ifRuss Cox
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-14fix infinite loop in Readdirnames: bufp > nbuf can happenRuss Cox
2009-04-13fix error return in RemoveRuss Cox
2009-04-13lib miscRuss Cox
2009-04-07ChdirRuss Cox
2009-03-11Rename os.FD to os.File.Russ Cox
2009-03-07document osRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-10change DirInfo->dirInfo now that 6g export bug is fixedRob Pike
2009-02-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike