aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm.s
AgeCommit message (Expand)Author
2015-06-19runtime: ensure GC sees type-safe memory on weak machinesAustin Clements
2015-04-29runtime: re-enable TestNewProc0 on android/arm and fix heap corruptionShenghou Ma
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: fix build after CL 9164 on LinuxShenghou Ma
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-13runtime: shared library runtime init for armSrdjan Petrovic
2015-04-03runtime: fix arm, arm64, ppc64 builds (I hope)Ian Lance Taylor
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-20[dev.cc] runtime,syscall: quiet some more vet errorsRob Pike
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2015-02-04runtime: support panic/print logging in android-L.Hyang-Ah Hana Kim
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox