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
/
sys_linux_arm.s
Age
Commit message (
Expand
)
Author
2015-06-19
runtime: ensure GC sees type-safe memory on weak machines
Austin Clements
2015-04-29
runtime: re-enable TestNewProc0 on android/arm and fix heap corruption
Shenghou Ma
2015-04-24
runtime: signal forwarding
Srdjan Petrovic
2015-04-22
runtime: fix build after CL 9164 on Linux
Shenghou Ma
2015-04-22
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-04-13
runtime: shared library runtime init for arm
Srdjan Petrovic
2015-04-03
runtime: fix arm, arm64, ppc64 builds (I hope)
Ian Lance Taylor
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-03-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-02-20
[dev.cc] runtime,syscall: quiet some more vet errors
Rob Pike
2015-02-18
[dev.cc] cmd/asm: make 4(SP) illegal except on 386
Rob Pike
2015-02-13
[dev.cc] all: edit assembly source for ARM to be more regular
Rob Pike
2015-02-04
runtime: support panic/print logging in android-L.
Hyang-Ah Hana Kim
2015-01-14
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
2014-11-14
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-11
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-10-28
[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]