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
2013-02-20
runtime: allow cgo callbacks on non-Go threads
Russ Cox
2013-02-20
runtime: introduce entersyscallblock()
Dmitriy Vyukov
2013-02-20
runtime: fix deadlock detector false negative
Dmitriy Vyukov
2013-02-20
runtime: ensure forward progress of runtime.Gosched() for locked goroutines
Dmitriy Vyukov
2013-02-15
undo CL 7310096 / 59da6744d66d
Russ Cox
2013-02-15
runtime: make return from main wait for active panic
Russ Cox
2013-02-15
runtime: ensure forward progress of runtime.Gosched() for locked goroutines
Dmitriy Vyukov
2013-02-14
runtime: move stack management related code to stack.c
Dmitriy Vyukov
2013-02-06
runtime/race: switch to explicit race context instead of goroutine id's
Dmitriy Vyukov
2013-02-01
runtime: cgo-related fixes
Russ Cox
2013-01-30
runtime: local allocation in mprof.goc
Jan Ziak
2013-01-29
runtime: dump the full stack of a throwing goroutine
Dmitriy Vyukov
2013-01-26
runtime: avoid defining the same variable in more than one translation unit
Shenghou Ma
2013-01-10
runtime: faster segmented stacks
Dmitriy Vyukov
2013-01-10
runtime: less aggressive per-thread stack segment caching
Dmitriy Vyukov
2012-12-19
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...
Jingcheng Zhang
2012-11-27
runtime: use reflect·call() to enter the function gc()
Jan Ziak
2012-10-26
runtime: switch to 64-bit goroutine ids
Dmitriy Vyukov
2012-10-21
runtime: store types of allocated objects
Jan Ziak
2012-10-07
race: runtime changes
Dmitriy Vyukov
2012-09-24
runtime: prepare for 64-bit ints
Russ Cox
2012-09-18
runtime: refactor goroutine blocking
Dmitriy Vyukov
2012-07-04
runtime: move panic/defer/recover-related stuff to a separate file
Dmitriy Vyukov
2012-07-03
runtime: refactor proc.c
Dmitriy Vyukov
2012-05-30
runtime: update field types in preparation for GC changes
Jan Ziak
2012-05-30
runtime: handle windows exceptions, even in cgo programs
Alex Brainman
2012-05-15
runtime: refactor helpgc functionality in preparation for parallel GC
Dmitriy Vyukov
2012-04-02
runtime: fix a comment
Maxim Pimenov
2012-03-27
runtime: work around false negative in deadlock detection
Russ Cox
2012-03-27
undo CL 5844051 / 5d0322034aa8
Mikio Hara
2012-03-26
runtime: restore deadlock detection in the simplest case.
Rémy Oudompheng
2012-03-15
runtime: do not handle signals before configuring handler
Russ Cox
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox
2012-03-05
runtime: wait for main goroutine before setting GOMAXPROCS.
Rémy Oudompheng
2012-03-01
runtime: run init on main thread
Russ Cox
2012-02-28
runtime/pprof: support OS X CPU profiling
Russ Cox
2012-02-22
runtime: goroutine profile, stack dumps
Russ Cox
2012-02-19
runtime: fix another memory leak
Russ Cox
2012-02-19
runtime: fix tiny memory leak
Russ Cox
2012-02-17
runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe...
David Symonds
2012-02-16
runtime: release unused memory to the OS.
Sébastien Paolacci
2012-02-14
runtime: on 386, fix FP control word on all threads, not just initial thread
Russ Cox
2012-02-08
runtime, pprof: add profiling of thread creation
Russ Cox
2012-02-02
runtime: add runtime.cputicks() and seed fastrand with it
Damian Gryski
2011-12-16
runtime: make more build-friendly
Russ Cox
2011-11-14
syscall: take over env implementation
Russ Cox
2011-11-11
runtime: remove declarations of nonexistent functions
Ian Lance Taylor
2011-11-09
runtime: add timer support, use for package time
Russ Cox
2011-11-08
runtime: add comments for various functions in proc.c
Ian Lance Taylor
2011-11-08
runtime: add windows callback tests
Alex Brainman
[prev]
[next]