summaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: add page tracerMichael Knyszek2022-11-181-0/+3
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-10-071-17/+0
* Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt2022-09-301-0/+17
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-09-301-17/+0
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-1/+0
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-0/+1
* runtime: add padding to Linux kernel structuresRhys Hiltner2021-11-021-2/+18
* Revert "runtime: add padding to Linux kernel structures"Michael Pratt2021-10-041-11/+0
* runtime: add padding to Linux kernel structuresRhys Hiltner2021-10-041-0/+11
* runtime: add timer_create syscalls for LinuxRhys Hiltner2021-09-271-0/+19
* runtime: add file copyright header declarationHeisenberg2020-09-021-0/+4
* runtime: remove unused _F_SETFL const on linuxTobias Klauser2020-02-241-1/+0
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+2
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-6/+3
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-0/+1
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-2/+2
* runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall2015-02-251-8/+13
* runtime: support panic/print logging in android-L.Hyang-Ah Hana Kim2015-02-041-1/+10
* [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-191-4/+5
* [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-141-2/+2
* [dev.cc] runtime: fix linux buildRuss Cox2014-11-141-0/+4
* [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-111-0/+163