aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Fix type typo in “String/Array Conventions” docPaul Eggert1-1/+1
2023-11-08stdlib: Avoid element self-comparisons in qsortFlorian Weimer1-3/+5
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella5-6/+38
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella1-0/+3
2023-11-07assert: Decorate error message bufferAdhemerval Zanella1-0/+2
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella6-0/+55
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella4-0/+209
2023-11-07support: Add support_set_vma_nameAdhemerval Zanella3-0/+54
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella5-0/+113
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault1-0/+1
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz1-6/+3
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior1-6/+4
2023-11-03Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers1-1/+3
2023-11-03linux: Sync Linux 6.6 elf.hAdhemerval Zanella1-0/+5
2023-11-03linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella1-0/+1
2023-11-03linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella1-0/+2
2023-11-03linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella2-1/+2
2023-11-03Update kernel version to 6.6 in header constant testsAdhemerval Zanella2-3/+3
2023-11-03Update syscall lists for Linux 6.6Adhemerval Zanella28-2/+32
2023-11-03Format test results closer to what DejaGnu doesMaxim Kuvyrkov2-4/+10
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra18-125/+41
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar2-6/+2
2023-10-31stdlib: Add more qsort{_r} coverageAdhemerval Zanella2-0/+367
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella7-323/+16
2023-10-31stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella1-7/+82
2023-10-31stdlib: qsort: Move some macros to inline functionAdhemerval Zanella1-12/+23
2023-10-31stdlib: Move insertion sort out qsortAdhemerval Zanella1-47/+54
2023-10-31stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella1-18/+77
2023-10-31string: Add internal memswap implementationAdhemerval Zanella3-0/+245
2023-10-31crypt: Remove manul entry for --enable-cryptAdhemerval Zanella1-13/+0
2023-10-31Use Linux 6.6 in build-many-glibcs.pyJoseph Myers1-1/+1
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