aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/time.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-19y2038: linux: Provide __time64 implementationLukasz Majewski1-1/+3
2020-01-03linux: Consolidate time implementationAdhemerval Zanella1-30/+2
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella1-4/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-51/+20
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella1-1/+1
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella1-1/+1
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella1-3/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-21Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-07ppc: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler1-33/+34
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-20PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella1-2/+5
2014-01-16PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella1-2/+18
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-08PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella1-0/+2
2013-05-03PowerPC: Add time vDSO supportAdhemerval Zanella1-0/+62