index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
os_linux.go
Age
Commit message (
Expand
)
Author
2018-03-08
runtime: use systemstack around throw in sysSigaction
Ian Lance Taylor
2018-03-07
runtime: change from rt_sigaction to sigaction
Ian Lance Taylor
2018-03-03
runtime: use vDSO for clock_gettime on linux/arm
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-14
runtime: use private futexes on Linux
Ian Lance Taylor
2018-02-13
runtime: remove unused memlimit function
Austin Clements
2017-11-03
runtime: fix GNU/Linux getproccount if sched_getaffinity does not return a mu...
Zhengyu He
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-08-18
all: unindent some big chunks of code
Daniel MartÃ
2017-08-11
runtime: move mincore from stubs.go to os_linux.go
Hiroshi Ioka
2017-07-12
runtime: pass CLONE_SYSVSEM to clone
Austin Clements
2017-01-03
runtime: check sched_getaffinity return value
Michael Marineau
2016-12-19
runtime: use mincore to detect physical page size as last resort on Android
Shenghou Ma
2016-11-29
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
runtime: extract Linux auxv handling
Austin Clements
2016-11-16
runtime/cgo: use libc for sigaction syscalls when possible
Bryan C. Mills
2016-11-01
runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2
Carlos Eduardo Seo
2016-10-19
runtime: get s390x vector facility availability from AT_HWCAP
Michael Munday
2016-10-05
runtime: don't call cgocallback from signal handler
Ian Lance Taylor
2016-09-28
runtime: minor simplifications to signal code
Ian Lance Taylor
2016-09-26
runtime: unify Unix implementations of unminit
Ian Lance Taylor
2016-09-26
runtime: merge setting new signal mask in minit
Ian Lance Taylor
2016-09-26
runtime: unify sigtrampgo
Ian Lance Taylor
2016-09-26
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-09-06
runtime: fetch physical page size from the OS
Austin Clements
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-08-20
runtime: remove unnecessary calls to memclr
Michael Munday
2016-06-29
runtime: better error message for newosproc failure
Ian Lance Taylor
2016-04-16
runtime: check kernel physical page size during init
Austin Clements
2016-04-16
runtime: common handling of _AT_RANDOM auxv
Austin Clements
2016-04-16
runtime: common auxv parser
Austin Clements
2016-04-06
runtime: rename os1_linux.go to os_linux.go
Brad Fitzpatrick
2016-04-06
runtime: merge os_linux.go into os1_linux.go
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-10-22
runtime: split plan9 and solaris's m fields into new embedded mOS type
Matthew Dempsky
2015-10-02
runtime: drop sigfwd from signal forwarding unsupported platforms
Mikio Hara
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-04-24
runtime: signal forwarding
Srdjan Petrovic
2015-04-22
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-01-14
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
2014-11-11
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox
2014-09-16
runtime: remove duplicated Go constants
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]