summaryrefslogtreecommitdiff
path: root/src/pkg/syscall
AgeCommit message (Expand)AuthorFilesLines
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox8-26/+26
2010-01-05syscall: add nanosleep on FreeBSDDevon H. O'Dell3-0/+13
2009-12-15syscall: RawSyscall must not call exitsyscallRuss Cox1-1/+0
2009-12-151) Change default gofmt default settings forRobert Griesemer47-10253/+10253
2009-12-13syscall: fix error return bug for 64-bit return on 32-bit platformChristopher Wedgwood5-29/+35
2009-12-10added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation errorKai Backman1-0/+3
2009-12-04Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux.Ian Lance Taylor2-14/+12
2009-12-04Add syscall.Rename for NaCl. Fixes NaCl build.Ian Lance Taylor1-0/+4
2009-12-04make Native Client support build again,Russ Cox3-2/+15
2009-12-02Add Shutdown to 32-bit GNU/Linux build.Ian Lance Taylor1-0/+5
2009-12-01Add syscall.Shutdown to FreeBSD i386/amd64Devon H. O'Dell5-154/+173
2009-12-01syscall: add Shutdown on OS X, add more constants in mkerror.shRuss Cox8-411/+526
2009-11-30Minimise bitrot: bytes.Copy -> copyChristopher Wedgwood1-15/+4
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-7/+7
2009-11-17FreeBSD/i386 workDevon H. O'Dell7-0/+1950
2009-11-17syscall: use correct pointer in recvfrom/sendto.Russ Cox1-2/+2
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell9-0/+2892
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell2-2/+11
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer10-48/+48
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer13-211/+211
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer14-203/+70
2009-11-05gofmt-ify syscallRobert Griesemer16-178/+168
2009-11-04fixing (badly) linux_arm syscall.Kai Backman4-23/+47
2009-11-01syscall cleanup.Russ Cox24-1412/+2489
2009-10-25proper syscall convention for armKai Backman2-9/+4
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman1-0/+6
2009-10-15rename sys functions to runtime,Russ Cox6-41/+41
2009-10-08dupok, gcc compile fix, sync and syscall asm fixKai Backman1-3/+6
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox25-3916/+3993
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman5-3/+170
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman7-633/+528
2009-09-29nacl system call updatesRuss Cox6-23/+216
2009-09-22nacl - run tests under emulator.Russ Cox2-2/+3
2009-09-22nacl syscall: write return values to correct stack locationRuss Cox1-18/+18
2009-09-22nacl syscall package - machine generated filesRuss Cox5-0/+515
2009-09-22nacl syscall package.Russ Cox7-0/+658
2009-09-17unused importsRuss Cox1-2/+0
2009-09-15final batch for "declared and not used"Russ Cox6-425/+437
2009-09-15more "declared and not used".Russ Cox1-11/+11
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-4/+2
2009-09-03fix linux 386 buildRuss Cox3-6/+21
2009-08-2864 bit lsh, sub, and/or/eor. some placeholder files in syscall and os.Kai Backman2-14/+18
2009-08-24avoid duplicate field names, so that bug132 can be fixedRuss Cox14-56/+39
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman5-0/+1855
2009-08-13change the names to have .sh suffixes.Rob Pike17-33/+32
2009-08-12fix linux build for whole package compilationRob Pike1-8/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox14-129/+23
2009-07-15Add a dummy WaitStatus.TrapCause for Darwin to unbreak the build.Austin Clements1-0/+5
2009-07-14Return ptrace event message when there's no error instead ofAustin Clements1-3/+1