summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsyscall_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-1865/+0
* syscall: disable Setuid/Setgid on linuxDave Cheney2014-06-241-20/+0
* syscall: add SendmsgN for BSD variants, Linux and SolarisMikio Hara2014-03-291-2/+3
* syscall: use unsafe.Pointer instead of uintptr in net syscallsBrad Fitzpatrick2014-01-211-5/+5
* syscall: add Dup3 on LinuxBrad Fitzpatrick2013-07-311-0/+10
* syscall: add {Set,Get}priority for Linux, and consistency testsShenghou Ma2013-06-111-0/+21
* net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor2013-01-281-0/+11
* syscall: implement Pipe2 on Linux and use it in ForkExecGeorg Reinke2013-01-101-0/+10
* os: Improve the accuracy of os.ChtimesNick Craig-Wood2012-12-131-0/+15
* syscall: add {Get,Set,List,Remove}xattr on Linux.Han-Wen Nienhuys2012-11-011-0/+95
* syscalls: annotate Sendfile() for race detectorDmitriy Vyukov2012-10-291-1/+1
* race: syscall changesDmitriy Vyukov2012-10-091-4/+4
* syscall: fix Statfs and Fstatfs on Linux/ARMShenghou Ma2012-10-081-25/+0
* syscall: prepare for 64-bit intsRuss Cox2012-09-241-1/+1
* syscall: return EINVAL when string arguments have NUL charactersAlexey Borzenkov2012-08-051-39/+254
* pkg/syscall: unexport Prlimit.Han-Wen Nienhuys2012-07-311-1/+1
* syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.Han-Wen Nienhuys2012-07-021-20/+30
* syscall: fix 32-bit uid callsShenghou Ma2012-06-031-14/+14
* syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARMShenghou Ma2012-03-061-3/+57
* syscall: linux Tgkill takes a Signal tooRuss Cox2012-02-141-1/+1
* os/signal: selective signal handlingRuss Cox2012-02-131-1/+1
* syscall: make linux Dup2 match other systemsRuss Cox2012-02-131-3/+2
* net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptorIan Lance Taylor2011-12-191-0/+11
* syscall: fix linux arm buildRuss Cox2011-11-141-248/+496
* syscall: use uintptr for Mount flags.David Anderson2011-10-241-1/+1
* syscall: adjust Mount to accomodate stricter FS implementations.David Anderson2011-10-141-8/+8
* syscall: add Flock on LinuxRuss Cox2011-07-131-0/+8
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-171-1/+1
* syscall: sendfileBrad Fitzpatrick2011-05-201-0/+9
* syscall: Mlock, Munlock, Mlockall, Munlockall on Linux.Albert Strasheim2011-04-261-0/+44
* syscall: fix Ftruncate under linux/arm5Dave Cheney2011-04-221-16/+0
* syscall: Madvise and Mprotect for Linux.Albert Strasheim2011-04-211-0/+28
* syscall: add Mmap, Munmap on Linux, FreeBSD, OS XRuss Cox2011-04-061-0/+17
* syscall: GetsockoptInt.Albert Strasheim2011-03-231-1/+9
* syscall: Permit non-blocking syscalls.Ian Lance Taylor2011-03-161-43/+43
* syscall: implement Mount and Unmount for linux.David Anderson2011-03-091-0/+16
* syscall: implement Reboot for linux.David Anderson2011-03-091-0/+8
* syscall: do not use NULL for zero-length read, writeRuss Cox2011-02-091-0/+22
* arm: fix buildRob Pike2011-01-071-5/+5
* syscall: correct Linux Splice definitionRuss Cox2011-01-051-14/+14
* arm: more fixesRuss Cox2010-12-081-0/+17
* arm is not little-endianKen Thompson2010-11-121-6/+6
* syscall: use 64-bit file size for truncation on LinuxPeter Mundy2010-11-051-16/+16
* syscall/arm: correct 64-bit system call argumentsRuss Cox2010-10-201-27/+240
* syscall: add inotify on LinuxBalazs Lecz2010-09-271-0/+28
* syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor2010-09-211-52/+52
* arm: use the correct stat syscallsBrad Fitzpatrick2010-09-071-5/+5
* arm: fix build, regenerate syscall filesKai Backman2010-08-231-8/+6
* os: change the type of permissions argument for Open etc. to uint32.Rob Pike2010-08-041-13/+13
* syscall: add socketpairIvan Krasin2010-06-301-0/+8