summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_vdso.c
AgeCommit message (Expand)Author
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-17linux(4): Update my copyrights, add SPDX tagDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
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
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-02Fix the last few cases that grab without busy or valid. The grab functions mustJeff Roberson
2017-07-30Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin
2017-03-14Fix usage of the same 'i' variable in the external and nested loops.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