aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-03math: Improve fmodAdhemerval Zanella Netto
2023-04-03benchtests: Add fmodf benchmarkAdhemerval Zanella Netto
2023-04-03benchtests: Add fmod benchmarkAdhemerval Zanella Netto
2023-04-03x86: Set FSGSBASE to active if enabled by kernelH.J. Lu
2023-04-03x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer
2023-04-03manual: Document __wur usage under _FORTIFY_SOURCESiddhesh Poyarekar
2023-04-03hurd: Microoptimize _hurd_self_sigstate ()Sergey Bugaev
2023-04-03hurd: Add vm_param.h for x86_64Sergey Bugaev
2023-04-03hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev
2023-04-03htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev
2023-04-03x86_64: Add rtld-stpncpy & rtld-strncpySergey Bugaev
2023-04-03htl: Add tcb-offsets.sym for x86_64Sergey Bugaev
2023-04-03hurd: Move a couple of signal-related files to x86Sergey Bugaev
2023-04-03hurd: Use uintptr_t for register values in trampoline.cSergey Bugaev
2023-04-03hurd: Move rtld-strncpy-c.c out of mach/hurd/Sergey Bugaev
2023-04-03hurd: More 64-bit integer casting fixesSergey Bugaev
2023-04-03mach, hurd: Drop __libc_lock_self0Sergey Bugaev
2023-04-03stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev
2023-04-03hurd: Fix _hurd_setup_sighandler () signatureSergey Bugaev
2023-04-03hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtldSergey Bugaev
2023-04-03hurd: Fix file name in #errorSergey Bugaev
2023-04-03hurd: Swap around two function callsSergey Bugaev
2023-04-03hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev
2023-04-03hurd: Make exception subcode a longSergey Bugaev
2023-03-31time: Fix strftime(3) API regarding nullabilityAlejandro Colomar
2023-03-30Update arm libm-tests-ulpsAdhemerval Zanella
2023-03-30getlogin_r: fix missing fallback if loginuid is unset (bug 30235)Andreas Schwab
2023-03-29memalign: Support scanning for aligned chunks.DJ Delorie
2023-03-29malloc: Use C11 atomics on memusageAdhemerval Zanella
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-29Remove --disable-experimental-malloc optionAdhemerval Zanella
2023-03-28Allow building with --disable-nscd againFlavio Cruz
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott
2023-03-28posix: Fix some crashes in wordexp [BZ #18096]Julian Squires
2023-03-28LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1caiyinyu
2023-03-27elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler
2023-03-27Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler
2023-03-27Fix tst-ldconfig-ld_so_conf-update with custom configure prefix valueRomain Geissler
2023-03-27support: introduce support_sysconfdir_prefixRomain Geissler
2023-03-27Remove set-hooks.h from generic includesAdhemerval Zanella Netto
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-27benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay
2023-03-27stdio-common: tests: don't double-define _FORTIFY_SOURCESam James
2023-03-27LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objectsXi Ruoyao
2023-03-27_dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab
2023-03-26hppa: Drop 16-byte pthread lock alignmentJohn David Anglin
2023-03-26Minor: don't call _dl_debug_update (which can have side effects) inside assertPaul Pluzhnikov