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
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
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-04-15
runtime: unify C->Go ABI transitions
Austin Clements
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2020-12-23
runtime: linux iscgo support for not blocking nptl signals
Andrew G. Morgan
2020-09-01
runtime: remove remnants of signal stack workaround
Heisenberg
2020-08-18
runtime: move startupRandomData declaration to os_linux.go
Tobias Klauser
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-04-08
cmd/compile,runtime: pass only ptr and len to some runtime calls
Josh Bleecher Snyder
2020-03-13
runtime: don't crash on mlock failure
Ian Lance Taylor
2020-01-19
runtime: add support for linux/riscv64
Joel Sing
2020-01-07
runtime: fix typo in comment
Julian Tibble
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-11-08
runtime: add pipe/pipe2 on Solaris
Ian Lance Taylor
2019-10-26
runtime: M-targeted signals for Linux
Austin Clements
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-05-06
runtime: scavenge huge spans first
Michael Anthony Knyszek
2019-05-03
runtime: add physHugePageSize
Michael Anthony Knyszek
2019-04-02
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Clément Chigot
2019-03-15
runtime: introduce and consistently use setNsec for timespec
Ian Lance Taylor
2018-07-25
runtime: ignore GNU/Linux sigaction errors for signals 32 and 33
Ian Lance Taylor
2018-05-04
runtime: ignore sigaction error on Linux if it is for SIGRTMAX
Alberto Donizetti
2018-04-30
runtime,cmd/ld: on darwin, create theads using libc
Keith Randall
[next]