about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/init-first.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2011-09-071-0/+7
|
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-211-22/+2
|
* Add support for time syscall in vDSOUlrich Drepper2011-05-281-0/+10
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-271-1/+11
|
* * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):Ulrich Drepper2007-12-151-2/+2
| | | | | Return long. (__vdso_clock_gettime): Likewise.
* * sysdeps/unix/sysv/linux/x86_64/init-first.cUlrich Drepper2007-08-241-2/+4
| | | | | (_libc_vdso_platform_setup): Avoid using exported variable by using alias.
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-201-0/+49
* 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.