summaryrefslogtreecommitdiff
path: root/src/runtime/defs_linux_amd64.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-16/+0
* Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt2022-09-301-0/+16
* runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy2022-09-301-16/+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/+2
* 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/+20
* runtime: revert signal stack mlockingAustin Clements2020-08-131-11/+0
* runtime: remove unused _F_SETFL const on linuxTobias Klauser2020-02-241-1/+0
* runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements2019-12-051-0/+11
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-2/+4
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-6/+4
* 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: add syscalls needed for android/amd64 logging.Hyang-Ah Hana Kim2015-10-201-0/+9
* runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall2015-02-251-1/+3
* [dev.cc] runtime: add explicit siginfo.si_addr fieldAustin Clements2014-11-191-5/+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/+249