aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella97-5801/+61
2023-10-30sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella15-457/+1
2023-10-30build-many-glibcs: Fix traililing whitespaceAdhemerval Zanella1-3/+3
2023-10-26LoongArch: Delete excessively allocated memory.caiyinyu1-34/+34
2023-10-26LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu1-0/+1
2023-10-26LoongArch: Unify Register Names.caiyinyu2-19/+19
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra11-1/+141
2023-10-24Move getnameinfo from 'inet' to 'nss'Arjun Shankar5-3/+6
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar14-54/+22
2023-10-24Move 'services' routines from 'inet' into 'nss'Arjun Shankar10-13/+19
2023-10-24Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar12-11/+20
2023-10-24Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar10-12/+19
2023-10-24Move 'networks' routines from 'inet' into 'nss'Arjun Shankar10-14/+22
2023-10-24Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar10-15/+25
2023-10-24Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar13-20/+27
2023-10-24Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar6-6/+11
2023-10-24Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar10-9/+16
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar19-73/+42
2023-10-24Remove 'pwd' and merge into 'nss'Arjun Shankar19-63/+34
2023-10-24Remove 'gshadow' and merge into 'nss'Arjun Shankar20-62/+49
2023-10-24Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar38-117/+85
2023-10-23malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella2-3/+2
2023-10-23test-container: disable ld.so system cache on DSO detectionSimon Chopin1-2/+2
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay13-0/+528
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay15-1/+584
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay15-1/+549
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay13-0/+463
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay21-27/+1274
2023-10-20elf: ldconfig should skip temporary files created by package managersFlorian Weimer2-13/+30
2023-10-20tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler1-3/+3
2023-10-19Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.hJoseph Myers1-0/+2
2023-10-19s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler2-2/+4
2023-10-18elf: Do not print the cache entry if --inhibit-cache is usedAdhemerval Zanella1-1/+2
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer7-179/+173
2023-10-18Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer1-1/+1
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey4-0/+423
2023-10-17Add strlcpy/wcslcpy testcaseSunil K Pandey4-0/+344
2023-10-17Add LE DSCP code point from RFC-8622.Bruno Victal1-0/+5
2023-10-17Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers1-0/+11
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5
2023-10-16Fix WAIT_FOR_DEBUGGER for container tests.Stefan Liebler1-8/+6
2023-10-12stdlib: fix grouping verification with multi-byte thousands separator (bug 30...Andreas Schwab2-24/+13
2023-10-09build-many-glibcs: Check for required system toolsDJ Delorie1-0/+96
2023-10-06x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein3-569/+293
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay7-215/+226
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2-47/+44
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay2-53/+47
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay3-73/+87