Richard Weinberger f1c2bb8b99 um: implement a x86_64 vDSO
Until now UML had no x86_64 vDSO.  So glibc always used the vsyscall page
for gettimeday() and friends.  Calls to gettimeday() returned falsely the
host time and confused some programs.

This patch adds a vDSO which turns all __vdso_* calls into a system call
so that UML can trap them.

As glibc still uses the vsyscall page for static binaries this patch
improves the situation only for dynamic binaries.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-25 20:57:13 -07:00
..
2011-07-25 20:57:12 -07:00
2007-10-16 09:43:05 -07:00
2009-04-01 08:59:17 -07:00
2011-03-17 14:02:57 +01:00
2011-07-25 20:57:13 -07:00
2011-03-31 11:26:23 -03:00
2009-04-21 13:41:50 -07:00
2011-04-28 11:28:21 -07:00