You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Weimer 30639e79d3 Linux: Cleanups after librt move 5 years ago
..
bits/types y2038: Add __USE_TIME_BITS64 support for struct timespec 5 years ago
sys y2038: Add support for 64-bit time on legacy ABIs 5 years ago
Depend * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 25 years ago
Makefile Linux: Cleanups after librt move 5 years ago
Versions Add C2X timespec_getres 5 years ago
adjtime.c Update copyright dates with scripts/update-copyrights 5 years ago
alt_digit.c Update copyright dates with scripts/update-copyrights 5 years ago
asctime.c Update copyright dates with scripts/update-copyrights 5 years ago
bug-asctime.c [BZ #1460] 21 years ago
bug-asctime_r.c [BZ #1468] 21 years ago
bug-getdate1.c support: Introduce new subdirectory for test infrastructure 9 years ago
bug-mktime1.c [BZ #2821] 20 years ago
bug-mktime4.c mktime: new test for mktime failure 8 years ago
clock.c Update copyright dates with scripts/update-copyrights 5 years ago
clock_getcpuclockid.c Support for multiple versions in versioned_symbol, compat_symbol 5 years ago
clock_getres.c Add C2X timespec_getres 5 years ago
clock_gettime.c Support for multiple versions in versioned_symbol, compat_symbol 5 years ago
clock_nanosleep.c Support for multiple versions in versioned_symbol, compat_symbol 5 years ago
clock_settime.c Support for multiple versions in versioned_symbol, compat_symbol 5 years ago
clocktest.c Add missing header files throughout the testsuite. 9 years ago
ctime.c Update copyright dates with scripts/update-copyrights 5 years ago
ctime_r.c Update copyright dates with scripts/update-copyrights 5 years ago
datemsk * time/Makefile (tst-getdate-ENV): Add TZDIR to environment. 25 years ago
difftime.c Update copyright dates with scripts/update-copyrights 5 years ago
dysize.c Update copyright dates with scripts/update-copyrights 5 years ago
era.c Update copyright dates with scripts/update-copyrights 5 years ago
ftime.c Update copyright dates with scripts/update-copyrights 5 years ago
getdate.c time: Add 64-bit time support for getdate 5 years ago
getitimer.c Update copyright dates with scripts/update-copyrights 5 years ago
gettimeofday.c Update copyright dates with scripts/update-copyrights 5 years ago
gmtime.c Update copyright dates with scripts/update-copyrights 5 years ago
lc-time-cleanup.c Update copyright dates with scripts/update-copyrights 5 years ago
localtime.c Update copyright dates with scripts/update-copyrights 5 years ago
mktime-internal.h Update copyright dates with scripts/update-copyrights 5 years ago
mktime.c Update copyright dates with scripts/update-copyrights 5 years ago
offtime.c Update copyright dates with scripts/update-copyrights 5 years ago
setitimer.c Update copyright dates with scripts/update-copyrights 5 years ago
settimeofday.c Update copyright dates with scripts/update-copyrights 5 years ago
settimezone.c Update copyright dates with scripts/update-copyrights 5 years ago
stime.c Update copyright dates with scripts/update-copyrights 5 years ago
strftime.c Update copyright dates with scripts/update-copyrights 5 years ago
strftime_l.c Update copyright dates with scripts/update-copyrights 5 years ago
strptime.c Update copyright dates with scripts/update-copyrights 5 years ago
strptime_l.c Update copyright dates with scripts/update-copyrights 5 years ago
test_time.c Update copyright dates with scripts/update-copyrights 5 years ago
time.c Update copyright dates with scripts/update-copyrights 5 years ago
time.h y2038: Add support for 64-bit time on legacy ABIs 5 years ago
timegm.c Update copyright dates with scripts/update-copyrights 5 years ago
timespec_get.c Update copyright dates with scripts/update-copyrights 5 years ago
timespec_getres.c Add C2X timespec_getres 5 years ago
tst-adjtime-time64.c y2038: Add test coverage 5 years ago
tst-adjtime.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-clock-time64.c y2038: Add test coverage 5 years ago
tst-clock.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-clock2-time64.c y2038: Add test coverage 5 years ago
tst-clock2.c Finish move of clock_* functions to libc. [BZ #24959] 7 years ago
tst-clock_nanosleep-time64.c y2038: Add test coverage 5 years ago
tst-clock_nanosleep.c linux: Only use 64-bit syscall if required for clock_nanosleep 5 years ago
tst-clock_settime-time64.c y2038: Add test coverage 5 years ago
tst-clock_settime.c tst: Add test for clock_settime 5 years ago
tst-cpuclock1-time64.c y2038: Add test coverage 5 years ago
tst-cpuclock1.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-ctime-time64.c y2038: Add test coverage 5 years ago
tst-ctime.c y2038: Add test coverage 5 years ago
tst-difftime-time64.c y2038: Add test coverage 5 years ago
tst-difftime.c tst: Provide test for difftime 5 years ago
tst-ftime.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-ftime_l.c Modify several tests to use test-skeleton.c 12 years ago
tst-getdate.c time: Add 64-bit time support for getdate 5 years ago
tst-gmtime-time64.c y2038: Add test coverage 5 years ago
tst-gmtime.c time: Add gmtime/gmtime_r tests 5 years ago
tst-itimer-time64.c y2038: Add test coverage 5 years ago
tst-itimer.c time: Add getitimer and setitimer basic tests 5 years ago
tst-mktime.c Modify several tests to use test-skeleton.c 12 years ago
tst-mktime2.c time/tst-mktime2: Improve test error reporting 8 years ago
tst-mktime3.c Modify several tests to use test-skeleton.c 12 years ago
tst-mktime4-time64.c y2038: Add test coverage 5 years ago
tst-mktime4.c tst: time: Provide Y2038 tests for mktime (tst-mktime4.c) 5 years ago
tst-posixtz.c Add missing header files throughout the testsuite. 9 years ago
tst-settimeofday-time64.c y2038: Add test coverage 5 years ago
tst-settimeofday.c tst: Add test for settimeofday 5 years ago
tst-strftime.c Fix BZ #18985 -- out of range data to strftime() causes a segfault 11 years ago
tst-strftime2.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-strftime3.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-strptime-whitespace.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-strptime.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-strptime2.c Split DIAG_* macros to new header libc-diag.h. 9 years ago
tst-strptime3.c time: ensure failing strptime() tests are reported correctly 11 years ago
tst-timegm-time64.c y2038: Add test coverage 5 years ago
tst-timegm.c time: Add timegm/timelocal basic tests 5 years ago
tst-timespec_get-time64.c y2038: Add test coverage 5 years ago
tst-timespec_get.c time: Add basic timespec_get tests 5 years ago
tst-timespec_getres-time64.c y2038: Add test coverage 5 years ago
tst-timespec_getres.c Add C2X timespec_getres 5 years ago
tst-tzname.c Update copyright dates with scripts/update-copyrights 5 years ago
tst-y2039-time64.c y2038: Add test coverage 5 years ago
tst-y2039.c y2038: Add test coverage 5 years ago
tst_wcsftime.c Don't use the argument to time. 7 years ago
tzfile.c Use 64 bit time_t stat internally 5 years ago
tzset.c Update copyright dates with scripts/update-copyrights 5 years ago
wcsftime.c Update copyright dates with scripts/update-copyrights 5 years ago
wcsftime_l.c Update copyright dates with scripts/update-copyrights 5 years ago