index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
os_linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
1
-3
/
+25
*
runtime: extract Linux auxv handling
Austin Clements
2016-11-29
1
-0
/
+4
*
runtime/cgo: use libc for sigaction syscalls when possible
Bryan C. Mills
2016-11-16
1
-3
/
+0
*
runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2
Carlos Eduardo Seo
2016-11-01
1
-0
/
+1
*
runtime: get s390x vector facility availability from AT_HWCAP
Michael Munday
2016-10-19
1
-0
/
+1
*
runtime: don't call cgocallback from signal handler
Ian Lance Taylor
2016-10-05
1
-1
/
+1
*
runtime: minor simplifications to signal code
Ian Lance Taylor
2016-09-28
1
-19
/
+9
*
runtime: unify Unix implementations of unminit
Ian Lance Taylor
2016-09-26
1
-3
/
+1
*
runtime: merge setting new signal mask in minit
Ian Lance Taylor
2016-09-26
1
-14
/
+2
*
runtime: unify sigtrampgo
Ian Lance Taylor
2016-09-26
1
-0
/
+3
*
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2016-09-26
1
-26
/
+5
*
runtime: unify some signal handling functions
Ian Lance Taylor
2016-09-24
1
-34
/
+10
*
runtime: fetch physical page size from the OS
Austin Clements
2016-09-06
1
-11
/
+1
*
all: fix assembly vet issues
Josh Bleecher Snyder
2016-08-25
1
-2
/
+2
*
runtime: remove unnecessary calls to memclr
Michael Munday
2016-08-20
1
-3
/
+0
*
runtime: better error message for newosproc failure
Ian Lance Taylor
2016-06-29
1
-0
/
+3
*
runtime: check kernel physical page size during init
Austin Clements
2016-04-16
1
-0
/
+15
*
runtime: common handling of _AT_RANDOM auxv
Austin Clements
2016-04-16
1
-1
/
+8
*
runtime: common auxv parser
Austin Clements
2016-04-16
1
-0
/
+23
*
runtime: rename os1_linux.go to os_linux.go
Brad Fitzpatrick
2016-04-06
1
-0
/
+422
*
runtime: merge os_linux.go into os1_linux.go
Brad Fitzpatrick
2016-04-06
1
-36
/
+0
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
runtime: split plan9 and solaris's m fields into new embedded mOS type
Matthew Dempsky
2015-10-22
1
-0
/
+2
*
runtime: drop sigfwd from signal forwarding unsupported platforms
Mikio Hara
2015-10-02
1
-3
/
+0
*
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-07-22
1
-2
/
+2
*
runtime: signal forwarding
Srdjan Petrovic
2015-04-24
1
-0
/
+3
*
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-22
1
-3
/
+0
*
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-04-03
1
-0
/
+3
*
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
2015-01-14
1
-0
/
+1
*
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox
2014-11-11
1
-5
/
+21
*
runtime: remove duplicated Go constants
Russ Cox
2014-09-16
1
-2
/
+0
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+19