aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
AgeCommit message (Expand)Author
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-09-01runtime: remove remnants of signal stack workaroundHeisenberg
2020-08-18runtime: move startupRandomData declaration to os_linux.goTobias Klauser
2020-08-13runtime: revert signal stack mlockingAustin Clements
2020-04-08cmd/compile,runtime: pass only ptr and len to some runtime callsJosh Bleecher Snyder
2020-03-13runtime: don't crash on mlock failureIan Lance Taylor
2020-01-19runtime: add support for linux/riscv64Joel Sing
2020-01-07runtime: fix typo in commentJulian Tibble
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-26runtime: M-targeted signals for LinuxAustin Clements
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-05-06runtime: scavenge huge spans firstMichael Anthony Knyszek
2019-05-03runtime: add physHugePageSizeMichael Anthony Knyszek
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-07-25runtime: ignore GNU/Linux sigaction errors for signals 32 and 33Ian Lance Taylor
2018-05-04runtime: ignore sigaction error on Linux if it is for SIGRTMAXAlberto Donizetti
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-03-08runtime: use systemstack around throw in sysSigactionIan Lance Taylor
2018-03-07runtime: change from rt_sigaction to sigactionIan Lance Taylor
2018-03-03runtime: use vDSO for clock_gettime on linux/armTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2018-02-14runtime: use private futexes on LinuxIan Lance Taylor
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-11-03runtime: fix GNU/Linux getproccount if sched_getaffinity does not return a mu...Zhengyu He
2017-10-18runtime: separate error result for mmapAustin Clements
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-08-11runtime: move mincore from stubs.go to os_linux.goHiroshi Ioka
2017-07-12runtime: pass CLONE_SYSVSEM to cloneAustin Clements
2017-01-03runtime: check sched_getaffinity return valueMichael Marineau
2016-12-19runtime: use mincore to detect physical page size as last resort on AndroidShenghou Ma
2016-11-29runtime: fall back to /proc/self/auxv in Android libsAustin Clements
2016-11-29runtime: extract Linux auxv handlingAustin Clements
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-01runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2Carlos Eduardo Seo
2016-10-19runtime: get s390x vector facility availability from AT_HWCAPMichael Munday
2016-10-05runtime: don't call cgocallback from signal handlerIan Lance Taylor
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor
2016-09-26runtime: merge setting new signal mask in minitIan Lance Taylor
2016-09-26runtime: unify sigtrampgoIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-09-06runtime: fetch physical page size from the OSAustin Clements
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder