aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux_generic.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09runtime: prevent stack growth after fork in runtime.sigfillsetHaoran Luo
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2016-11-15runtime: add support files for linux/mips{,le} portVladimir Stefanovic
2016-10-06runtime: fix sigset type for ppc64 big-endian GNU/LinuxIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-04-06os: consolidate os{1,2}_*.go filesBrad Fitzpatrick