K 10 svn:author V 7 dchagin K 8 svn:date V 27 2013-03-17T15:35:23.737000Z K 7 svn:log V 262 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