about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* math: Improve fmodfAdhemerval Zanella Netto2023-04-032-93/+187
* math: Improve fmodAdhemerval Zanella Netto2023-04-032-96/+208
* 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
* 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
* hurd: Remove __hurd_threadvar_stack_{offset,mask}Sergey Bugaev2023-04-034-26/+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
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-2921-162/+45
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-281-0/+1
* LoongArch: ldconfig: Add comments for using EF_LARCH_OBJABI_V1caiyinyu2023-03-281-0/+6
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-273-5/+56
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-2714-11/+125
* benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay2023-03-2753-213201/+1
* LoongArch: ldconfig: Ignore EF_LARCH_OBJABI_V1 in shared objectsXi Ruoyao2023-03-271-1/+1
* hppa: Drop 16-byte pthread lock alignmentJohn David Anglin2023-03-262-3/+9
* x86: Don't check PREFETCHWT1 in tst-cpu-features-cpuinfo.cDJ Delorie2023-03-211-0/+3
* ARC: run child from the separate start block in __clonePavel Kozlov2023-03-131-15/+25
* ARC: Add the clone3 wrapperPavel Kozlov2023-03-132-0/+92
* LoongArch: Add get_rounding_mode.caiyinyu2023-03-131-0/+38
* LoongArch: Add support for ldconfig.caiyinyu2023-03-133-1/+155
* linux: fix ntp_gettime abi break (BZ# 30156)Kacper PiwiƄski2023-03-101-2/+9
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-2/+3
* x86: Fix bug about glibc.cpu.hwcaps.caiyinyu2023-03-071-3/+3
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-03-071-3/+3
* Update kernel version to 6.2 in header constant testsJoseph Myers2023-03-063-4/+4
* arm: Remove __builtin_arm_uqsub8 usage on string-fza.hAdhemerval Zanella Netto2023-03-021-4/+0
* alpha: Remove strncmp optimizationAdhemerval Zanella Netto2023-03-021-276/+0
* powerpc: Remove powerpc64 strncmp variantsAdhemerval Zanella Netto2023-03-028-494/+9
* powerpc: Remove strncmp variantsAdhemerval Zanella Netto2023-03-028-701/+1
* C2x scanf binary constant handlingJoseph Myers2023-03-0289-2/+1459
* LoongArch: Update libm-test-ulps.caiyinyu2023-03-021-0/+1
* LoongArch: Further refine the condition to enable static PIEXi Ruoyao2023-03-022-0/+7
* hurd: Remove the ecx kludgeSergey Bugaev2023-03-022-43/+18
* Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.hJoseph Myers2023-02-281-0/+3
* S390: Fix _FPU_SETCW/GETCW when compiling with Clang [BZ #30130]Andreas Arnez2023-02-281-2/+2
* s390x: Regenerate ULPs.Stefan Liebler2023-02-281-0/+1
* Add Arm HWCAP values from Linux 6.2 to bits/hwcap.hJoseph Myers2023-02-283-6/+13
* htl: Add pthreadtypes-arch.h for x86_64Sergey Bugaev2023-02-271-0/+36
* hurd: Implement TLS for x86_64Sergey Bugaev2023-02-272-1/+228
* htl: Make pthread_mutex_t pointer-alignedSergey Bugaev2023-02-271-5/+8