about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* resolv: free only initialized items from gai poolJan Palus2023-11-201-1/+2
* ldconfig: Fixes for skipping temporary files.Florian Weimer2023-11-201-4/+15
* nptl: Link tst-execstack-threads-mod.so with -z execstackFlorian Weimer2023-11-201-0/+1
* nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer2023-11-204-6/+11
* Remove untyped mach RPC code.Flavio Cruz2023-11-194-141/+0
* _hurd_intr_rpc_mach_msg: handle message iteration correctly.Flavio Cruz2023-11-191-12/+12
* localedata: Convert oc_FR locale to UTF-8Mike FABIAN2023-11-161-15/+15
* localedata: Add information for OccitanMike FABIAN2023-11-161-4/+6
* elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer2023-11-163-13/+29
* elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella2023-11-165-3/+103
* New Zealand locales (en_NZ & mi_NZ) first day of week should be MondayMike FABIAN2023-11-162-0/+2
* x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein2023-11-151-24/+51
* posix: Check pidfd_spawn with tst-spawn7-pidAdhemerval Zanella2023-11-151-1/+1
* sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson2023-11-151-2/+2
* y2038: Fix support for 64-bit time on legacy ABIsGaël PORTAY2023-11-151-1/+1
* hurd: Fix spawni returning allocation errors.Samuel Thibault2023-11-141-2/+8
* hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTEDSamuel Thibault2023-11-141-0/+6
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-138-332/+1
* AArch64: Add memset_zva64Wilco Dijkstra2023-11-136-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2023-11-134-197/+90
* test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang2023-11-131-1/+1
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-1015-26/+526
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-1015-0/+535
* aarch64: Add vector implementations of atan routinesJoe Ramsay2023-11-1013-0/+407
* aarch64: Add vector implementations of acos routinesJoe Ramsay2023-11-1013-1/+440
* aarch64: Add vector implementations of asin routinesJoe Ramsay2023-11-1013-1/+407
* Fix type typo in “String/Array Conventions” docPaul Eggert2023-11-081-1/+1
* stdlib: Avoid element self-comparisons in qsortFlorian Weimer2023-11-081-3/+5
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-075-6/+38
* linux: Decorate __libc_fatal error bufferAdhemerval Zanella2023-11-071-0/+3
* assert: Decorate error message bufferAdhemerval Zanella2023-11-071-0/+2
* malloc: Decorate malloc mapsAdhemerval Zanella2023-11-076-0/+55
* nptl: Decorate thread stack on pthread_createAdhemerval Zanella2023-11-074-0/+209
* 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