aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_vdso.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* linux(4): Update my copyrights, add SPDX tagDmitry Chagin2023-08-171-12/+14
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-4/+2
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-2/+1
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-201-137/+73
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-161-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