aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella
2023-11-21stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer
2023-11-21stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer
2023-11-21stdlib: Avoid another self-comparison in qsortFlorian Weimer
2023-11-21hurd: fix restarting reauth_dtable on signalSamuel Thibault
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault
2023-11-20manual: Fix termios.c example. (Bug 31078)Carlos O'Donell
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella
2023-11-20intl: Add test case for bug 16621Florian Weimer
2023-11-20resolv: free only initialized items from gai poolJan Palus
2023-11-20ldconfig: Fixes for skipping temporary files.Florian Weimer
2023-11-20nptl: Link tst-execstack-threads-mod.so with -z execstackFlorian Weimer
2023-11-20nptl: Rename tst-execstack to tst-execstack-threadsFlorian Weimer
2023-11-19Remove untyped mach RPC code.Flavio Cruz
2023-11-19_hurd_intr_rpc_mach_msg: handle message iteration correctly.Flavio Cruz
2023-11-16localedata: Convert oc_FR locale to UTF-8Mike FABIAN
2023-11-16localedata: Add information for OccitanMike FABIAN
2023-11-16elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer
2023-11-16elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella
2023-11-16New Zealand locales (en_NZ & mi_NZ) first day of week should be MondayMike FABIAN
2023-11-15x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein
2023-11-15posix: Check pidfd_spawn with tst-spawn7-pidAdhemerval Zanella
2023-11-15sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson
2023-11-15y2038: Fix support for 64-bit time on legacy ABIsGaël PORTAY
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault
2023-11-14hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTEDSamuel Thibault
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra
2023-11-13test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.Yanzhang Wang
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay
2023-11-08Fix type typo in “String/Array Conventions” docPaul Eggert
2023-11-08stdlib: Avoid element self-comparisons in qsortFlorian Weimer
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella
2023-11-07assert: Decorate error message bufferAdhemerval Zanella
2023-11-07malloc: Decorate malloc mapsAdhemerval Zanella
2023-11-07nptl: Decorate thread stack on pthread_createAdhemerval Zanella
2023-11-07support: Add support_set_vma_nameAdhemerval Zanella
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior