Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | linux: Only use 64-bit syscall if required for clock_nanosleep | Adhemerval Zanella | 2 | -15/+34 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 1 | -3/+3 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 19 | -0/+60 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 2 | -3/+206 |
2021-06-15 | time: Add 64-bit time support for getdate | Adhemerval Zanella | 2 | -22/+14 |
2021-06-15 | y2038: Add __USE_TIME_BITS64 support for struct timespec | Adhemerval Zanella | 1 | -1/+6 |
2021-06-15 | y2038: Add __USE_TIME_BITS64 support for struct timeval | Adhemerval Zanella | 1 | -0/+5 |
2021-06-15 | y2038: Add __USE_TIME_BITS64 support for time_t | Adhemerval Zanella | 1 | -0/+4 |
2021-05-18 | Do not declare asctime_r and ctime_r for C2X | Joseph Myers | 1 | -2/+2 |
2021-05-17 | Add C2X timespec_getres | Joseph Myers | 6 | -2/+96 |
2021-04-15 | time: Add 64 bit tests for getdate / getdate_r | Adhemerval Zanella | 1 | -61/+92 |
2021-04-15 | time: Add basic timespec_get tests | Adhemerval Zanella | 2 | -1/+42 |
2021-04-15 | time: Add timegm/timelocal basic tests | Adhemerval Zanella | 2 | -1/+96 |
2021-04-15 | time: Add gmtime/gmtime_r tests | Adhemerval Zanella | 2 | -1/+125 |
2021-04-15 | time: Add getitimer and setitimer basic tests | Adhemerval Zanella | 2 | -1/+176 |
2021-03-25 | Support for multiple versions in versioned_symbol, compat_symbol | Florian Weimer | 5 | -10/+5 |
2021-03-08 | tst: Add test for settimeofday | Lukasz Majewski | 2 | -1/+57 |
2021-03-08 | tst: Add test for clock_settime | Lukasz Majewski | 2 | -1/+46 |
2021-02-16 | tst: time: Provide Y2038 tests for mktime (tst-mktime4.c) | Lukasz Majewski | 2 | -1/+110 |
2021-02-16 | tst: Provide test for difftime | Lukasz Majewski | 2 | -1/+57 |
2021-02-16 | tst: Provide test for ctime | Lukasz Majewski | 2 | -1/+57 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 56 | -56/+56 |
2020-11-09 | linux: Allow adjtime with NULL argument [BZ #26833] | Adhemerval Zanella | 2 | -1/+46 |
2020-10-27 | Hurd: Fix ftime build | Adhemerval Zanella | 1 | -25/+4 |
2020-10-27 | time: Add 64-bit time_t support for ftime | Adhemerval Zanella | 4 | -16/+41 |
2020-10-27 | Reinstate ftime and add deprecate message on ftime usage | Adhemerval Zanella | 4 | -45/+63 |
2020-10-26 | Remove timing related checks of time/tst-cpuclock1 | Stefan Liebler | 1 | -59/+6 |
2020-10-16 | Move ftime to a compatibility symbol | Adhemerval Zanella | 4 | -77/+50 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2 | -3/+3 |
2020-08-04 | Sync mktime.c from Gnulib | Paul Eggert | 1 | -3/+3 |
2020-07-10 | Fix time/tst-cpuclock1 intermitent failures | Lucas A. M. Magalhaes | 1 | -30/+22 |
2020-05-15 | Update timezone code from tzcode 2020a | Paul Eggert | 1 | -1/+1 |
2020-05-05 | y2038: Export __clock_gettime64 to be usable in other libraries | Lukasz Majewski | 1 | -0/+1 |
2020-02-13 | alpha: Fix static gettimeofday symbol | Adhemerval Zanella | 1 | -1/+3 |
2020-02-12 | alpha: Use generic gettimeofday implementation | Adhemerval Zanella | 1 | -6/+0 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 55 | -55/+55 |
2019-11-11 | Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X. | Joseph Myers | 1 | -4/+4 |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 1 | -1/+1 |
2019-11-06 | nptl: Move nanosleep implementation to libc | Adhemerval Zanella | 1 | -0/+1 |
2019-10-31 | Sync time/mktime.c with gnulib | Paul Eggert | 1 | -1/+1 |
2019-10-30 | Make second argument of gettimeofday as 'void *' | Zack Weinberg | 2 | -13/+14 |
2019-10-30 | Use clock_gettime to implement gettimeofday. | Adhemerval Zanella | 1 | -10/+22 |
2019-10-30 | Use clock_gettime to implement timespec_get. | Zack Weinberg | 1 | -10/+4 |
2019-10-30 | Consolidate and deprecate ftime | Zack Weinberg | 3 | -18/+18 |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 2 | -2/+1 |
2019-10-30 | Use clock_gettime to implement time. | Adhemerval Zanella | 1 | -7/+6 |
2019-10-30 | Use clock_settime to implement settimeofday. | Zack Weinberg | 3 | -8/+52 |
2019-10-30 | Use clock_settime to implement stime; withdraw stime. | Zack Weinberg | 2 | -18/+13 |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 1 | -2/+1 |
2019-10-08 | Make tst-strftime2 and tst-strftime3 depend on locale generation | Gabriel F. T. Gomes | 1 | -0/+2 |