freebsd-dev/sys/modules/linux
Dmitry Chagin bdc379344a 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.

Differential Revision:	https://reviews.freebsd.org/D1060
2015-05-24 15:28:17 +00:00
..
Makefile Implement vdso - virtual dynamic shared object. Through vdso Linux 2015-05-24 15:28:17 +00:00