summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* timezone: Use LFS and 64 bit time_t for installed programsazanella/y2038Adhemerval Zanella2021-03-051-0/+1
* posix: Use LFS and 64 bit time_t for installed programsAdhemerval Zanella2021-03-051-1/+2
* nss: Use LFS and 64 bit time_t for installed programsAdhemerval Zanella2021-03-051-1/+10
* locale: Use LFS and 64 bit time_t for installed programsAdhemerval Zanella2021-03-051-0/+9
* iconv: Use LFS and 64 bit time_t for installed programsAdhemerval Zanella2021-03-051-0/+8
* elf: Use LFS and 64 bit time_t for installed programsAdhemerval Zanella2021-03-051-1/+12
* debug: build pcprofiledump with LFS and 64 bit time supportAdhemerval Zanella2021-03-051-0/+1
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-03-0537-121/+122
* y2038: Add test coverageAdhemerval Zanella2021-03-0568-24/+346
* libsupport: Add 64 bit time_t support for stat functionsAdhemerval Zanella2021-03-055-0/+112
* libsupport: Add 64 bit time_t support for time functionsAdhemerval Zanella2021-03-0510-19/+176
* io: Add ftw64 with 64 bit time_t supportAdhemerval Zanella2021-03-0525-6/+141
* io: Add fts64 with 64 bit time_t supportAdhemerval Zanella2021-03-0524-6/+227
* posix: Add glob64 with 64 bit time_t supportAdhemerval Zanella2021-03-0535-40/+306
* y2038: Add support for 64 bit time on legacy ABIsAdhemerval Zanella2021-03-05123-29/+2315
* time: Add 64 bit time support for getdateAdhemerval Zanella2021-03-053-24/+24
* y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella2021-03-055-16/+175
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-03-058-26/+66
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-03-059-14/+59
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-03-059-29/+80
* y2038: Use a common definition for statLukasz Majewski2021-03-059-220/+285
* y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella2021-03-051-0/+31
* y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella2021-03-051-0/+5
* y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella2021-03-051-4/+8
* y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella2021-03-051-0/+5
* y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella2021-03-051-0/+4
* linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-03-051-2/+15
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-03-0512-7/+169
* linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella2021-03-057-15/+273
* Remove __WORDSIZE_TIME64_COMPAT32Adhemerval Zanella2021-03-0516-38/+0
* login: Use 64-bit time on struct lastlog [BZ #25844]Adhemerval Zanella2021-03-0545-21/+369
* linux: Add pwrite64_nocancelAdhemerval Zanella2021-03-053-1/+34
* login: Add 64-bit time support to utmp/utmpxAdhemerval Zanella2021-03-05115-1117/+2108
* Add tests-container-internal rulesAdhemerval Zanella2021-03-053-7/+10
* support: Add 'touch' commandAdhemerval Zanella2021-03-051-0/+11
* Consolidate and simplify internal utmp definitionsAdhemerval Zanella2021-03-0510-154/+107
* login: Move gnu utmpx to default implementationAdhemerval Zanella2021-03-0513-120/+54
* login: Consolidate utmp and utmpx headersAdhemerval Zanella2021-03-0510-261/+239
* linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2021-03-052-0/+4
* linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2021-03-052-0/+4
* linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2021-03-052-0/+37
* linux: mips: Split libpthread.abilist in n32 and n64Adhemerval Zanella2021-03-052-0/+238
* posix: Add wait3 testsAdhemerval Zanella2021-03-054-191/+235
* io: Add basic tests for utimensatAdhemerval Zanella2021-03-052-1/+116
* time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella2021-03-051-61/+92
* time: Add basic timespec_get testsAdhemerval Zanella2021-03-052-1/+41
* time: Add timegm/timelocal basic testsAdhemerval Zanella2021-03-052-1/+96
* time: Add gmtime/gmtime_r testsAdhemerval Zanella2021-03-052-1/+127
* time: Add getitimer and setitimer basic testsAdhemerval Zanella2021-03-052-1/+176
* linux: Add lutimes testAdhemerval Zanella2021-03-052-1/+96