History log of /freebsd-10-stable/sys/compat/linux/linux_vdso.h
Revision Date Author Comments
# 293523 09-Jan-2016 dchagin

MFC r283417:

Add 64 bit support to the vdso.


# 293514 09-Jan-2016 dchagin

MFC r283407:

Implement vdso - virtual dynamic shared object. Through vdso Linux
exposes functions from kernel with proper DWARF CFI information so that
it becomes easier to unwind through them.
Using vdso is a mandatory for a thread cancelation && cleanup
on a modern glibc.