about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* rt: Rework lio_listio implementationFlorian Weimer2021-06-255-259/+287
* Linux: Move aio_write, aio_write64 into libcFlorian Weimer2021-06-2568-79/+181
* Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer2021-06-2567-90/+197
* Linux: Move aio_return, aio_return64 into libcFlorian Weimer2021-06-2565-64/+147
* Linux: Move aio_read, aio_read64 into libcFlorian Weimer2021-06-2568-78/+180
* Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer2021-06-2565-67/+147
* Linux: Move aio_error, aio_error64 into libcFlorian Weimer2021-06-2565-67/+150
* Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer2021-06-2572-103/+284
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-2573-93/+222
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2021-06-251-4/+3
* elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer2021-06-253-6/+15
* elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer2021-06-251-64/+60
* * NEWS: Clarify _TIME_BITS change.Paul Eggert2021-06-241-1/+3
* x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein2021-06-241-7/+0
* String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein2021-06-241-0/+4
* Consolidate pthread_atforkAdhemerval Zanella2021-06-249-75/+18
* posix: Do not clobber errno by atfork handlersAdhemerval Zanella2021-06-241-0/+6
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-2410-297/+378
* support: Add xcloneAdhemerval Zanella2021-06-243-0/+85
* x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella2021-06-244-4/+46
* x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu2021-06-231-2/+5
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2021-06-232-38/+107
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2021-06-232-37/+98
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2021-06-233-3/+130
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-236-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2021-06-234-242/+262
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-232-3/+6
* nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella2021-06-232-1/+13
* doc: _TIME_BITS defaults may changePaul Eggert2021-06-232-30/+29
* More mcheck -> malloc-check refactoringSiddhesh Poyarekar2021-06-232-23/+27
* Add NEWS item for gconv-modules.d changeSiddhesh Poyarekar2021-06-231-0/+8
* 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