K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-01-09T15:44:38.091468Z K 7 svn:log V 276 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. END