about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-214-2/+48
* elf: Do not parse ill-formatted stringsAdhemerval Zanella2023-11-212-16/+45
* elf: Do not process invalid tunable formatAdhemerval Zanella2023-11-212-7/+21
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-214-58/+86
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-219-161/+299
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-212-28/+5
* elf: Remove /etc/suid-debug supportAdhemerval Zanella2023-11-214-24/+3
* stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer2023-11-213-4/+187
* stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer2023-11-213-17/+173
* stdlib: Avoid another self-comparison in qsortFlorian Weimer2023-11-211-1/+1
* hurd: fix restarting reauth_dtable on signalSamuel Thibault2023-11-211-12/+23
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-202-1/+27
* manual: Fix termios.c example. (Bug 31078)Carlos O'Donell2023-11-201-2/+1
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2015-108/+570
* linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2023-11-203-55/+77
* intl: Add test case for bug 16621Florian Weimer2023-11-202-1/+42
* 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