aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_linux.go
AgeCommit message (Expand)Author
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
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