| Commit message (Expand) | Author | Age | Files | Lines |
* | wordexp: handle overflow in positional parameter number (bug 28011) | Andreas Schwab | 2021-06-27 | 2 | -1/+2 |
* | Update math: redirect roundeven function | H.J. Lu | 2021-06-27 | 5 | -2/+5 |
* | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh | 2021-06-27 | 6 | -0/+22 |
* | x86_64: roundeven with sse4.1 support | Shen-Ta Hsieh | 2021-06-27 | 7 | -2/+118 |
* | math: redirect roundeven function | Shen-Ta Hsieh | 2021-06-27 | 6 | -2/+10 |
* | Linux: Move timer helper routines from librt to libc | Florian Weimer | 2021-06-25 | 7 | -50/+64 |
* | Linux: Move mq_unlink from librt to libc | Florian Weimer | 2021-06-25 | 66 | -34/+100 |
* | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer | 2021-06-25 | 68 | -99/+196 |
* | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer | 2021-06-25 | 68 | -97/+200 |
* | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer | 2021-06-25 | 66 | -64/+178 |
* | Linux: Move mq_notify from librt to libc | Florian Weimer | 2021-06-25 | 68 | -68/+101 |
* | Linux: Move mq_getattr from librt to libc | Florian Weimer | 2021-06-25 | 65 | -33/+75 |
* | Linux: Move mq_setattr from librt to libc | Florian Weimer | 2021-06-25 | 67 | -34/+108 |
* | Linux: Move mq_close from librt to libc | Florian Weimer | 2021-06-25 | 65 | -32/+79 |
* | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer | 2021-06-25 | 66 | -105/+248 |
* | rt: Rework lio_listio implementation | Florian Weimer | 2021-06-25 | 5 | -259/+287 |
* | Linux: Move aio_write, aio_write64 into libc | Florian Weimer | 2021-06-25 | 68 | -79/+181 |
* | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer | 2021-06-25 | 67 | -90/+197 |
* | Linux: Move aio_return, aio_return64 into libc | Florian Weimer | 2021-06-25 | 65 | -64/+147 |
* | Linux: Move aio_read, aio_read64 into libc | Florian Weimer | 2021-06-25 | 68 | -78/+180 |
* | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer | 2021-06-25 | 65 | -67/+147 |
* | Linux: Move aio_error, aio_error64 into libc | Florian Weimer | 2021-06-25 | 65 | -67/+150 |
* | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer | 2021-06-25 | 72 | -103/+284 |
* | Linux: Move aio_init from librt into libc | Florian Weimer | 2021-06-25 | 73 | -93/+222 |
* | support: Fix xclone build failures on ia64 and hppa | Florian Weimer | 2021-06-25 | 1 | -4/+3 |
* | elf: Disable most of TLS modid gaps processing [BZ #27135] | Florian Weimer | 2021-06-25 | 3 | -6/+15 |
* | elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046] | Florian Weimer | 2021-06-25 | 1 | -64/+60 |
* | * NEWS: Clarify _TIME_BITS change. | Paul Eggert | 2021-06-24 | 1 | -1/+3 |
* | x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S | Noah Goldstein | 2021-06-24 | 1 | -7/+0 |
* | String: Add three more overflow tests cases to test-strnlen.c | Noah Goldstein | 2021-06-24 | 1 | -0/+4 |
* | Consolidate pthread_atfork | Adhemerval Zanella | 2021-06-24 | 9 | -75/+18 |
* | posix: Do not clobber errno by atfork handlers | Adhemerval Zanella | 2021-06-24 | 1 | -0/+6 |
* | posix: Consolidate fork implementation | Adhemerval Zanella | 2021-06-24 | 10 | -297/+378 |
* | support: Add xclone | Adhemerval Zanella | 2021-06-24 | 3 | -0/+85 |
* | x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873) | Adhemerval Zanella | 2021-06-24 | 4 | -4/+46 |
* | x86: Copy IBT and SHSTK usable only if CET is enabled | H.J. Lu | 2021-06-23 | 1 | -2/+5 |
* | x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974] | Noah Goldstein | 2021-06-23 | 2 | -38/+107 |
* | x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974] | Noah Goldstein | 2021-06-23 | 2 | -37/+98 |
* | String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974] | Noah Goldstein | 2021-06-23 | 3 | -3/+130 |
* | x86-64: Add wcslen optimize for sse4.1 | Noah Goldstein | 2021-06-23 | 6 | -36/+63 |
* | x86-64: Move strlen.S to multiarch/strlen-vec.S | H.J. Lu | 2021-06-23 | 4 | -242/+262 |
* | hurd: Fix build after 52a5fe70a2 | Adhemerval Zanella | 2021-06-23 | 2 | -3/+6 |
* | nptl: Use SA_RESTART for SIGCANCEL handler | Adhemerval Zanella | 2021-06-23 | 2 | -1/+13 |
* | doc: _TIME_BITS defaults may change | Paul Eggert | 2021-06-23 | 2 | -30/+29 |
* | More mcheck -> malloc-check refactoring | Siddhesh Poyarekar | 2021-06-23 | 2 | -23/+27 |
* | Add NEWS item for gconv-modules.d change | Siddhesh Poyarekar | 2021-06-23 | 1 | -0/+8 |
* | Handle DT_UNKNOWN in gconv-modules.d | Siddhesh Poyarekar | 2021-06-23 | 1 | -1/+8 |
* | iconvconfig: Use common gconv module parsing function | Siddhesh Poyarekar | 2021-06-23 | 1 | -115/+13 |
* | gconv_conf: Split out configuration file processing | Siddhesh Poyarekar | 2021-06-23 | 2 | -126/+164 |
* | gconv_conf: Remove unused variables | Siddhesh Poyarekar | 2021-06-23 | 1 | -14/+10 |