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
/
pkg
/
runtime
/
sys_linux_arm.s
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-04
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-08-27
cmd/cc, runtime: convert C compilers to use Go calling convention
Russ Cox
2014-08-06
runtime: get rid of SA_RESTORER on ARM.
Shenghou Ma
2014-06-26
all: remove 'extern register M *m' from runtime
Russ Cox
2014-02-25
runtime: use monotonic clock for timers on linux/arm
Mikio Hara
2013-08-14
runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...
Elias Naur
2013-08-12
runtime: fix ARM assembly formatting
Dmitriy Vyukov
2013-08-07
runtime: convert .s textflags from numbers to symbolic constants.
Keith Randall
2013-07-12
runtime: correctly handle signals received on foreign threads
Shenghou Ma
2013-05-28
runtime: use m and g, instead of R9 and R10, in ARM assembly files
Shenghou Ma
2013-05-27
runtime: make arm signal handler call runtime.badsignal
Shenghou Ma
2013-03-16
net, runtime: enable runtime-integrated pollster on Linux/ARM.
Shenghou Ma
2013-03-15
runtime: accept GOTRACEBACK=crash to mean 'crash after panic'
Russ Cox
2013-02-28
runtime/cgo: make symbol naming consistent
Russ Cox
2013-02-22
runtime: delete old closure code
Russ Cox
2012-12-22
runtime: ignore failure from madvise
Russ Cox
2012-12-19
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...
Jingcheng Zhang
2012-12-18
runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime
Shenghou Ma
2012-09-04
runtime: discard SIGPROF delivered to non-Go threads.
Alan Donovan
2012-08-10
runtime: use sched_getaffinity for runtime.NumCPU() on Linux
Shenghou Ma
2012-05-04
runtime: cgo support for Linux/ARM
Shenghou Ma
2012-03-08
runtime: inline calls to notok
Russ Cox
2012-02-24
runtime: size arena to fit in virtual address space limit
Russ Cox
2012-02-23
runtime: check for ARM syscall failures
Shenghou Ma
2012-02-23
runtime: linux signal masking
Russ Cox
2012-02-13
os/signal: selective signal handling
Russ Cox
2012-01-10
runtime: runtime.usleep() bugfix on darwin/amd64 and linux/arm
Shenghou Ma
2011-12-19
runtime: separate out auto-generated files, take 2
Russ Cox
2011-12-16
runtime: hg revert -r 6ec0a5c12d75
Russ Cox
2011-12-16
runtime: separate out auto-generated files
Russ Cox
2011-12-16
runtime: make more build-friendly
Russ Cox