aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_vdso.c
Commit message (Expand)AuthorAgeFilesLines
* 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