summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_vdso.h
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove include of sys/types.h from linux_vdso.hDmitry Chagin
2023-08-17linux(4): Update my copyrights, add SPDX tagDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-02-16linux: Unmap the VDSO page when unloadingMark Johnston
2017-07-30Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin
2015-05-24Add 64 bit support to the vdso.Dmitry Chagin
2015-05-24Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin