about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* compare_strings.py : Add --gmean flagNisha Menon2023-04-041-2/+18
* x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab2023-04-041-36/+30
* powerpc: Disable stack protector in early static initializationAdhemerval Zanella2023-04-031-0/+3
* nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella2023-04-031-3/+1
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-0338-13/+172
* math: Improve fmodfAdhemerval Zanella Netto2023-04-033-93/+191
* math: Improve fmodAdhemerval Zanella Netto2023-04-033-96/+222
* benchtests: Add fmodf benchmarkAdhemerval Zanella Netto2023-04-032-0/+2183
* benchtests: Add fmod benchmarkAdhemerval Zanella Netto2023-04-032-0/+2183
* x86: Set FSGSBASE to active if enabled by kernelH.J. Lu2023-04-034-0/+58
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-031-2/+2
* manual: Document __wur usage under _FORTIFY_SOURCESiddhesh Poyarekar2023-04-031-0/+3
* hurd: Microoptimize _hurd_self_sigstate ()Sergey Bugaev2023-04-031-3/+5
* hurd: Add vm_param.h for x86_64Sergey Bugaev2023-04-031-0/+24
* hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev2023-04-031-0/+41
* htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev2023-04-031-0/+73
* x86_64: Add rtld-stpncpy & rtld-strncpySergey Bugaev2023-04-032-0/+36
* htl: Add tcb-offsets.sym for x86_64Sergey Bugaev2023-04-032-0/+28
* hurd: Move a couple of signal-related files to x86Sergey Bugaev2023-04-032-0/+0
* hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev2023-04-031-7/+6
* hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev2023-04-031-0/+0
* hurd: More 64-bit integer casting fixesSergey Bugaev2023-04-032-4/+4
* mach, hurd: Drop __libc_lock_self0Sergey Bugaev2023-04-033-8/+3
* stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev2023-04-031-0/+2
* hurd: Fix _hurd_setup_sighandler () signatureSergey Bugaev2023-04-031-5/+5
* hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtldSergey Bugaev2023-04-031-2/+5
* hurd: Fix file name in #errorSergey Bugaev2023-04-031-1/+1
* hurd: Swap around two function callsSergey Bugaev2023-04-031-4/+4
* hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-036-46/+2
* hurd: Make exception subcode a longSergey Bugaev2023-04-033-4/+5
* time: Fix strftime(3) API regarding nullabilityAlejandro Colomar2023-03-311-1/+2
* Update arm libm-tests-ulpsAdhemerval Zanella2023-03-301-0/+1
* getlogin_r: fix missing fallback if loginuid is unset (bug 30235)Andreas Schwab2023-03-301-4/+1
* memalign: Support scanning for aligned chunks.DJ Delorie2023-03-293-28/+390
* malloc: Use C11 atomics on memusageAdhemerval Zanella2023-03-291-82/+111
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-2948-513/+75
* Remove --disable-experimental-malloc optionAdhemerval Zanella2023-03-298-39/+4
* Allow building with --disable-nscd againFlavio Cruz2023-03-281-0/+6
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-284-2/+22
* posix: Fix some crashes in wordexp [BZ #18096]Julian Squires2023-03-282-7/+8
* LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1caiyinyu2023-03-281-0/+6
* elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler2023-03-272-6/+7
* Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler2023-03-271-3/+7
* Fix tst-ldconfig-ld_so_conf-update with custom configure prefix valueRomain Geissler2023-03-271-5/+8
* support: introduce support_sysconfdir_prefixRomain Geissler2023-03-273-1/+11
* Remove set-hooks.h from generic includesAdhemerval Zanella Netto2023-03-271-0/+0
* Remove --with-default-link configure optionAdhemerval Zanella Netto2023-03-278-51/+7
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-2722-513/+637
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-276-69/+43
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-2790-243/+584