aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
AgeCommit message (Expand)Author
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
2016-08-20runtime: remove unnecessary calls to memclrMichael Munday
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-04-16runtime: check kernel physical page size during initAustin Clements
2016-04-16runtime: common handling of _AT_RANDOM auxvAustin Clements
2016-04-16runtime: common auxv parserAustin Clements
2016-04-06runtime: rename os1_linux.go to os_linux.goBrad Fitzpatrick
2016-04-06runtime: merge os_linux.go into os1_linux.goBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-10-02runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-11[dev.cc] runtime: convert operating system support code from C to GoRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox