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
2022-02-07
[release-branch.go1.16] runtime: set vdsoSP to caller's SP consistently
Cherry Mui
2022-01-27
[release-branch.go1.16] testing/race: fixing intermittent test failure
Daniel S. Fava
2021-12-22
[release-branch.go1.16] runtime: set iOS addr space to 40 bits with increment...
Michael Anthony Knyszek
2021-12-22
[release-branch.go1.16] runtime/race: rebuild darwin syso to work around macO...
Cherry Mui
2021-12-21
[release-branch.go1.16] runtime/race: use race build tag on syso_test.go
Cherry Mui
2021-12-01
[release-branch.go1.16] runtime: keep //go:cgo_unsafe_args arguments alive to...
Jason A. Donenfeld
2021-10-28
[release-branch.go1.16] runtime: consistently access pollDesc r/w Gs with ato...
Michael Pratt
2021-09-15
[release-branch.go1.16] runtime: in adjustTimers back up as far as necessary
Ian Lance Taylor
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
[next]