summaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fall back to /proc/self/auxv in Android libsAustin Clements2016-11-291-3/+25
* runtime: extract Linux auxv handlingAustin Clements2016-11-291-0/+4
* runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills2016-11-161-3/+0
* runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2Carlos Eduardo Seo2016-11-011-0/+1
* runtime: get s390x vector facility availability from AT_HWCAPMichael Munday2016-10-191-0/+1
* runtime: don't call cgocallback from signal handlerIan Lance Taylor2016-10-051-1/+1
* runtime: minor simplifications to signal codeIan Lance Taylor2016-09-281-19/+9
* runtime: unify Unix implementations of unminitIan Lance Taylor2016-09-261-3/+1
* runtime: merge setting new signal mask in minitIan Lance Taylor2016-09-261-14/+2
* runtime: unify sigtrampgoIan Lance Taylor2016-09-261-0/+3
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-26/+5
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-34/+10
* runtime: fetch physical page size from the OSAustin Clements2016-09-061-11/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-2/+2
* runtime: remove unnecessary calls to memclrMichael Munday2016-08-201-3/+0
* runtime: better error message for newosproc failureIan Lance Taylor2016-06-291-0/+3
* runtime: check kernel physical page size during initAustin Clements2016-04-161-0/+15
* runtime: common handling of _AT_RANDOM auxvAustin Clements2016-04-161-1/+8
* runtime: common auxv parserAustin Clements2016-04-161-0/+23
* runtime: rename os1_linux.go to os_linux.goBrad Fitzpatrick2016-04-061-0/+422
* runtime: merge os_linux.go into os1_linux.goBrad Fitzpatrick2016-04-061-36/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky2015-10-221-0/+2
* runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara2015-10-021-3/+0
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-2/+2
* runtime: signal forwardingSrdjan Petrovic2015-04-241-0/+3
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-3/+0
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+3
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+1
* [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-111-5/+21
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+19