summaryrefslogtreecommitdiff
path: root/src/lib/os
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike21-2307/+0
2009-06-08mksyscall was treating 64-bit systems as 32-bit,Russ Cox1-0/+32
2009-06-05rebuilt Makefiles for CL 29923Russ Cox1-14/+6
2009-06-04missing darwin files; g4 nothave.Russ Cox2-0/+117
2009-06-04linux 386 support; now in same state as darwin 386Russ Cox2-0/+130
2009-06-03Define os.PageSize and syscall.PageSize.David Symonds1-0/+5
2009-06-02for consistency with syscall, rename filesRuss Cox6-10/+24
2009-06-01update Go tree to use new syscall package.Russ Cox12-183/+137
2009-05-25Add os.Getpid and os.Getppid.David Symonds1-0/+11
2009-05-18Getgroups max on Linux is bigger than I thought.Russ Cox1-1/+3
2009-05-18add Getwd, Fchdir, testsRuss Cox5-9/+159
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox6-32/+490
2009-05-15make Stat indicate whether it followed a symlink.Russ Cox5-23/+57
2009-05-15add directory argument to os.ForkExecRuss Cox2-2/+25
2009-05-14Getuid etc.Rob Pike2-2/+52
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox1-0/+2
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor2-0/+121
2009-05-08use exitgroup on linux to exit whole process.Russ Cox3-3/+23
2009-05-08implications of stricter type equality:Russ Cox1-2/+2
2009-05-08fix commentRuss Cox1-1/+0
2009-05-08fix build - missing fileRuss Cox1-0/+21
2009-05-08move things out of sys into os and runtimeRuss Cox3-4/+5
2009-05-08throw away os._Error.Russ Cox1-45/+5
2009-05-06fix a few type errors, make ErrorString a valueRuss Cox1-2/+2
2009-04-29exit with error status EPIPE ifRuss Cox1-1/+10
2009-04-18the Big Error Shift applied to lib/time/zoneinfo.go.Rob Pike1-2/+2
2009-04-17Step 2 of the Big Error Shift.Rob Pike1-65/+61
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike7-39/+56
2009-04-16fix linux buildRob Pike1-1/+1
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox3-13/+17
2009-04-16regenerate Makefiles.Russ Cox1-12/+20
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-04-14fix infinite loop in Readdirnames: bufp > nbuf can happenRuss Cox3-3/+3
2009-04-13fix error return in RemoveRuss Cox1-2/+2
2009-04-13lib miscRuss Cox1-0/+30
2009-04-10fix typo breaking linux buildRob Pike1-1/+1
2009-04-07throw away . and .. in directory listingsRuss Cox3-2/+13
2009-04-07ChdirRuss Cox1-0/+6
2009-03-11Rename os.FD to os.File.Russ Cox5-92/+94
2009-03-07document osRob Pike6-47/+143
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox5-9/+9
2009-02-15assorted changes:Russ Cox2-10/+59
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox3-6/+97
2009-02-15cleanups:Russ Cox1-8/+9
2009-02-13convert composite literals from { } to ( ).Russ Cox3-6/+6
2009-02-10change DirInfo->dirInfo now that 6g export bug is fixedRob Pike3-4/+4
2009-02-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike6-10/+10
2009-02-10Make Readdirnames work properly on Linux.Rob Pike3-142/+62
2009-02-10Fix Readdirnames to behave properly if reading in little pieces. Requires sto...Rob Pike3-34/+104
2009-02-09simple accessors for Dir mode bitsRob Pike1-0/+34