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
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
2018-03-08
runtime: use systemstack around throw in sysSigaction
Ian Lance Taylor
2018-03-07
runtime: change from rt_sigaction to sigaction
Ian Lance Taylor
2018-03-03
runtime: use vDSO for clock_gettime on linux/arm
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-14
runtime: use private futexes on Linux
Ian Lance Taylor
2018-02-13
runtime: remove unused memlimit function
Austin Clements
2017-11-03
runtime: fix GNU/Linux getproccount if sched_getaffinity does not return a mu...
Zhengyu He
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-08-18
all: unindent some big chunks of code
Daniel Martí
2017-08-11
runtime: move mincore from stubs.go to os_linux.go
Hiroshi Ioka
2017-07-12
runtime: pass CLONE_SYSVSEM to clone
Austin Clements
2017-01-03
runtime: check sched_getaffinity return value
Michael Marineau
2016-12-19
runtime: use mincore to detect physical page size as last resort on Android
Shenghou Ma
2016-11-29
runtime: fall back to /proc/self/auxv in Android libs
Austin Clements
2016-11-29
runtime: extract Linux auxv handling
Austin Clements
2016-11-16
runtime/cgo: use libc for sigaction syscalls when possible
Bryan C. Mills
2016-11-01
runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2
Carlos Eduardo Seo
2016-10-19
runtime: get s390x vector facility availability from AT_HWCAP
Michael Munday
2016-10-05
runtime: don't call cgocallback from signal handler
Ian Lance Taylor
[prev]
[next]