aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall/syscall_linux_arm.go
AgeCommit message (Expand)Author
2014-05-16syscall: fix a few Linux system callsRuss Cox
2014-03-29syscall: add SendmsgN for BSD variants, Linux and SolarisMikio Hara
2014-01-21syscall: use unsafe.Pointer instead of uintptr in net syscallsBrad Fitzpatrick
2013-07-25syscall: prlimit argument error for Getrlimit and Setrlimit on Linux 32-bitPeter Mundy
2013-01-28net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor
2012-10-29syscalls: annotate Sendfile() for race detectorDmitriy Vyukov
2012-10-25syscall: implement (*PtraceRegs).PC() and SetPC()Shenghou Ma
2012-10-08syscall: fix Statfs and Fstatfs on Linux/ARMShenghou Ma
2012-09-24syscall: prepare for 64-bit intsRuss Cox
2012-07-31pkg/syscall: unexport Prlimit.Han-Wen Nienhuys
2012-07-02syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.Han-Wen Nienhuys
2012-06-03syscall: fix 32-bit uid callsShenghou Ma
2012-03-06syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARMShenghou Ma
2011-11-14syscall: more linux arm build fixesRuss Cox
2011-11-13syscall: use errorRuss Cox
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-05-20syscall: sendfileBrad Fitzpatrick
2011-04-22syscall: fix Ftruncate under linux/arm5Dave Cheney
2011-04-06syscall: add Mmap, Munmap on Linux, FreeBSD, OS XRuss Cox
2011-03-23syscall: GetsockoptInt.Albert Strasheim
2011-03-16syscall: Permit non-blocking syscalls.Ian Lance Taylor
2011-01-05syscall: correct Linux Splice definitionRuss Cox
2010-12-08arm: more fixesRuss Cox
2010-12-08syscall: fix linux/arm buildRuss Cox
2010-11-05syscall: use 64-bit file size for truncation on LinuxPeter Mundy
2010-10-20syscall/arm: correct 64-bit system call argumentsRuss Cox
2010-09-21syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor
2010-09-07arm: use the correct stat syscallsBrad Fitzpatrick
2010-08-23arm: fix build, regenerate syscall filesKai Backman
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify syscallRobert Griesemer
2009-11-04fixing (badly) linux_arm syscall.Kai Backman
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman
2009-10-06- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)Kai Backman
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman