about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* support: Add support_set_vma_nameAdhemerval Zanella2023-11-073-0/+54
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-075-0/+113
* hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault2023-11-071-0/+1
* Update BAD_TYPECHECK to work on x86_64Flavio Cruz2023-11-061-6/+3
* sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior2023-11-031-6/+4
* Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers2023-11-031-1/+3
* linux: Sync Linux 6.6 elf.hAdhemerval Zanella2023-11-031-0/+5
* linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella2023-11-031-0/+1
* linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella2023-11-031-0/+2
* linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella2023-11-032-1/+2
* Update kernel version to 6.6 in header constant testsAdhemerval Zanella2023-11-032-3/+3
* Update syscall lists for Linux 6.6Adhemerval Zanella2023-11-0328-2/+32
* Format test results closer to what DejaGnu doesMaxim Kuvyrkov2023-11-032-4/+10
* AArch64: Cleanup ifuncsWilco Dijkstra2023-11-0118-125/+41
* Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar2023-11-012-6/+2
* stdlib: Add more qsort{_r} coverageAdhemerval Zanella2023-10-312-0/+367
* stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella2023-10-317-323/+16
* stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella2023-10-311-7/+82
* stdlib: qsort: Move some macros to inline functionAdhemerval Zanella2023-10-311-12/+23
* stdlib: Move insertion sort out qsortAdhemerval Zanella2023-10-311-47/+54
* stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella2023-10-311-18/+77
* string: Add internal memswap implementationAdhemerval Zanella2023-10-313-0/+245
* crypt: Remove manul entry for --enable-cryptAdhemerval Zanella2023-10-311-13/+0
* Use Linux 6.6 in build-many-glibcs.pyJoseph Myers2023-10-311-1/+1
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-3097-5801/+61
* sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella2023-10-3015-457/+1
* build-many-glibcs: Fix traililing whitespaceAdhemerval Zanella2023-10-301-3/+3
* LoongArch: Delete excessively allocated memory.caiyinyu2023-10-261-34/+34
* LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu2023-10-261-0/+1
* LoongArch: Unify Register Names.caiyinyu2023-10-262-19/+19
* 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