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
/
runtime
Age
Commit message (
Expand
)
Author
2021-08-13
[release-branch.go1.16] runtime: drop SIGPROF while in ARM < 7 kernel helpers
Michael Pratt
2021-08-03
[release-branch.go1.16] runtime: fix crash during VDSO calls on PowerPC
Derek Parker
2021-08-02
[release-branch.go1.16] cmd/compile: mark R16, R17 clobbered for non-standard...
Cherry Zhang
2021-07-30
[release-branch.go1.16] runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-22
[release-branch.go1.16] runtime: don't clear timerModifiedEarliest if adjustT...
Ian Lance Taylor
2021-05-05
[release-branch.go1.16] runtime/pprof: skip tests for AIX
Clément Chigot
2021-05-04
[release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixes
Andrew G. Morgan
2021-05-04
[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in expandFina...
Michael Pratt
2021-03-31
[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in Frames.Next
Michael Pratt
2021-03-12
[release-branch.go1.16] runtime, time: disable preemption in addtimer
Michael Pratt
2021-02-18
[release-branch.go1.16] runtime/cgo: add cast in C code to avoid C compiler w...
Ian Lance Taylor
2021-02-16
runtime/metrics: update documentation to current interface
Branden J Brown
2021-02-09
runtime/metrics: fix a couple of documentation typpos
Ian Lance Taylor
2021-02-08
runtime/metrics: fix panic in readingAllMetric example
Changkun Ou
2021-02-04
runtime: fix typo in histogram.go
Ikko Ashimine
2021-01-29
runtime: document pointer write atomicity for memclrNoHeapPointers
Cherry Zhang
2021-01-28
runtime: correct syscall10/syscall10X on openbsd/amd64
Joel Sing
2021-01-28
runtime,syscall: convert syscall on openbsd/arm64 to libc
Joel Sing
2021-01-27
runtime: make sure to remove open-coded defer entries in all cases after a re...
Dan Scales
2021-01-27
runtime: block console ctrlhandler when the signal is handled
Nuno Cruces
2021-01-27
runtime: switch runtime to libc for openbsd/arm64
Joel Sing
2021-01-27
runtime: convert openbsd/arm64 locking to libc
Joel Sing
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing
2021-01-23
runtime: restore cgo_import_dynamic for libc.so on openbsd
Joel Sing
2021-01-22
runtime: define dummy msanmove
Cherry Zhang
2021-01-22
runtime: check for g0 stack last in signal handler
Cherry Zhang
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-22
runtime: remove pthread_kill/pthread_self for openbsd
Joel Sing
2021-01-22
runtime: fix typo in mgcscavenge.go
Ikko Ashimine
2021-01-21
runtime: switch openbsd/arm64 to pthreads
Joel Sing
2021-01-20
runtime: don't adjust timer pp field in timerWaiting status
Ian Lance Taylor
2021-01-20
runtime: convert openbsd/amd64 locking to libc
Joel Sing
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
2021-01-19
runtime: factor out usesLibcall
Joel Sing
2021-01-19
runtime: factor out mStackIsSystemAllocated
Joel Sing
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2021-01-15
runtime: detect errors in DuplicateHandle
Jason A. Donenfeld
2021-01-08
runtime/metrics: mark histogram metrics as cumulative
Michael Anthony Knyszek
2021-01-08
runtime/metrics: remove unused StopTheWorld Description field
Michael Anthony Knyszek
2021-01-08
runtime/metrics: change unit on *-by-size metrics to match bucket unit
Michael Anthony Knyszek
2021-01-08
runtime,runtime/metrics: use explicit histogram boundaries
Michael Anthony Knyszek
2021-01-07
runtime: check mips64 VDSO clock_gettime return code
Meng Zhuo
2021-01-06
runtime/metrics: fix panic message for Float64Histogram
Michael Anthony Knyszek
2021-01-05
runtime: don't take allglock in tracebackothers
Michael Pratt
2020-12-26
runtime/cgo: fix Android build with NDK 22
Elias Naur
2020-12-23
runtime: shift timeHistogram buckets and allow negative durations
Michael Anthony Knyszek
2020-12-23
runtime: fix allocs-by-size and frees-by-size buckets
Michael Anthony Knyszek
2020-12-23
runtime: fix nStackRoots comment about stack roots
Michael Anthony Knyszek
2020-12-23
os/signal: fix a deadlock with syscall.AllThreadsSyscall() use
Andrew G. Morgan
2020-12-23
runtime: linux iscgo support for not blocking nptl signals
Andrew G. Morgan
[next]