packaging: remove '-g' option to ix86's BuildFlags.
[platform/upstream/glibc.git] / sysdeps /
2023-05-03 Karol Lewandowskitizen: Add optfiles nss module
2023-05-03 Denis Khalikov[ASan] Enable build with ASan.
2023-05-03 Dongkyun, SonLie about futex_atomic_cmpxchg_inatomic kernel support.
2023-02-01 Noah Goldsteinx86: Fix strncat-avx2.S reading past length [BZ #30065]
2023-01-31 Carlos O'DonellRegenerate configure.
2023-01-24 Andreas K. Hüttelsparc (64bit): Regenerate ulps
2023-01-24 Andreas K. Hüttelia64: Regenerate ulps
2023-01-18 Sajan Karumanchix86: Cache computation for AMD architecture.
2023-01-17 Wilco DijkstraAArch64: Improve strrchr
2023-01-17 Wilco DijkstraAArch64: Optimize strnlen
2023-01-17 Wilco DijkstraAArch64: Optimize strlen
2023-01-17 Wilco DijkstraAArch64: Optimize strcpy
2023-01-17 Wilco DijkstraAArch64: Improve strchrnul
2023-01-17 Wilco DijkstraAArch64: Optimize strchr
2023-01-17 Wilco DijkstraAArch64: Improve strlen_asimd
2023-01-17 Wilco DijkstraAArch64: Optimize memrchr
2023-01-17 Wilco DijkstraAArch64: Optimize memchr
2023-01-11 Adhemerval Zanellamath: Suppress -O0 warnings for soft-fp fsqrt [BZ ...
2023-01-10 Joseph MyersAdd HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-05 Joseph MyersFix ldbl-128 built-in function use
2023-01-03 H.J. Lux86: Check minimum/maximum of non_temporal_threshold...
2023-01-02 Andreas K. Hütteli686: Regenerate ulps
2023-01-02 Samuel Thibaulthurd getcwd: Fix memory leak on error
2023-01-02 Samuel Thibaulthurd fcntl: Make LOCKED macro more robust
2023-01-02 Samuel Thibaulthurd: Make dl-sysdep __sbrk check __vm_allocate call
2023-01-02 Samuel Thibaulthtl: Drop duplicate check in __pthread_stack_alloc
2022-12-29 Samuel Thibaulthtl: Fix sem_wait race between read and gsync_wait
2022-12-22 Florian WeimerLinux: Pass size argument of epoll_create to the kernel
2022-12-22 Joseph MyersDefine MADV_COLLAPSE from Linux 6.1
2022-12-21 Rajalakshmi Sriniv... powerpc64: Increase SIGSTKSZ and MINSIGSTKSZ
2022-12-21 Joseph MyersUpdate kernel version to 6.1 in header constant tests
2022-12-20 Joseph MyersUpdate syscall lists for Linux 6.1
2022-12-19 Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-12-19 Florian WeimerLinux: Remove epoll_create, inotify_init from syscalls...
2022-12-19 Florian WeimerLinux: Reflow and sort some Makefile variables
2022-12-19 Samuel Thibaultmach: Drop remnants of old_CFLAGS
2022-12-19 Samuel Thibaultmach: Fix passing -ffreestanding when checking for...
2022-12-19 Flavio CruzForce use of -ffreestanding when checking for gnumach...
2022-12-15 Noah Goldsteinx86: Prevent SIGSEGV in memcmp-sse2 when data is concur...
2022-12-13 Joseph MyersAllow _Qp_fgt in sparc64 localplt.data
2022-12-07 Adhemerval Zanella... Linux: Consolidate typesizes.h
2022-12-07 Adhemerval Zanella... Linux: Make generic fcntl.h the default one
2022-12-07 Adhemerval Zanella... Linux: make generic xstatver.h the default one
2022-12-07 Adhemerval Zanella... Linux: Remove generic sysdep
2022-12-07 Adhemerval Zanella... Linux: Assume and consolidate shutdown wire-up syscall
2022-12-07 Adhemerval Zanella... Linux: Assume and consolidate listen wire-up syscall
2022-12-07 Adhemerval Zanella... Linux: Assume and consolidate socketpair wire-up syscall
2022-12-07 Adhemerval Zanella... Linux: Assume and consolidate socket wire-up syscall
2022-12-07 Adhemerval Zanella... Linux: Assume and consolidate bind wire-up syscall
2022-12-07 Adhemerval Zanella... Linux: consolidate ____longjmp_chk
2022-12-07 Adhemerval Zanella... Linux: consolidate sendfile implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate unlink implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate symlink implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate rmdir implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate readlink implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate mkdir implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate link implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate lchown implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate inotify_init implementation
2022-12-07 Adhemerval Zanella... Lninux: consolidate epoll_create implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate dup2 implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate chown implementation
2022-12-07 Adhemerval Zanella... Linux: consolidate chmod implementation
2022-12-07 Adhemerval Zanella... linux: Consolidate dl-origin.c
2022-12-07 Xing Lilinux: Use long int for syscall return value
2022-12-07 Chenghua XuLoongArch: Use medium cmodel build libc_nonshared.a.
2022-12-06 Adhemerval Zanellax86_64: State assembler is being tested on sysdeps...
2022-12-06 Adhemerval Zanellaconfigure: Remove AS check
2022-12-06 Adhemerval Zanellaconfigure: Remove check if ld is GNU
2022-12-02 Sergey Bugaevhurd: Make getrandom cache the server port
2022-12-02 Rajalakshmi Sriniv... powerpc64: Remove old strncmp optimization
2022-12-02 H.J. Lux86-64 strncpy: Properly handle the length parameter...
2022-12-02 H.J. Lux86-64 strncat: Properly handle the length parameter...
2022-11-29 Shahab VahediARC: update definitions in elf/elf.h
2022-11-29 Xiaolin TangLoongArch: Add support for ilogb[f]
2022-11-29 Xiaolin TangLoongArch: Add support for scalb[f]
2022-11-29 Xiaolin TangLoongArch: Add support for scalbn[f]
2022-11-29 Xiaolin TangLoongArch: Use __builtin_logb{,f} with GCC >= 13
2022-11-29 Xiaolin TangUse GCC builtins for logb functions if desired.
2022-11-29 Xiaolin TangLoongArch: Use __builtin_llrint{,f} with GCC >= 13
2022-11-29 Xiaolin TangUse GCC builtins for llrint functions if desired.
2022-11-29 Xiaolin TangLoongArch: Use __builtin_lrint{,f} with GCC >= 13
2022-11-29 Xiaolin TangUse GCC builtins for lrint functions if desired.
2022-11-29 Xi RuoyaoLoongArch: Use __builtin_rint{,f} with GCC >= 13
2022-11-28 Noah Goldsteinx86/fpu: Factor out shared avx2/avx512 code in svml_...
2022-11-28 Noah Goldsteinx86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h
2022-11-28 Noah Goldsteinx86/fpu: Reformat svml_{s|d}_wrapper_impl.h
2022-11-28 Noah Goldsteinx86/fpu: Fix misspelled evex512 section in variety...
2022-11-28 Noah Goldsteinx86/fpu: Add missing ISA sections to variety of svml...
2022-11-21 Adhemerval Zanella... i386: Avoid rely on linker optimization to avoid relocation
2022-11-21 Vladislav Khmelevskyelf: Fix rtld-audit trampoline for aarch64
2022-11-17 YunQiang SuDefine in_int32_t_range to check if the 64 bit time_t...
2022-11-14 Alan Modraelf/tst-tlsopt-powerpc fails when compiled with -mcpu...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for fmaximum_mag_num...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for fmaximum_mag{f/ ...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for fmaxmag{f/ }, fminmag...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for fmaximum_num{f/ ...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for fmaximum{f/ }, fminim...
2022-11-14 Xiaolin TangLoongArch: Hard Float Support for float-point classific...
next