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
/
defs_linux.go
Age
Commit message (
Expand
)
Author
2025-09-18
runtime: use futexes with 64-bit time on Linux
Daniel Maslowski
2022-10-07
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
2022-09-30
Revert "runtime: move epoll syscalls to runtime/internal/syscall"
Michael Pratt
2022-09-30
runtime: move epoll syscalls to runtime/internal/syscall
Andrew Pogrebnoy
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
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-09-27
runtime: add timer_create syscalls for Linux
Rhys Hiltner
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2019-10-25
runtime: fix typo of MADV_NOHUGEPAGE
Meng Zhuo
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox