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
2023-06-29
[release-branch.go1.19] runtime: set raceignore to zero when starting a new g...
Jelle van den Hooff
2023-06-28
[release-branch.go1.19] runtime: allow for 5 more threads in TestWindowsStack...
Alex Brainman
2023-06-22
[release-branch.go1.19] runtime: use 1-byte load for address checking in race...
Cherry Mui
2023-06-06
[release-branch.go1.19] runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-22
[release-branch.go1.19] runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-22
[release-branch.go1.19] runtime: consistently define fcntl
Ian Lance Taylor
2023-04-14
[release-branch.go1.19] syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-03-15
[release-branch.go1.19] runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2023-02-15
[release-branch.go1.19] runtime: check for overflow in sweep assist
Michael Anthony Knyszek
2023-01-18
[release-branch.go1.19] runtime: fix performance regression in morestack_noct...
Archana R
2022-12-28
[release-branch.go1.19] cmd/compile: sign-extend the 2nd argument of the Lowe...
David Chase
2022-11-30
[release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...
Than McIntosh
2022-11-25
[release-branch.go1.19] runtime: make GC see object as allocated after it is ...
Cherry Mui
2022-11-09
[release-branch.go1.19] runtime: don't jump stack if at entry of systemstack
Cherry Mui
2022-11-08
[release-branch.go1.19] runtime: fix usleep on linux/PPC64
Paul E. Murphy
2022-10-24
[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-24
[release-branch.go1.19] runtime: always keep global reference to mp until mex...
Michael Pratt
2022-09-13
[release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGS
Austin Clements
2022-08-31
[release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...
Cherry Mui
2022-08-31
[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernels
Paul E. Murphy
2022-08-29
[release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...
Ian Lance Taylor
2022-07-30
runtime: fix typos
hopehook
2022-07-29
cmd/dist: always pass -short=true with -quick
Ian Lance Taylor
2022-07-26
runtime/cgo: use frame address to set g0 stack bound
Cherry Mui
2022-07-25
runtime: fix runtime.Breakpoint() on windows/arm64
qmuntal
2022-07-24
runtime: fix typo in function comments
Abirdcfly
2022-07-19
runtime: revert to using the precomputed trigger for pacer calculations
Michael Anthony Knyszek
2022-07-18
runtime: fix typos
Jun10ng
2022-07-13
runtime: clear timerModifiedEarliest when last timer is deleted
Michael Pratt
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-07-07
runtime: overestimate the amount of allocated memory in heapLive
Michael Anthony Knyszek
2022-07-04
runtime: pass correct string to exits on Plan 9
Ori Bernstein
2022-06-29
runtime: add race annotations to cbs.lock
Michael Pratt
2022-06-29
runtime: add race annotations to metricsSema
Michael Pratt
2022-06-28
runtime: clean up unused function gosave on loong64
Guoqi Chen
2022-06-27
crypto/internal/boring: factor Cache into crypto/internal/boring/bcache
Russ Cox
2022-06-26
runtime: avoid fma in mkfastlog2table
Ian Lance Taylor
2022-06-25
runtime: mark string comparison hooks as no split
Khaled Yakdan
2022-06-21
runtime/trace: ignore fallback stacks in test
Rhys Hiltner
2022-06-21
runtime: convert flaky semaphore linearity test into benchmark
Michael Anthony Knyszek
2022-06-16
runtime: write much more direct test for semaphore waiter scalability
Michael Anthony Knyszek
2022-06-15
syscall, runtime/internal/syscall: always zero the higher bits of return valu...
Guoqi Chen
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2022-06-13
runtime: add HACKING section on nosplit functions
Austin Clements
2022-06-10
runtime: fix stack split at bad time when fuzzing
Khaled Yakdan
2022-06-09
runtime/cgo: retry _beginthread on EACCES
Michael Pratt
2022-06-09
runtime/cgo: merge bodies of cgo_sys_thread_start on windows
Michael Pratt
2022-06-08
runtime: use pidleget for faketime jump
Michael Pratt
2022-06-08
runtime: skip TestGdbBacktrace on gdb bug
Austin Clements
[next]