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