aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/init-first.c
AgeCommit message (Collapse)Author
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-01Clean up init-first.c files.Roland McGrath
2012-03-05 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):H.J. Lu
Replace gettimeofday with __vdso_gettimeofday. * sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with __vdso_clock_gettime and __vdso_getcpu. * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace time with __vdso_time.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper
2011-08-21Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper
2011-05-28Add support for time syscall in vDSOUlrich Drepper
2011-05-27Use getcpu definition from vDSO on x86-64Ulrich Drepper
2007-12-15* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):Ulrich Drepper
Return long. (__vdso_clock_gettime): Likewise.
2007-08-24* sysdeps/unix/sysv/linux/x86_64/init-first.cUlrich Drepper
(_libc_vdso_platform_setup): Avoid using exported variable by using alias.
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper
* sysdeps/unix/sysv/linux/init-first.c: Handle it here instead. * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to... * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file. * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code to... * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.