aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-03Update kernel version to 6.6 in header constant testsAdhemerval Zanella
2023-11-03Update syscall lists for Linux 6.6Adhemerval Zanella
2023-11-03Format test results closer to what DejaGnu doesMaxim Kuvyrkov
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar
2023-10-31stdlib: Add more qsort{_r} coverageAdhemerval Zanella
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-10-31stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella
2023-10-31stdlib: qsort: Move some macros to inline functionAdhemerval Zanella
2023-10-31stdlib: Move insertion sort out qsortAdhemerval Zanella
2023-10-31stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella
2023-10-31string: Add internal memswap implementationAdhemerval Zanella
2023-10-31crypt: Remove manul entry for --enable-cryptAdhemerval Zanella
2023-10-31Use Linux 6.6 in build-many-glibcs.pyJoseph Myers
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-30sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella
2023-10-30build-many-glibcs: Fix traililing whitespaceAdhemerval Zanella
2023-10-26LoongArch: Delete excessively allocated memory.caiyinyu
2023-10-26LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu
2023-10-26LoongArch: Unify Register Names.caiyinyu
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar
2023-10-24Move 'services' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'networks' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar
2023-10-23malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella
2023-10-23test-container: disable ld.so system cache on DSO detectionSimon Chopin
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay
2023-10-20elf: ldconfig should skip temporary files created by package managersFlorian Weimer
2023-10-20tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler
2023-10-19Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.hJoseph Myers
2023-10-19s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler
2023-10-18elf: Do not print the cache entry if --inhibit-cache is usedAdhemerval Zanella
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey