about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar2021-06-231-1/+8
* iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar2021-06-231-115/+13
* gconv_conf: Split out configuration file processingSiddhesh Poyarekar2021-06-232-126/+164
* gconv_conf: Remove unused variablesSiddhesh Poyarekar2021-06-231-14/+10
* iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar2021-06-232-14/+20
* Remove unsused symbols from nptl/VersionsAndreas Schwab2021-06-221-6/+0
* linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella2021-06-223-36/+59
* linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2021-06-222-26/+50
* linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella2021-06-221-13/+18
* linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella2021-06-223-9/+36
* linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2021-06-222-16/+29
* linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella2021-06-224-17/+85
* linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella2021-06-223-13/+48
* linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella2021-06-223-28/+56
* linux: timerfd_gettime minor cleanupAdhemerval Zanella2021-06-221-5/+4
* linux: Remove time64-supportAdhemerval Zanella2021-06-223-94/+1
* 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