2021-07-02 |
Florian Weimer | resolv: Move libanl into libc (if libpthread is in... |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Pedro Franco... | powerpc: optimize strcpy/stpcpy for POWER9/10 |
commit | commitdiff | tree | snapshot |
2021-07-01 |
H.J. Lu | soft-fp: Add __extendhfxf2 and __truncxfhf2 |
commit | commitdiff | tree | snapshot |
2021-07-01 |
H.J. Lu | x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033] |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Joseph Myers | Update syscall lists for Linux 5.13 |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Stefan Liebler | s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000... |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Stefan Liebler | Fix extra PLT reference in libc.so due to __glob64_time... |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Wilco Dijkstra | AArch64: Add hp-timing.h |
commit | commitdiff | tree | snapshot |
2021-07-01 |
Wilco Dijkstra | AArch64: Improve strnlen performance |
commit | commitdiff | tree | snapshot |
2021-06-30 |
Florian Weimer | Linux: Avoid calling malloc indirectly from __get_nprocs |
commit | commitdiff | tree | snapshot |
2021-06-30 |
Joseph Myers | Use Linux 5.13 in build-many-glibcs.py |
commit | commitdiff | tree | snapshot |
2021-06-30 |
Florian Weimer | login: Move libutil into libc |
commit | commitdiff | tree | snapshot |
2021-06-30 |
Florian Weimer | login: Rework hidden prototypes for __setutent, __utmpn... |
commit | commitdiff | tree | snapshot |
2021-06-30 |
Florian Weimer | login: Hidden prototypes for _getpt, __ptsname_r, grant... |
commit | commitdiff | tree | snapshot |
2021-06-29 |
Florian Weimer | nptl_db: Re-use the ELF-to-abilist converter for ABI... |
commit | commitdiff | tree | snapshot |
2021-06-29 |
Andreas Roeseler | Add RFC 8335 Definitions from Linux 5.13 |
commit | commitdiff | tree | snapshot |
2021-06-29 |
Florian Weimer | nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_... |
commit | commitdiff | tree | snapshot |
2021-06-29 |
Stefan Liebler | s390x: Update math: redirect roundeven function |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Adhemerval... | posix: Add _Fork [BZ #4737] |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | nptl: Add glibc.pthread.stack_cache_size tunable |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | nptl: Export libthread_db-used symbols under GLIBC_PRIVATE |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | nptl: Rename nptl_version to __nptl_version |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | nptl_db: Clean up main/rtld variable handling |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Szabolcs Nagy | arm: align stack in clone [BZ 28020] |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Cleanups after librt move |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Move timer_settime, __timer_settime64 from librt... |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Move timer_gettime, __timer_gettime64 from librt... |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Move timer_getoverrun from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Move timer_create, timer_delete from librt to... |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix... |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Install shared objects under their ABI names |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | elf: Generalize name-based DSO recognition in ldconfig |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | Makerules: Remove lib-version, $(subdir-version) |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Florian Weimer | nptl_db: Install libthread_db under a regular implement... |
commit | commitdiff | tree | snapshot |
2021-06-28 |
Siddhesh Poyarekar | iconvconfig: Fix multiple issues |
commit | commitdiff | tree | snapshot |
2021-06-27 |
Andreas Schwab | wordexp: handle overflow in positional parameter number... |
commit | commitdiff | tree | snapshot |
2021-06-27 |
H.J. Lu | Update math: redirect roundeven function |
commit | commitdiff | tree | snapshot |
2021-06-27 |
Shen-Ta Hsieh | Use GCC builtins for roundeven functions if desired. |
commit | commitdiff | tree | snapshot |
2021-06-27 |
Shen-Ta Hsieh | x86_64: roundeven with sse4.1 support |
commit | commitdiff | tree | snapshot |
2021-06-27 |
Shen-Ta Hsieh | math: redirect roundeven function |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move timer helper routines from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_unlink from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_send, mq_timedsend, __mq_timedsend_time6... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_receive, mq_timedreceive, __mq_timedrece... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_open, __mq_open_2 from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_notify from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_getattr from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_setattr from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move mq_close from librt to libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move lio_listio, lio_listio64 from librt to... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | rt: Rework lio_listio implementation |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_write, aio_write64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_suspend, aio_suspend64, __aio_suspend_t... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_return, aio_return64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_read, aio_read64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_fsync, aio_fsync64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_error, aio_error64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_cancel, aio_cancel64 into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | Linux: Move aio_init from librt into libc |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | support: Fix xclone build failures on ia64 and hppa |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | elf: Disable most of TLS modid gaps processing [BZ... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Florian Weimer | elf: Fix glibc-hwcaps priorities with cache flags misma... |
commit | commitdiff | tree | snapshot |
2021-06-25 |
Paul Eggert | * NEWS: Clarify _TIME_BITS change. |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Noah Goldstein | x86: Remove unnecessary overflow check from wcsnlen... |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Noah Goldstein | String: Add three more overflow tests cases to test... |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Adhemerval... | Consolidate pthread_atfork |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Adhemerval... | posix: Do not clobber errno by atfork handlers |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Adhemerval... | posix: Consolidate fork implementation |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Adhemerval... | support: Add xclone |
commit | commitdiff | tree | snapshot |
2021-06-24 |
Adhemerval... | x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873) |
commit | commitdiff | tree | snapshot |
2021-06-24 |
H.J. Lu | x86: Copy IBT and SHSTK usable only if CET is enabled |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Noah Goldstein | x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen... |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Noah Goldstein | x86: Fix overflow bug with wmemchr-sse2 and wmemchr... |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Noah Goldstein | String: Add overflow tests for strnlen, memchr, and... |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Noah Goldstein | x86-64: Add wcslen optimize for sse4.1 |
commit | commitdiff | tree | snapshot |
2021-06-23 |
H.J. Lu | x86-64: Move strlen.S to multiarch/strlen-vec.S |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Adhemerval... | hurd: Fix build after 52a5fe70a2 |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Adhemerval... | nptl: Use SA_RESTART for SIGCANCEL handler |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Paul Eggert | doc: _TIME_BITS defaults may change |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | More mcheck -> malloc-check refactoring |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | Add NEWS item for gconv-modules.d change |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | Handle DT_UNKNOWN in gconv-modules.d |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | iconvconfig: Use common gconv module parsing function |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | gconv_conf: Split out configuration file processing |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | gconv_conf: Remove unused variables |
commit | commitdiff | tree | snapshot |
2021-06-23 |
Siddhesh Poyarekar | iconv: Remove alloca use in gconv-modules configuration... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Andreas Schwab | Remove unsused symbols from nptl/Versions |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for clock_na... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for internal... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for utimensa... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for sigtimedwait |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for mq_timedsend |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for mq_timed... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for timerfd_... |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for semtimedop |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: timerfd_gettime minor cleanup |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Remove time64-support |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Remove supports_time64 () from clock_gettime |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Remove supports_time64 () from clock_getres |
commit | commitdiff | tree | snapshot |
2021-06-22 |
Adhemerval... | linux: Only use 64-bit syscall if required for select |
commit | commitdiff | tree | snapshot |
next |