about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86: Expand the comment on when REP STOSB is used on memset azanella/bz30944-memcpy-zenAdhemerval Zanella2023-10-271-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2023-10-271-5/+11
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-10-272-0/+19
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994, BZ 30995)Adhemerval Zanella2023-10-271-16/+15
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2023-10-2411-1/+141
* Move getnameinfo from 'inet' to 'nss'Arjun Shankar2023-10-245-3/+6
* Move getaddrinfo from 'posix' into 'nss'Arjun Shankar2023-10-2414-54/+22
* Move 'services' routines from 'inet' into 'nss'Arjun Shankar2023-10-2410-13/+19
* Move 'rpc' routines from 'inet' into 'nss'Arjun Shankar2023-10-2412-11/+20
* Move 'protocols' routines from 'inet' into 'nss'Arjun Shankar2023-10-2410-12/+19
* Move 'networks' routines from 'inet' into 'nss'Arjun Shankar2023-10-2410-14/+22
* Move 'netgroup' routines from 'inet' into 'nss'Arjun Shankar2023-10-2410-15/+25
* Move 'hosts' routines from 'inet' into 'nss'Arjun Shankar2023-10-2413-20/+27
* Move 'ethers' routines from 'inet' into 'nss'Arjun Shankar2023-10-246-6/+11
* Move 'aliases' routines from 'inet' into 'nss'Arjun Shankar2023-10-2410-9/+16
* Remove 'shadow' and merge into 'nss'Arjun Shankar2023-10-2419-73/+42
* Remove 'pwd' and merge into 'nss'Arjun Shankar2023-10-2419-63/+34
* Remove 'gshadow' and merge into 'nss'Arjun Shankar2023-10-2420-62/+49
* Remove 'grp' and merge into 'nss' and 'posix'Arjun Shankar2023-10-2438-117/+85
* malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify sourceAdhemerval Zanella2023-10-232-3/+2
* test-container: disable ld.so system cache on DSO detectionSimon Chopin2023-10-231-2/+2
* aarch64: Add vector implementations of exp10 routinesJoe Ramsay2023-10-2313-0/+528
* aarch64: Add vector implementations of log10 routinesJoe Ramsay2023-10-2315-1/+584
* aarch64: Add vector implementations of log2 routinesJoe Ramsay2023-10-2315-1/+549
* aarch64: Add vector implementations of exp2 routinesJoe Ramsay2023-10-2313-0/+463
* aarch64: Add vector implementations of tan routinesJoe Ramsay2023-10-2321-27/+1274
* elf: ldconfig should skip temporary files created by package managersFlorian Weimer2023-10-202-13/+30
* tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler2023-10-201-3/+3
* Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.hJoseph Myers2023-10-191-0/+2
* s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler2023-10-192-2/+4
* elf: Do not print the cache entry if --inhibit-cache is usedAdhemerval Zanella2023-10-181-1/+2
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-187-179/+173
* Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer2023-10-181-1/+1
* Add strlcat/wcslcat testcase.Sunil K Pandey2023-10-174-0/+423
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-174-0/+344
* Add LE DSCP code point from RFC-8622.Bruno Victal2023-10-171-0/+5
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2023-10-171-0/+1
* Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers2023-10-161-0/+4
* Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers2023-10-161-0/+11
* Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab2023-10-161-9/+5
* Fix WAIT_FOR_DEBUGGER for container tests.Stefan Liebler2023-10-161-8/+6
* stdlib: fix grouping verification with multi-byte thousands separator (bug 30...Andreas Schwab2023-10-122-24/+13
* build-many-glibcs: Check for required system toolsDJ Delorie2023-10-091-0/+96
* x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein2023-10-063-569/+293
* aarch64: Optimise vecmath logsJoe Ramsay2023-10-057-215/+226
* aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2023-10-052-47/+44
* aarch64: Optimize SVE cos & cosfJoe Ramsay2023-10-052-53/+47
* aarch64: Improve vecmath sin routinesJoe Ramsay2023-10-053-73/+87
* nss: Get rid of alloca usage in makedb's write_output.Joe Simmons-Talbott2023-10-041-1/+12
* debug: Add regression tests for BZ 30932Adhemerval Zanella2023-10-042-0/+84