summaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: use pselect6 for usleep on linux/amd64 and linux/armAustin Clements2017-05-191-2/+5
* runtime: inform arena placement using sbrk(0)Austin Clements2017-04-211-0/+10
* runtime: fix some assembly offset namesJosh Bleecher Snyder2017-02-141-2/+2
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-1/+1
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-12/+11
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: for c-archive/c-shared, don't install unnecessary signal handlersIan Lance Taylor2015-12-181-0/+4
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-29/+0
* runtime: replace divide with multiply in runtime.usleep on armRuss Cox2015-07-301-4/+1
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+6
* runtime: ensure GC sees type-safe memory on weak machinesAustin Clements2015-06-191-0/+16
* runtime: re-enable TestNewProc0 on android/arm and fix heap corruptionShenghou Ma2015-04-291-0/+1
* runtime: signal forwardingSrdjan Petrovic2015-04-241-25/+11
* runtime: fix build after CL 9164 on LinuxShenghou Ma2015-04-221-1/+1
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-41/+10
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: shared library runtime init for armSrdjan Petrovic2015-04-131-3/+34
* runtime: fix arm, arm64, ppc64 builds (I hope)Ian Lance Taylor2015-04-031-1/+2
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+6
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+12
* [dev.cc] runtime,syscall: quiet some more vet errorsRob Pike2015-02-201-30/+31
* [dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike2015-02-181-71/+71
* [dev.cc] all: edit assembly source for ARM to be more regularRob Pike2015-02-131-1/+1
* runtime: support panic/print logging in android-L.Hyang-Ah Hana Kim2015-02-041-0/+29
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+11
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-4/+4
|\
| * [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-4/+4
* | [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-2/+3
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+461