aboutsummaryrefslogtreecommitdiff
path: root/src/lib/os
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-08mksyscall was treating 64-bit systems as 32-bit,Russ Cox
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-04missing darwin files; g4 nothave.Russ Cox
2009-06-04linux 386 support; now in same state as darwin 386Russ Cox
2009-06-03Define os.PageSize and syscall.PageSize.David Symonds
2009-06-02for consistency with syscall, rename filesRuss Cox
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-05-25Add os.Getpid and os.Getppid.David Symonds
2009-05-18Getgroups max on Linux is bigger than I thought.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-15add directory argument to os.ForkExecRuss Cox
2009-05-14Getuid etc.Rob Pike
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor
2009-05-08use exitgroup on linux to exit whole process.Russ Cox
2009-05-08implications of stricter type equality:Russ Cox
2009-05-08fix commentRuss Cox
2009-05-08fix build - missing fileRuss Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-05-08throw away os._Error.Russ Cox
2009-05-06fix a few type errors, make ErrorString a valueRuss Cox
2009-04-29exit with error status EPIPE ifRuss Cox
2009-04-18the Big Error Shift applied to lib/time/zoneinfo.go.Rob Pike
2009-04-17Step 2 of the Big Error Shift.Rob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16fix linux buildRob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-15code changes for array conversion.Russ Cox
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-10fix typo breaking linux buildRob Pike
2009-04-07throw away . and .. in directory listingsRuss 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-15assorted changes:Russ Cox
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox
2009-02-15cleanups: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
2009-02-10Make Readdirnames work properly on Linux.Rob Pike
2009-02-10Fix Readdirnames to behave properly if reading in little pieces. Requires sto...Rob Pike
2009-02-09simple accessors for Dir mode bitsRob Pike