aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer4-4/+72
2021-06-28Makerules: Remove lib-version, $(subdir-version)Florian Weimer1-22/+4
2021-06-28nptl_db: Install libthread_db under a regular implementation nameFlorian Weimer1-2/+0
2021-06-28iconvconfig: Fix multiple issuesSiddhesh Poyarekar2-16/+10
2021-06-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-06-27Update math: redirect roundeven functionH.J. Lu5-2/+5
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh6-0/+22
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh7-2/+118
2021-06-27math: redirect roundeven functionShen-Ta Hsieh6-2/+10
2021-06-25Linux: Move timer helper routines from librt to libcFlorian Weimer7-50/+64
2021-06-25Linux: Move mq_unlink from librt to libcFlorian Weimer66-34/+100
2021-06-25Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer68-99/+196
2021-06-25Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer68-97/+200
2021-06-25Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer66-64/+178
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer68-68/+101
2021-06-25Linux: Move mq_getattr from librt to libcFlorian Weimer65-33/+75
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer67-34/+108
2021-06-25Linux: Move mq_close from librt to libcFlorian Weimer65-32/+79
2021-06-25Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer66-105/+248
2021-06-25rt: Rework lio_listio implementationFlorian Weimer5-259/+287
2021-06-25Linux: Move aio_write, aio_write64 into libcFlorian Weimer68-79/+181
2021-06-25Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer67-90/+197
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer65-64/+147
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer68-78/+180
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer65-67/+147
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer65-67/+150
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer72-103/+284
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer73-93/+222
2021-06-25support: Fix xclone build failures on ia64 and hppaFlorian Weimer1-4/+3
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer3-6/+15
2021-06-25elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer1-64/+60
2021-06-24* NEWS: Clarify _TIME_BITS change.Paul Eggert1-1/+3
2021-06-24x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein1-7/+0
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein1-0/+4
2021-06-24Consolidate pthread_atforkAdhemerval Zanella9-75/+18
2021-06-24posix: Do not clobber errno by atfork handlersAdhemerval Zanella1-0/+6
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella10-297/+378
2021-06-24support: Add xcloneAdhemerval Zanella3-0/+85
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella4-4/+46
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