Age | Commit message (Expand) | Author | Files | Lines |
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 8 | -26/+26 |
2010-01-05 | syscall: add nanosleep on FreeBSD | Devon H. O'Dell | 3 | -0/+13 |
2009-12-15 | syscall: RawSyscall must not call exitsyscall | Russ Cox | 1 | -1/+0 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 47 | -10253/+10253 |
2009-12-13 | syscall: fix error return bug for 64-bit return on 32-bit platform | Christopher Wedgwood | 5 | -29/+35 |
2009-12-10 | added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error | Kai Backman | 1 | -0/+3 |
2009-12-04 | Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux. | Ian Lance Taylor | 2 | -14/+12 |
2009-12-04 | Add syscall.Rename for NaCl. Fixes NaCl build. | Ian Lance Taylor | 1 | -0/+4 |
2009-12-04 | make Native Client support build again, | Russ Cox | 3 | -2/+15 |
2009-12-02 | Add Shutdown to 32-bit GNU/Linux build. | Ian Lance Taylor | 1 | -0/+5 |
2009-12-01 | Add syscall.Shutdown to FreeBSD i386/amd64 | Devon H. O'Dell | 5 | -154/+173 |
2009-12-01 | syscall: add Shutdown on OS X, add more constants in mkerror.sh | Russ Cox | 8 | -411/+526 |
2009-11-30 | Minimise bitrot: bytes.Copy -> copy | Christopher Wedgwood | 1 | -15/+4 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 1 | -2/+2 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 2 | -7/+7 |
2009-11-17 | FreeBSD/i386 work | Devon H. O'Dell | 7 | -0/+1950 |
2009-11-17 | syscall: use correct pointer in recvfrom/sendto. | Russ Cox | 1 | -2/+2 |
2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell | 9 | -0/+2892 |
2009-11-14 | Build changes to support work on the BSDs. | Devon H. O'Dell | 2 | -2/+11 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 10 | -48/+48 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 13 | -211/+211 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 14 | -203/+70 |
2009-11-05 | gofmt-ify syscall | Robert Griesemer | 16 | -178/+168 |
2009-11-04 | fixing (badly) linux_arm syscall. | Kai Backman | 4 | -23/+47 |
2009-11-01 | syscall cleanup. | Russ Cox | 24 | -1412/+2489 |
2009-10-25 | proper syscall convention for arm | Kai Backman | 2 | -9/+4 |
2009-10-23 | all of pkg now compiles, fixes a few more tests | Kai Backman | 1 | -0/+6 |
2009-10-15 | rename sys functions to runtime, | Russ Cox | 6 | -41/+41 |
2009-10-08 | dupok, gcc compile fix, sync and syscall asm fix | Kai Backman | 1 | -3/+6 |
2009-10-06 | apply gofmt to auto-generated syscall files | Russ Cox | 25 | -3916/+3993 |
2009-10-06 | - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) | Kai Backman | 5 | -3/+170 |
2009-10-01 | some progress on arm linux syscall interface. ztypes_linux_arm | Kai Backman | 7 | -633/+528 |
2009-09-29 | nacl system call updates | Russ Cox | 6 | -23/+216 |
2009-09-22 | nacl - run tests under emulator. | Russ Cox | 2 | -2/+3 |
2009-09-22 | nacl syscall: write return values to correct stack location | Russ Cox | 1 | -18/+18 |
2009-09-22 | nacl syscall package - machine generated files | Russ Cox | 5 | -0/+515 |
2009-09-22 | nacl syscall package. | Russ Cox | 7 | -0/+658 |
2009-09-17 | unused imports | Russ Cox | 1 | -2/+0 |
2009-09-15 | final batch for "declared and not used" | Russ Cox | 6 | -425/+437 |
2009-09-15 | more "declared and not used". | Russ Cox | 1 | -11/+11 |
2009-09-14 | fix "declared and not used" errors in non-test code. | Russ Cox | 1 | -4/+2 |
2009-09-03 | fix linux 386 build | Russ Cox | 3 | -6/+21 |
2009-08-28 | 64 bit lsh, sub, and/or/eor. some placeholder files in syscall and os. | Kai Backman | 2 | -14/+18 |
2009-08-24 | avoid duplicate field names, so that bug132 can be fixed | Russ Cox | 14 | -56/+39 |
2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman | 5 | -0/+1855 |
2009-08-13 | change the names to have .sh suffixes. | Rob Pike | 17 | -33/+32 |
2009-08-12 | fix linux build for whole package compilation | Rob Pike | 1 | -8/+0 |
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 14 | -129/+23 |
2009-07-15 | Add a dummy WaitStatus.TrapCause for Darwin to unbreak the build. | Austin Clements | 1 | -0/+5 |
2009-07-14 | Return ptrace event message when there's no error instead of | Austin Clements | 1 | -3/+1 |