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
/
amd64
/
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-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-04-25
runtime: turn "too many EPIPE" into real SIGPIPE
Russ Cox
2011-03-23
runtime: os-specific types and code for setitimer
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-09-07
runtime: fix linux/amd64 build: wrong name for munmap
Russ Cox
2010-09-07
runtime: use manual stack for garbage collection
Russ Cox
2010-08-04
amd64: use segment memory for thread-local storage
Russ Cox
2010-04-05
runtime: handle malloc > 2GB correctly
Russ Cox
2010-04-05
runtime: various arm fixes
Russ Cox
2010-03-29
runtime: Remove unused runtime.write from linux/amd64
Christopher Wedgwood
2010-02-08
runtime: instrument malloc + garbage collector.
Russ Cox
2010-01-25
in C and asm, replace pkg·name with ·name
Russ Cox
2009-12-08
Fix stack on FreeBSD / add stack check across the board
Devon H. O'Dell
2009-11-13
runtime: warn about SELinux based mmap failures on Linux.
Adam Langley
2009-10-15
rename sys functions to runtime,
Russ Cox
2009-06-17
runtime: stack growth adjustments, cleanup
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike