summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_vdso.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-2/+1
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-171-135/+70
* amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov2022-01-021-2/+2
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-231-1/+5
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix the last few cases that grab without busy or valid. The grab functions mustJeff Roberson2019-12-021-2/+3
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-301-8/+8
* Fix usage of the same 'i' variable in the external and nested loops.Dmitry Chagin2017-03-141-2/+2
* Add 64 bit support to the vdso.Dmitry Chagin2015-05-241-1/+5
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-0/+240