aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_linux_amd64.go
AgeCommit message (Expand)Author
2020-09-30runtime: don't crash if vsyscall and vdso are disabled on x86_64Andrei Vagin
2018-03-27runtime: use vDSO for clock_gettime on linux/arm64Meng Zhuo
2018-03-05runtime: rename vdso symbols to use camel caseIan Lance Taylor
2018-03-03runtime: remove unused __vdso_time_symTobias Klauser
2018-02-15runtime: move ELF structure definitions into own filesTobias Klauser
2017-10-13runtime: factor amd64 specifics from vdso_linux.goFrank Somers
2017-10-11runtime: move vdso_linux_amd64.go to vdso_linux.goFrank Somers
2017-08-13runtime: support DT_GNU_HASH in VDSOAustin Clements
2016-04-16runtime: common handling of _AT_RANDOM auxvAustin Clements
2016-04-16runtime: common auxv parserAustin Clements
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2014-12-10runtime: clean up & go-ify the hash function seederKeith Randall
2014-11-11[dev.cc] runtime: convert operating system support code from C to GoRuss Cox