about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* rt: Move shm_open into libcFlorian Weimer2021-06-2167-41/+86
* rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2021-06-212-53/+16
* rt: Replace generic stub of shm_open with the posix versionFlorian Weimer2021-06-212-67/+29
* Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer2021-06-212-2/+2
* rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer2021-06-212-26/+65
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-06-174-3/+66
* Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar2021-06-171-4/+4
* nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer2021-06-1534-0/+70
* s390x: Align child stack while clone. [BZ #27968]Stefan Liebler2021-06-152-6/+10
* y2038: Add test coverageAdhemerval Zanella2021-06-1580-30/+385
* libsupport: Add 64-bit time_t support for stat functionsAdhemerval Zanella2021-06-155-0/+112
* libsupport: Add 64-bit time_t support for time functionsAdhemerval Zanella2021-06-1511-19/+205
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-1525-6/+141
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-1524-6/+227
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-1535-40/+307
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-15118-60/+2386
* time: Add 64-bit time support for getdateAdhemerval Zanella2021-06-154-25/+25
* y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella2021-06-155-16/+175
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-06-158-26/+68
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-06-159-14/+61
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-06-158-28/+81
* y2038: Use a common definition for statLukasz Majewski2021-06-1510-243/+320
* y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella2021-06-151-0/+31
* y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella2021-06-151-0/+5
* y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella2021-06-151-1/+6
* y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella2021-06-151-0/+5
* y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella2021-06-151-0/+4
* linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-2/+15
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-1511-7/+167
* linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella2021-06-147-15/+276
* linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2021-06-142-0/+4
* linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+4
* linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+37
* Reinstate gconv-modules as the default configuration fileSiddhesh Poyarekar2021-06-143-21/+23
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-1010-13/+59
* io: Fix sporadic test failures in io/tst-statFlorian Weimer2021-06-102-5/+6
* nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella2021-06-091-7/+4
* nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella2021-06-093-11/+15
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-098-71/+50
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-098-170/+35
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-0914-63/+34
* nptl: Remove CANCELING_BITMASKAdhemerval Zanella2021-06-094-106/+36
* nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella2021-06-094-45/+28
* nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella2021-06-093-88/+80
* Remove stale references to libdl.aFlorian Weimer2021-06-093-8/+1
* Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler2021-06-091-2/+0
* iconvdata: Split out non-essential gconv module configurationSiddhesh Poyarekar2021-06-093-1858/+1890
* iconvdata: Move gconv-modules configuration to gconv-modules.confSiddhesh Poyarekar2021-06-095-22/+44
* gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar2021-06-091-6/+43
* iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar2021-06-091-6/+44