Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-10-01 | Clean 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-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-09-07 | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | |
2011-08-21 | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | |
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich 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.c | Ulrich 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. |