aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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