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
/
vdso_linux_amd64.go
Age
Commit message (
Expand
)
Author
2024-09-28
runtime: use vDSO for getrandom() on linux
Jason A. Donenfeld
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2020-09-30
runtime: don't crash if vsyscall and vdso are disabled on x86_64
Andrei Vagin
2018-03-27
runtime: use vDSO for clock_gettime on linux/arm64
Meng Zhuo
2018-03-05
runtime: rename vdso symbols to use camel case
Ian Lance Taylor
2018-03-03
runtime: remove unused __vdso_time_sym
Tobias Klauser
2018-02-15
runtime: move ELF structure definitions into own files
Tobias Klauser
2017-10-13
runtime: factor amd64 specifics from vdso_linux.go
Frank Somers
2017-10-11
runtime: move vdso_linux_amd64.go to vdso_linux.go
Frank Somers
2017-08-13
runtime: support DT_GNU_HASH in VDSO
Austin Clements
2016-04-16
runtime: common handling of _AT_RANDOM auxv
Austin Clements
2016-04-16
runtime: common auxv parser
Austin Clements
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2014-12-10
runtime: clean up & go-ify the hash function seeder
Keith Randall
2014-11-11
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox