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
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]