Age | Commit message (Expand) | Author |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer |
2021-06-28 | Linux: Move timer_settime, __timer_settime64 from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_gettime, __timer_gettime64 from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_getoverrun from librt to libc | Florian Weimer |
2021-06-28 | Linux: Move timer_create, timer_delete from librt to libc | Florian Weimer |
2021-06-28 | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h | Florian Weimer |
2021-06-28 | Install shared objects under their ABI names | Florian Weimer |
2021-06-28 | elf: Generalize name-based DSO recognition in ldconfig | Florian Weimer |
2021-06-28 | Makerules: Remove lib-version, $(subdir-version) | Florian Weimer |
2021-06-28 | nptl_db: Install libthread_db under a regular implementation name | Florian Weimer |
2021-06-28 | iconvconfig: Fix multiple issues | Siddhesh Poyarekar |
2021-06-27 | wordexp: handle overflow in positional parameter number (bug 28011) | Andreas Schwab |
2021-06-27 | Update math: redirect roundeven function | H.J. Lu |
2021-06-27 | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh |
2021-06-27 | x86_64: roundeven with sse4.1 support | Shen-Ta Hsieh |
2021-06-27 | math: redirect roundeven function | Shen-Ta Hsieh |
2021-06-25 | Linux: Move timer helper routines from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_unlink from librt to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc | Florian Weimer |
2021-06-25 | Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc | Florian Weimer |
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 |