Remove 'grp' and merge into 'nss' and 'posix'
[platform/upstream/glibc.git] / sysdeps /
2023-10-23 Joe Ramsayaarch64: Add vector implementations of exp10 routines
2023-10-23 Joe Ramsayaarch64: Add vector implementations of log10 routines
2023-10-23 Joe Ramsayaarch64: Add vector implementations of log2 routines
2023-10-23 Joe Ramsayaarch64: Add vector implementations of exp2 routines
2023-10-23 Joe Ramsayaarch64: Add vector implementations of tan routines
2023-10-20 Stefan Lieblertst-spawn-cgroup.c: Fix argument order of UNSUPPORTED...
2023-10-19 Stefan Lieblers390: Fix undefined behaviour in feenableexcept, fedisa...
2023-10-18 Florian WeimerRevert "elf: Always call destructors in reverse constru...
2023-10-17 Bruno VictalAdd LE DSCP code point from RFC-8622.
2023-10-17 Joseph MyersAdd HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
2023-10-16 Joseph MyersAdd SCM_SECURITY, SCM_PIDFD to bits/socket.h
2023-10-16 Joseph MyersAdd AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.h
2023-10-16 Andreas SchwabAvoid maybe-uninitialized warning in __kernel_rem_pio2
2023-10-06 Noah Goldsteinx86: Prepare `strrchr-evex` and `strrchr-evex512` for...
2023-10-05 Joe Ramsayaarch64: Optimise vecmath logs
2023-10-05 Joe Ramsayaarch64: Cosmetic change in SVE exp routines
2023-10-05 Joe Ramsayaarch64: Optimize SVE cos & cosf
2023-10-05 Joe Ramsayaarch64: Improve vecmath sin routines
2023-10-04 Volker WeißmannFix FORTIFY_SOURCE false positive
2023-10-02 Siddhesh PoyarekarPropagate GLIBC_TUNABLES in setxid binaries
2023-10-02 Kir KolyshkinLinux: add ST_NOSYMFOLLOW
2023-10-02 Joe Simmons-Talbottmips: dl-machine-reject-phdr: Get rid of alloca.
2023-09-29 Noah Goldsteinx86: Add support for AVX10 preset and vec size in cpu...
2023-09-27 Samuel Thibaulthurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontext
2023-09-27 Manjunath Mattifegetenv_and_set_rn now uses the builtins provided...
2023-09-27 Adhemerval Zanellaio: Do not implement fstat with fstatat
2023-09-26 Wilco DijkstraAArch64: Remove -0.0 check from vector sin
2023-09-26 Florian Weimerelf: Add dummy declaration of _dl_audit_objclose for...
2023-09-25 Romain GeisslerFix leak in getaddrinfo introduced by the fix for CVE...
2023-09-21 caiyinyuRevert "LoongArch: Add glibc.cpu.hwcap support."
2023-09-20 Joseph MyersUpdate kernel version to 6.5 in header constant tests
2023-09-19 caiyinyuLoongArch: Add glibc.cpu.hwcap support.
2023-09-15 Siddhesh Poyarekargetaddrinfo: Fix use after free in getcanonname (CVE...
2023-09-15 dengjianboLoongArch: Change to put magic number to .rodata section
2023-09-15 dengjianboLoongArch: Add ifunc support for strrchr{aligned, lsx...
2023-09-15 dengjianboLoongArch: Add ifunc support for strcpy, stpcpy{aligned...
2023-09-15 caiyinyuLoongArch: Replace deprecated $v0 with $a0 to eliminate...
2023-09-15 caiyinyuLoongArch: Add lasx/lsx support for _dl_runtime_profile.
2023-09-14 Joseph MyersAdd MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h
2023-09-12 Joseph MyersUpdate syscall lists for Linux 6.5
2023-09-11 Sergei Trofimovichia64: Work around miscompilation and fix build on ia64...
2023-09-11 Joe Simmons-Talbottstdio: Remove __libc_message alloca usage
2023-09-09 Samuel Thibaulthtl: avoid exposing the vm_region symbol
2023-09-08 Florian Weimerelf: Always call destructors in reverse constructor...
2023-09-07 Aurelien Jarnoio: Fix record locking contants for powerpc64 with...
2023-09-06 Joe Simmons-Talbottgetaddrinfo: Get rid of alloca
2023-09-06 Christoph Müllnerriscv: Add support for XTheadBb in string-fz[a,i].h
2023-09-05 Siddhesh Poyarekargetcanonname: Fix a typo
2023-09-05 Adhemerval Zanella... linux: Add pidfd_getpid
2023-09-05 Adhemerval Zanella... posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
2023-09-05 Adhemerval Zanella... linux: Add posix_spawnattr_{get, set}cgroup_np (BZ...
2023-09-05 Adhemerval Zanella... linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64...
2023-09-05 Adhemerval Zanella... mips: Add the clone3 wrapper
2023-09-05 Adhemerval Zanella... arm: Add the clone3 wrapper
2023-09-03 Samuel Thibaulthtl: Fix stack information for main thread
2023-09-01 Szabolcs Nagyelf: Fix slow tls access after dlopen [BZ #19924]
2023-08-29 H.J. Lux86: Check the lower byte of EAX of CPUID leaf 2 [BZ...
2023-08-29 dengjianboLoongArch: Change loongarch to LoongArch in comments
2023-08-29 dengjianboLoongArch: Add ifunc support for memcmp{aligned, lsx...
2023-08-29 dengjianboLoongArch: Add ifunc support for memset{aligned, unalig...
2023-08-29 dengjianboLoongArch: Add ifunc support for memrchr{lsx, lasx}
2023-08-29 dengjianboLoongArch: Add ifunc support for memchr{aligned, lsx...
2023-08-29 dengjianboLoongArch: Add ifunc support for rawmemchr{aligned...
2023-08-29 Xi RuoyaoLoongArch: Micro-optimize LD_PCREL
2023-08-29 Xi RuoyaoLoongArch: Remove support code for old linker in start.S
2023-08-29 Xi RuoyaoLoongArch: Simplify the autoconf check for static PIE
2023-08-28 Kir KolyshkinAdd F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.
2023-08-25 Adhemerval Zanellam68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and...
2023-08-25 Adhemerval Zanellam68k: Fix build with -mcpu=68040 or higher (BZ 30740)
2023-08-24 dengjianboLoongArch: Add ifunc support for strncmp{aligned, lsx}
2023-08-24 dengjianboLoongArch: Add ifunc support for strcmp{aligned, lsx}
2023-08-24 dengjianboLoongArch: Add ifunc support for strnlen{aligned, lsx...
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_setdetachstate into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_getdetachstate into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_setschedpolicy into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_getschedpolicy into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_setinheritsched into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_getinheritsched into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_attr_getschedparam into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_setschedparam into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_getschedparam into libc
2023-08-23 Guy-Fleury Iteritekahtl: move pthread_equal into libc
2023-08-23 Florian WeimerLinux: Avoid conflicting types in ld.so --list-diagnostics
2023-08-21 H.J. Lux86_64: Add log1p with FMA
2023-08-21 Andreas SchwabRemove references to the defunct db2 subdir
2023-08-18 Stefan Lieblers390x: Fix static PIE condition for toolchain bootstrap...
2023-08-17 Andreas Schwabm68k: fix __mpn_lshift and __mpn_rshift for non-68020
2023-08-17 Sam Jamessysdeps: tst-bz21269: fix -Wreturn-type
2023-08-17 dengjianboLoongarch: Add ifunc support for memcpy{aligned, unalig...
2023-08-17 dengjianboLoongarch: Add ifunc support for strchr{aligned, lsx...
2023-08-16 Sam Jamessysdeps: tst-bz21269: handle ENOSYS & skip appropriately
2023-08-16 Sam Jamessysdeps: tst-bz21269: fix test parameter
2023-08-15 Samuel Thibaulthurd: Fix strictness of <mach/thread_state.h>
2023-08-14 H.J. Lux86_64: Add expm1 with FMA
2023-08-14 dengjianboLoongarch: Add ifunc support and add different versions...
2023-08-14 dengjianboLoongArch: Add minuimum binutils required version
2023-08-14 dengjianboLoongArch: Redefine macro LEAF/ENTRY.
2023-08-11 Noah Goldsteinx86: Fix incorrect scope of setting `shared_per_thread...
2023-08-11 H.J. Lux86_64: Add log2 with FMA
2023-08-11 Florian Weimernscd: Do not rebuild getaddrinfo (bug 30709)
next