aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-23x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu1-2/+5
2021-06-23x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2-38/+107
2021-06-23x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2-37/+98
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein3-3/+130
2021-06-23x86-64: Add wcslen optimize for sse4.1Noah Goldstein6-36/+63
2021-06-23x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu4-242/+262
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella2-3/+6
2021-06-23nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella2-1/+13
2021-06-23doc: _TIME_BITS defaults may changePaul Eggert2-30/+29
2021-06-23More mcheck -> malloc-check refactoringSiddhesh Poyarekar2-23/+27
2021-06-23Add NEWS item for gconv-modules.d changeSiddhesh Poyarekar1-0/+8
2021-06-23Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar1-1/+8
2021-06-23iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar1-115/+13
2021-06-23gconv_conf: Split out configuration file processingSiddhesh Poyarekar2-126/+164
2021-06-23gconv_conf: Remove unused variablesSiddhesh Poyarekar1-14/+10
2021-06-23iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar2-14/+20
2021-06-22Remove unsused symbols from nptl/VersionsAndreas Schwab1-6/+0
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella3-36/+59
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2-26/+50
2021-06-22linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella1-13/+18
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella3-9/+36
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2-16/+29
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella4-17/+85
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella3-13/+48
2021-06-22linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella3-28/+56
2021-06-22linux: timerfd_gettime minor cleanupAdhemerval Zanella1-5/+4
2021-06-22linux: Remove time64-supportAdhemerval Zanella3-94/+1
2021-06-22linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella1-10/+4
2021-06-22linux: Remove supports_time64 () from clock_getresAdhemerval Zanella1-11/+5
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella4-50/+68
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella5-91/+94
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella3-25/+39
2021-06-22support: Add support_create_timerAdhemerval Zanella3-0/+81
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella35-109/+106
2021-06-22malloc: Drop __malloc_initialized from VersionsSiddhesh Poyarekar1-1/+1
2021-06-22tst-mcheck: Rename to tst-malloc-checkSiddhesh Poyarekar2-3/+3
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer7-1/+8
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer21-21/+21
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer44-2544/+2017
2021-06-21rt: Move shm_unlink into libcFlorian Weimer67-35/+77
2021-06-21rt: Move shm_open into libcFlorian Weimer67-41/+86
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2-53/+16
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer2-67/+29
2021-06-21Fix librt-routines-var issues for !PTHREAD_IN_LIBCFlorian Weimer2-2/+2
2021-06-21rt: Lexicographically sort Versions file; librt-routines in MakefileFlorian Weimer2-26/+65
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer4-3/+66
2021-06-17Makeconfig: Fix time64-compat.mk targetSiddhesh Poyarekar1-4/+4
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer34-0/+70
2021-06-15s390x: Align child stack while clone. [BZ #27968]Stefan Liebler2-6/+10
2021-06-15y2038: Add test coverageAdhemerval Zanella80-30/+385