aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-25Linux: Move mq_unlink from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer
2021-06-25Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_getattr from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer
2021-06-25Linux: Move mq_close from librt to libcFlorian Weimer
2021-06-25Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer
2021-06-25rt: Rework lio_listio implementationFlorian Weimer
2021-06-25Linux: Move aio_write, aio_write64 into libcFlorian Weimer
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-25support: Fix xclone build failures on ia64 and hppaFlorian Weimer
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer
2021-06-25elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer
2021-06-24* NEWS: Clarify _TIME_BITS change.Paul Eggert
2021-06-24x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-24posix: Do not clobber errno by atfork handlersAdhemerval Zanella
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-24support: Add xcloneAdhemerval Zanella
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella
2021-06-23x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu
2021-06-23x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein
2021-06-23x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein
2021-06-23x86-64: Add wcslen optimize for sse4.1Noah Goldstein
2021-06-23x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella
2021-06-23nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella
2021-06-23doc: _TIME_BITS defaults may changePaul Eggert
2021-06-23More mcheck -> malloc-check refactoringSiddhesh Poyarekar
2021-06-23Add NEWS item for gconv-modules.d changeSiddhesh Poyarekar
2021-06-23Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar
2021-06-23iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar
2021-06-23gconv_conf: Split out configuration file processingSiddhesh Poyarekar
2021-06-23gconv_conf: Remove unused variablesSiddhesh Poyarekar
2021-06-23iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar
2021-06-22Remove unsused symbols from nptl/VersionsAndreas Schwab
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella