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
/
proc.c
Age
Commit message (
Expand
)
Author
2011-10-27
runtime: lock the main goroutine to the main OS thread during init
Russ Cox
2011-10-25
runtime: include bootstrap m in mcpu accounting
Hector Chu
2011-10-13
runtime: run goroutines during init
Russ Cox
2011-10-06
runtime: fix spurious deadlock reporting
Dmitriy Vyukov
2011-10-03
runtime: fix usleep on linux/386 and re-enable parallel gc
Hector Chu
2011-09-30
runtime: disable parallel gc
Russ Cox
2011-09-30
runtime: parallelize garbage collector mark + sweep
Russ Cox
2011-08-23
runtime: fix void warnings
Russ Cox
2011-08-22
runtime: simplify stack traces
Russ Cox
2011-08-22
runtime: Remove extraneous word in comment.
Ian Lance Taylor
2011-08-18
runtime: speed up cgo calls
Alex Brainman
2011-08-16
runtime: fix GC bitmap corruption
Dmitriy Vyukov
2011-08-04
runtime: remove unnecessary locking
Hector Chu
2011-07-29
runtime: fix scheduling race
Hector Chu
2011-07-27
runtime: higher goroutine arg limit, clearer error
Russ Cox
2011-07-23
runtime: faster entersyscall/exitsyscall
Russ Cox
2011-07-21
runtime: replace centralized ncgocall counter with a distributed one
Dmitriy Vyukov
2011-07-19
runtime: faster entersyscall, exitsyscall
Russ Cox
2011-07-18
runtime: track running goroutine count
Russ Cox
2011-07-12
runtime: replace runtime.mcpy with runtime.memmove
Quan Yong Zhai
2011-07-12
runtime: eliminate false sharing during stack growth
Dmitriy Vyukov
2011-07-12
runtime: fix comment (lost in shuffle)
Russ Cox
2011-07-12
runtime: eliminate contention during stack allocation
Dmitriy Vyukov
2011-07-12
runtime: eliminate false sharing on runtime.goidgen
Dmitriy Vyukov
2011-07-12
runtime: eliminate false sharing on random number generators
Dmitriy Vyukov
2011-06-29
runtime: windows/amd64 port
Wei Guangjing
2011-05-16
runtime: make StackSystem part of StackGuard
Alexey Borzenkov
2011-05-02
os: make Setenv update C environment variables
Brad Fitzpatrick
2011-04-27
runtime: stack split + garbage collection bug
Russ Cox
2011-04-21
runtime: fix GOMAXPROCS vs garbage collection bug
Dmitriy Vyukov
2011-03-23
runtime: cpu profiling support
Russ Cox
2011-03-11
runtime/proc.c: which to that
Rob Pike
2011-03-11
runtime: reduce lock contention via wakeup on scheduler unlock.
Ian Lance Taylor
2011-03-07
runtime: scheduler, cgo reorganization
Russ Cox
2011-03-02
runtime: record goroutine creation pc and display in traceback
Russ Cox
2011-02-27
runtime: idle goroutine
Russ Cox
2011-02-23
runtime: always run stackalloc on scheduler stack
Russ Cox
2011-02-22
ld: detect stack overflow due to NOSPLIT
Russ Cox
2011-02-16
runtime: minor cleanup
Russ Cox
2011-02-02
runtime: more detailed panic traces, line number work
Russ Cox
2011-02-01
5l, 8l: pass stack frame size to morestack when needed
Russ Cox
2011-01-28
runtime: simpler heap map, memory allocation
Russ Cox
2011-01-25
runtime: prefer fixed stack allocator over general memory allocator
Russ Cox
2011-01-19
windows: implement exception handling
Hector Chu
2011-01-18
runtime: print signal information during panic
Russ Cox
2011-01-14
runtime: fix arm reflect.call boundary case
Russ Cox
2011-01-12
runtime: revert 6974:1f3c3696babb
Alex Brainman
2011-01-08
runtime: Restore scheduler stack position if cgo callback panics.
Ian Lance Taylor
2010-12-14
runtime: write only to standard error
Russ Cox
2010-12-08
runtime/cgo: runtime changes for new cgo
Russ Cox
[prev]
[next]