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
/
linux
/
arm
/
sys.s
Age
Commit message (
Expand
)
Author
2011-12-16
runtime: make more build-friendly
Russ Cox
2011-12-12
runtime: madvise and SysUnused for Linux
Sébastien Paolacci
2011-11-30
time: new Time, Duration, ZoneInfo types
Russ Cox
2011-11-04
runtime: fix linux/arm nanotime?
Russ Cox
2011-11-03
time: faster Nanoseconds call
Russ Cox
2011-09-30
runtime: parallelize garbage collector mark + sweep
Russ Cox
2011-07-29
runtime: improve Linux mutex
Dmitriy Vyukov
2011-06-07
runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux
Jonathan Mark
2011-05-02
runtime, sync/atomic: fix arm cas
Russ Cox
2011-04-25
runtime: fix arm build
Dave Cheney
2011-04-25
runtime: turn "too many EPIPE" into real SIGPIPE
Russ Cox
2011-03-25
runtime: fix arm build
Russ Cox
2011-03-23
runtime: os-specific types and code for setitimer
Russ Cox
2011-02-25
runtime: use kernel-supplied cas on linux/arm
Russ Cox
2011-02-23
runtime: pass to signal handler value of g at time of signal
Russ Cox
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost
Russ Cox
2010-10-26
arm: fix signal handler
Russ Cox
2010-09-09
arm: fix a couple of build bugs.
Rob Pike
2010-09-07
runtime: use manual stack for garbage collection
Russ Cox
2010-04-05
runtime: various arm fixes
Russ Cox
2010-02-10
arm: fix build on android
Russ Cox
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
2009-11-11
add cache flushing call after generating closure.
Kai Backman
2009-11-05
make 5g executables run on android/arm hardware. change OABI
Kai Backman
2009-10-29
clone and futex
Kai Backman
2009-10-25
proper syscall convention for arm
Kai Backman
2009-10-15
rename sys functions to runtime,
Russ Cox
2009-09-18
changed 5c calling convention to use stack exclusively for in
Kai Backman
2009-06-23
Runtime is now starting up with a dummy c program as target:
Kai Backman
2009-06-10
Adding a batch of missing system calls.
Kai Backman
2009-06-09
mv src/lib to src/pkg
Rob Pike