summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsyscall_linux_arm.go
AgeCommit message (Expand)AuthorFilesLines
2009-12-13syscall: fix error return bug for 64-bit return on 32-bit platformChristopher Wedgwood1-24/+27
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-13/+13
2009-11-04fixing (badly) linux_arm syscall.Kai Backman1-0/+21
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox1-22/+41
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman1-0/+132
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-196/+108
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman1-0/+714