about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella2021-06-221-10/+4
* linux: Remove supports_time64 () from clock_getresAdhemerval Zanella2021-06-221-11/+5
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-224-50/+68
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-225-91/+94
* linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella2021-06-223-25/+39
* support: Add support_create_timerAdhemerval Zanella2021-06-223-0/+81
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-2235-109/+106
* malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar2021-06-221-1/+1
* tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2021-06-222-3/+3
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-227-1/+8
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-2221-21/+21
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-2244-2544/+2017
* rt: Move shm_unlink into libcFlorian Weimer2021-06-2167-35/+77
* 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