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
2014-07-21
runtime: keep build version around in binaries
Keith Randall
2014-07-17
undo CL 101570044 / 2c57aaea79c4
Keith Randall
2014-07-17
runtime: make NumGoroutines faster
Dmitriy Vyukov
2014-07-16
runtime: start goroutine ids at 1
Dmitriy Vyukov
2014-07-14
runtime: refactor routines for stopping, running goroutine from m
Russ Cox
2014-06-30
undo CL 104200047 / 318b04f28372
Keith Randall
2014-06-30
runtime: stack allocator, separate from mallocgc
Keith Randall
2014-06-26
runtime: improve scheduler trace
Dmitriy Vyukov
2014-06-26
runtime: say when a goroutine is locked to OS thread
Dmitriy Vyukov
2014-06-26
all: remove 'extern register M *m' from runtime
Russ Cox
2014-06-20
runtime/race: update runtime to tip
Dmitriy Vyukov
2014-06-06
runtime: fix panic stack during runtime.Goexit during panic
Russ Cox
2014-05-31
runtime: mark some C globals as having no pointers.
Keith Randall
2014-05-31
runtime: make continuation pc available to stack walk
Russ Cox
2014-05-28
runtime: fix go of nil func value
Dmitriy Vyukov
2014-04-28
runtime: clean up scanning of Gs
Keith Randall
2014-04-16
runtime: crash when func main calls Goexit and all other goroutines exit
Russ Cox
2014-04-08
runtime: cache gotraceback setting
Russ Cox
2014-03-26
runtime: fix yet another race in bgsweep
Dmitriy Vyukov
2014-03-24
runtime: use VEH, not SEH, for windows/386 exception handling
Russ Cox
2014-03-19
runtime: fix stack split detection around fork
Dmitriy Vyukov
2014-03-13
runtime: detect stack split after fork
Dmitriy Vyukov
2014-03-12
runtime: call symtabinit earlier
Anthony Martin
2014-03-07
runtime: round stack size to power of 2.
Shenghou Ma
2014-03-07
runtime: refactor and fix stack management code
Dmitriy Vyukov
2014-03-06
runtime: use custom thunks for race calls instead of cgo
Dmitriy Vyukov
2014-03-06
runtime: fix bad g status after copystack
Dmitriy Vyukov
2014-03-05
runtime: handle Go calls C calls Go panic correctly on windows/386
Russ Cox
2014-02-27
runtime: move stack shrinking until after sweepgen is incremented.
Keith Randall
2014-02-27
runtime: disable stack copying
Keith Randall
2014-02-26
runtime: grow stack by copying
Keith Randall
2014-02-20
runtime/debug: add SetPanicOnFault
Russ Cox
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-02-19
cmd/gc, runtime: enable precisestack by default
Russ Cox
2014-02-17
undo CL 64100044 / 04d062c2e81c
Russ Cox
2014-02-17
cmd/gc, runtime: enable precisestack by default
Russ Cox
2014-02-14
runtime: remove misleading message during crash
Dmitriy Vyukov
2014-02-14
runtime: fix windows cpu profiler
Dmitriy Vyukov
2014-02-12
runtime: improve cpu profiles for GC/syscalls/cgo
Dmitriy Vyukov
2014-02-10
runtime: fix crash during cpu profiling
Dmitriy Vyukov
2014-02-10
runtime: do not cpu profile idle threads on windows
Dmitriy Vyukov
2014-01-27
runtime: tune P retake logic
Dmitriy Vyukov
2014-01-24
sync: scalable Pool
Dmitriy Vyukov
2014-01-22
runtime: remove locks from netpoll hotpaths
Dmitriy Vyukov
2014-01-22
runtime: allocate goroutine ids in batches
Dmitriy Vyukov
2014-01-22
runtime: fix and improve CPU profiling
Dmitriy Vyukov
2014-01-21
runtime: do not collect GC roots explicitly
Dmitriy Vyukov
2014-01-21
runtime: per-P defer pool
Dmitriy Vyukov
2014-01-21
runtime: ensure fair scheduling during frequent GCs
Dmitriy Vyukov
2014-01-17
runtime: add support for GOOS=solaris
Aram Hăvărneanu
[prev]
[next]