2023-04-03 |
Adhemerval Zanella... | benchtests: Add fmod benchmark
|
commit | commitdiff | tree |
2023-03-31 |
Alejandro Colomar | time: Fix strftime(3) API regarding nullability Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-30 |
Adhemerval Zanella | Update arm libm-tests-ulps
|
commit | commitdiff | tree |
2023-03-29 |
Adhemerval Zanella | malloc: Use C11 atomics on memusage
|
commit | commitdiff | tree |
2023-03-29 |
Adhemerval Zanella... | Remove --enable-tunables configure option
|
commit | commitdiff | tree |
2023-03-29 |
Adhemerval Zanella | Remove --disable-experimental-malloc option
|
commit | commitdiff | tree |
2023-03-28 |
Flavio Cruz | Allow building with --disable-nscd again
|
commit | commitdiff | tree |
2023-03-28 |
Joe Simmons-Talbott | system: Add "--" after "-c" for sh (BZ #28519) Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-28 |
Julian Squires | posix: Fix some crashes in wordexp [BZ #18096] Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-27 |
Romain Geissler | elf: Take into account ${sysconfdir} in elf/tst-ldconfig... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-27 |
Romain Geissler | Fix tst-glibc-hwcaps-prepend-cache with custom configure... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-27 |
Romain Geissler | Fix tst-ldconfig-ld_so_conf-update with custom configure... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-27 |
Romain Geissler | support: introduce support_sysconfdir_prefix Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-27 |
Adhemerval Zanella... | Remove set-hooks.h from generic includes
|
commit | commitdiff | tree |
2023-03-27 |
Adhemerval Zanella... | Remove --with-default-link configure option
|
commit | commitdiff | tree |
2023-03-27 |
Adhemerval Zanella... | libio: Remove the usage of __libc_IO_vtables
|
commit | commitdiff | tree |
2023-03-27 |
Adhemerval Zanella... | libio: Do not autogenerate stdio_lim.h
|
commit | commitdiff | tree |
2023-03-27 |
Adhemerval Zanella... | Move libc_freeres_ptrs and libc_subfreeres to hidden...
|
commit | commitdiff | tree |
2023-03-10 |
Kacper Piwiński | linux: fix ntp_gettime abi break (BZ# 30156) Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-08 |
Robert Morell | malloc: Fix transposed arguments in sysmalloc_mmap_fallback... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-08 |
abushwang | rt: fix shm_open not set ENAMETOOLONG when name exceeds... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-08 |
Adhemerval Zanella... | posix: Ensure the initial signal disposition for tst...
|
commit | commitdiff | tree |
2023-03-08 |
Adam Yi | hurd: fix build of tst-system.c Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-07 |
Adam Yi | posix: Fix system blocks SIGCHLD erroneously [BZ #30163] Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-03-02 |
Adhemerval Zanella... | arm: Remove __builtin_arm_uqsub8 usage on string-fza.h
|
commit | commitdiff | tree |
2023-03-02 |
Adhemerval Zanella... | alpha: Remove strncmp optimization
|
commit | commitdiff | tree |
2023-03-02 |
Adhemerval Zanella... | powerpc: Remove powerpc64 strncmp variants
|
commit | commitdiff | tree |
2023-03-02 |
Adhemerval Zanella... | powerpc: Remove strncmp variants
|
commit | commitdiff | tree |
2023-02-28 |
Adhemerval Zanella | crypt: Remove invalid end of page test badsalttest
|
commit | commitdiff | tree |
2023-02-27 |
Xi Ruoyao | LoongArch: Add math-barriers.h Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-27 |
Paul Eggert | cdefs.h: fix "__clang_major" typo Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | s390: Fix build for -march=z13
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | arm: Support gcc older than 10 for find_zero_all
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | Linux: Remove generic Implies
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | Linux: Remove unused generic Makefile
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | Linux: Assume and consolidate getpeername wire-up syscall
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | Linux: Assume and consolidate getsockname wire-up syscall
|
commit | commitdiff | tree |
2023-02-20 |
Adhemerval Zanella | Linux: Move wordsize-32 Version to default
|
commit | commitdiff | tree |
2023-02-20 |
Joan Bruguera | elf: Restore ldconfig libc6 implicit soname logic ... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-20 |
Vitaly Buka | stdlib: Undo post review change to 16adc58e73f3 [BZ... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-17 |
Qihao Chencao | Use uintptr_t instead of performing pointer subtraction... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-17 |
Pavel Kozlov | ARC:fpu: add extra capability check before use of sqrt... Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-17 |
Pavel Kozlov | ARC: align child stack in clone Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | string: Remove string_private.h
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | iconv: Remove _STRING_ARCH_unaligned usage
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | iconv: Remove _STRING_ARCH_unaligned usage for get...
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | resolv: Remove _STRING_ARCH_unaligned usage
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | nscd: Remove _STRING_ARCH_unaligned usage
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | stdlib: Simplify getenv
|
commit | commitdiff | tree |
2023-02-17 |
Adhemerval Zanella | crypto: Remove _STRING_ARCH_unaligned usage
|
commit | commitdiff | tree |
2023-02-14 |
Adhemerval Zanella | stdio: Do not ignore posix_spawn error on popen (BZ...
|
commit | commitdiff | tree |
2023-02-09 |
Adhemerval Zanella... | powerpc64: Add the clone3 wrapper
|
commit | commitdiff | tree |
2023-02-08 |
Adhemerval Zanella | string: Disable stack protector in early static initialization
|
commit | commitdiff | tree |
2023-02-08 |
Adhemerval Zanella | string: Add libc_hidden_proto for memrchr
|
commit | commitdiff | tree |
2023-02-08 |
Adhemerval Zanella | string: Add libc_hidden_proto for strchrnul
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Hook up the default implementation on test...
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | riscv: Add string-fza.h and string-fzi.h
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | sh: Add string-fzb.h
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | powerpc: Add string-fza.h Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | arm: Add string-fza.h Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | alpha: Add string-fza, string-fzb.h, string-fzi.h,... Co-authored-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | hppa: Add string-fza.h, string-fzc.h, and string-fzi.h Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | hppa: Add memcopy.h Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strrchr with memrchr and strlen
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic memrchr
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strnlen with memchr
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic memchr
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strcpy
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic stpcpy
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strncmp
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strcmp
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strchr
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strchrnul
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | string: Improve generic strlen
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | Add string vectorized find and detection functions
|
commit | commitdiff | tree |
2023-02-06 |
Richard Henderson | Parameterize OP_T_THRES from memcopy.h Co-authored-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
commit | commitdiff | tree |
2023-02-06 |
Adhemerval Zanella | Parameterize op_t from memcopy.h
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | Linux: optimize clone3 internal usage
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | aarch64: Add the clone3 wrapper
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | linux: Add clone3 CLONE_CLEAR_SIGHAND optimization...
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | Linux: Do not align the stack for __clone3
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | linux: Extend internal clone3 documentation
|
commit | commitdiff | tree |
2023-02-01 |
Adhemerval Zanella... | linux: Do not reset signal handler in posix_spawn if...
|
commit | commitdiff | tree |
2023-01-12 |
Adhemerval Zanella | elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds...
|
commit | commitdiff | tree |
2023-01-12 |
Adhemerval Zanella | string: Suppress -Wmaybe-unitialized for wordcopy ...
|
commit | commitdiff | tree |
2023-01-12 |
Adhemerval Zanella | scripts/build-many-glibcs.py: Remove unused RANLIB...
|
commit | commitdiff | tree |
2023-01-12 |
Adhemerval Zanella | configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
|
commit | commitdiff | tree |
2023-01-11 |
Adhemerval Zanella | configure: Allow user override LD, AR, OBJCOPY, and...
|
commit | commitdiff | tree |
2023-01-11 |
Adhemerval Zanella | math: Suppress -O0 warnings for soft-fp fsqrt [BZ ...
|
commit | commitdiff | tree |
2023-01-11 |
Adhemerval Zanella | sunrpc: Suppress GCC -O1 warning on user2netname [BZ...
|
commit | commitdiff | tree |
2023-01-11 |
Adhemerval Zanella | locale: Use correct buffer size for utf8_sequence_error...
|
commit | commitdiff | tree |