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
Age
Commit message (
Expand
)
Author
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-21
runtime: remove unused goc2c.c
Shenghou Ma
2012-03-15
runtime: do not handle signals before configuring handler
Russ Cox
2012-03-15
runtime: fix arm build
Russ Cox
2012-03-15
5l, 6l, 8l: fix stack split logic for stacks near default segment size
Russ Cox
2012-03-15
runtime: manage stack by ourselves for badcallback on windows/amd64
Shenghou Ma
2012-03-14
runtime/cgo: linux signal masking
Mikio Hara
2012-03-14
runtime/cgo: darwin signal masking
Mikio Hara
2012-03-12
runtime: fix windows/amd64 exception handler
Alex Brainman
2012-03-12
runtime: fix windows/amd64
Russ Cox
2012-03-12
runtime: print error on receipt of signal on non-Go thread
Russ Cox
2012-03-09
runtime: move runtime.write back to C
Russ Cox
2012-03-08
runtime: fix windows build
Russ Cox
2012-03-08
runtime: inline calls to notok
Russ Cox
2012-03-08
cgo, runtime: diagnose callback on non-Go thread
Russ Cox
2012-03-07
runtime: fix freebsd crash
Russ Cox
2012-03-07
runtime: try extending arena size in 32-bit allocator.
Rémy Oudompheng
2012-03-07
runtime/pprof: disable test on Leopard 64-bit
Russ Cox
2012-03-06
runtime: remove unused runtime·signame and runtime·newError
Ian Lance Taylor
2012-03-05
runtime: add Compiler
Russ Cox
2012-03-05
runtime: wait for main goroutine before setting GOMAXPROCS.
Rémy Oudompheng
2012-03-05
runtime/debug: fix test when source cannot be found
Russ Cox
2012-03-01
runtime: run init on main thread
Russ Cox
2012-03-01
runtime/pprof: skip test on 64-bit Mac OS X 10.6
Shenghou Ma
2012-02-29
pkg/runtime: 2 sanity checks in the runtime-gdb.py prettyprinters.
Luuk van Dijk
2012-02-28
runtime/pprof: support OS X CPU profiling
Russ Cox
2012-02-24
runtime: size arena to fit in virtual address space limit
Russ Cox
2012-02-23
runtime: fix arm
Russ Cox
2012-02-23
runtime: check for ARM syscall failures
Shenghou Ma
2012-02-23
runtime: darwin signal masking
Russ Cox
2012-02-23
runtime: linux signal masking
Russ Cox
2012-02-22
pprof: add Profile type
Russ Cox
2012-02-22
runtime: goroutine profile, stack dumps
Russ Cox
2012-02-22
runtime: fix FreeBSD signal handling around thread creation
Devon H. O'Dell
2012-02-21
ld: add NOPTRBSS for large, pointer-free uninitialized data
Russ Cox
2012-02-22
runtime: use SYSCALL instead of INT 0x80 in FreeBSD's runtime.osyield on amd64
Devon H. O'Dell
2012-02-21
runtime: avoid malloc during malloc
Russ Cox
2012-02-21
runtime: remove an obsolete file
Mikio Hara
2012-02-21
runtime: implement runtime.osyield on FreeBSD 386, amd64
Devon H. O'Dell
2012-02-19
runtime: fix another memory leak
Russ Cox
2012-02-19
runtime: fix tiny memory leak
Russ Cox
2012-02-19
runtime: API
Russ Cox
2012-02-17
runtime: remove use of ?:
Gustavo Niemeyer
2012-02-17
runtime: silence warnings
Alex Brainman
2012-02-17
runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.
David Symonds
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-15
runtime: define NSIG to fix plan 9 build
David du Colombier
[next]