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
/
os_linux.go
Age
Commit message (
Expand
)
Author
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-11-15
runtime: allow futex OSes to use sema-based mutex
Rhys Hiltner
2024-10-07
runtime: overwrite startupRand instead of clearing it
Filippo Valsorda
2024-09-28
runtime: use vDSO for getrandom() on linux
Jason A. Donenfeld
2024-09-26
os: ignore SIGSYS in checkPidfd
cions
2024-08-20
src: fix typos
Alexander Cyon
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-19
runtime: optimize permission changes with mprotect
Lance Yang
2024-02-21
runtime: migrate internal/syscall to internal/runtime
Andy Pan
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-10-31
runtime: on arm32, detect whether we have sync instructions
Keith Randall
2023-09-11
runtime: avoid staticinit dependency with sigsetAllExiting
Matthew Dempsky
2023-09-06
runtime: clear procid in unminit
Michael Pratt
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2023-03-24
runtime: add "sigaction" to sigreturn symbol name
Michael Pratt
2023-02-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2023-01-28
runtime: remove go118UseTimerCreateProfiler
Keith Randall
2022-11-10
runtime: retry thread creation on EAGAIN
Ian Lance Taylor
2022-11-10
runtime: consolidate some low-level error reporting
Ian Lance Taylor
2022-10-26
runtime: add missing closing curly brace in runtime corruption error message
Brad Fitzpatrick
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-08-31
runtime: convert mOS.profileTimerValid to internal atomic type
Andy Pan
2022-05-19
all: gofmt main repo
Russ Cox
2022-04-28
runtime: differentiate "user" and "system" throws
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-15
runtime: move doAllThreadsSyscall to os_linux.go
Michael Pratt
2021-11-02
runtime: add padding to Linux kernel structures
Rhys Hiltner
2021-10-04
Revert "runtime: add padding to Linux kernel structures"
Michael Pratt
2021-10-04
runtime: add padding to Linux kernel structures
Rhys Hiltner
2021-09-27
runtime: use per-thread profiler for SetCgoTraceback platforms
Rhys Hiltner
2021-09-27
runtime: profile with per-thread timers on Linux
Rhys Hiltner
2021-09-27
runtime: allow per-OS changes to unix profiler
Rhys Hiltner
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...
Cherry Mui
[next]