Age | Commit message (Expand) | Author |
2021-06-25 | Linux: Move mq_open, __mq_open_2 from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_notify from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_getattr from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_setattr from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_close from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move lio_listio, lio_listio64 from librt to libc | Florian Weimer |
2021-06-25 | rt: Rework lio_listio implementation | Florian Weimer |
2021-06-25 | Linux: Move aio_write, aio_write64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc | Florian Weimer |
2021-06-25 | Linux: Move aio_return, aio_return64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_read, aio_read64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_fsync, aio_fsync64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_error, aio_error64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_cancel, aio_cancel64 into libc | Florian Weimer |
2021-06-25 | Linux: Move aio_init from librt into libc | Florian Weimer |
2021-06-25 | support: Fix xclone build failures on ia64 and hppa | Florian Weimer |
2021-06-25 | elf: Disable most of TLS modid gaps processing [BZ #27135] | Florian Weimer |
2021-06-25 | elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046] | Florian Weimer |
2021-06-24 | * NEWS: Clarify _TIME_BITS change. | Paul Eggert |
2021-06-24 | x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S | Noah Goldstein |
2021-06-24 | String: Add three more overflow tests cases to test-strnlen.c | Noah Goldstein |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella |
2021-06-24 | posix: Do not clobber errno by atfork handlers | Adhemerval Zanella |
2021-06-24 | posix: Consolidate fork implementation | Adhemerval Zanella |
2021-06-24 | support: Add xclone | Adhemerval Zanella |
2021-06-24 | x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873) | Adhemerval Zanella |
2021-06-23 | x86: Copy IBT and SHSTK usable only if CET is enabled | H.J. Lu |
2021-06-23 | x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974] | Noah Goldstein |
2021-06-23 | x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974] | Noah Goldstein |
2021-06-23 | String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974] | Noah Goldstein |
2021-06-23 | x86-64: Add wcslen optimize for sse4.1 | Noah Goldstein |
2021-06-23 | x86-64: Move strlen.S to multiarch/strlen-vec.S | H.J. Lu |
2021-06-23 | hurd: Fix build after 52a5fe70a2 | Adhemerval Zanella |
2021-06-23 | nptl: Use SA_RESTART for SIGCANCEL handler | Adhemerval Zanella |
2021-06-23 | doc: _TIME_BITS defaults may change | Paul Eggert |
2021-06-23 | More mcheck -> malloc-check refactoring | Siddhesh Poyarekar |
2021-06-23 | Add NEWS item for gconv-modules.d change | Siddhesh Poyarekar |
2021-06-23 | Handle DT_UNKNOWN in gconv-modules.d | Siddhesh Poyarekar |
2021-06-23 | iconvconfig: Use common gconv module parsing function | Siddhesh Poyarekar |
2021-06-23 | gconv_conf: Split out configuration file processing | Siddhesh Poyarekar |
2021-06-23 | gconv_conf: Remove unused variables | Siddhesh Poyarekar |
2021-06-23 | iconv: Remove alloca use in gconv-modules configuration parsing | Siddhesh Poyarekar |
2021-06-22 | Remove unsused symbols from nptl/Versions | Andreas Schwab |
2021-06-22 | linux: Only use 64-bit syscall if required for clock_nanosleep | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for internal futex | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for utimensat family | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for sigtimedwait | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedsend | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for mq_timedreceive | Adhemerval Zanella |
2021-06-22 | linux: Only use 64-bit syscall if required for timerfd_settime | Adhemerval Zanella |