aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-02-20arm: Support gcc older than 10 for find_zero_allAdhemerval Zanella1-0/+6
2023-02-20Linux: Remove generic ImpliesAdhemerval Zanella9-24/+0
2023-02-20Linux: Remove unused generic MakefileAdhemerval Zanella1-3/+0
2023-02-20Linux: Assume and consolidate getpeername wire-up syscallAdhemerval Zanella10-28/+6
2023-02-20Linux: Assume and consolidate getsockname wire-up syscallAdhemerval Zanella10-13/+11
2023-02-20Linux: Move wordsize-32 Version to defaultAdhemerval Zanella12-38/+3
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera1-2/+0
2023-02-20Define PC, SP and SYSRETURN for hurd x86_64Flavio Cruz1-3/+9
2023-02-20hurd: Simplify init-first.c a bitSergey Bugaev1-16/+7
2023-02-20hurd: Make timer_t pointer-sizedSergey Bugaev1-1/+1
2023-02-20hurd: Fix xattr function return typeSergey Bugaev5-5/+5
2023-02-20hurd: Use proper integer typesSergey Bugaev5-7/+11
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev1-5/+20
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-1/+1
2023-02-17ARC:fpu: add extra capability check before use of sqrt and fma builtinsPavel Kozlov2-4/+24
2023-02-17ARC: align child stack in clonePavel Kozlov1-0/+1
2023-02-17string: Remove string_private.hAdhemerval Zanella5-102/+0
2023-02-17iconv: Remove _STRING_ARCH_unaligned usage for get/set macrosAdhemerval Zanella3-4/+4
2023-02-17Fix ifunc-impl-list.c build for s390Joseph Myers1-1/+1
2023-02-17[hurd] Fix i686 build breakage caused by 4fedebc91108Flavio Cruz3-4/+4
2023-02-16C2x strtol binary constant handlingJoseph Myers43-0/+736
2023-02-14mach: undef ENTRY2Sergey Bugaev1-0/+1
2023-02-14hurd: i386 TLS tweaksSergey Bugaev1-13/+35
2023-02-12htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.hSamuel Thibault1-61/+0
2023-02-12hurd, htl: Add some x86_64-specific codeSergey Bugaev3-0/+78
2023-02-12Fix typos in commentsSamuel Thibault1-1/+1
2023-02-12htl: Generalize i386 pt-machdep.h to x86Samuel Thibault3-1/+3
2023-02-12hurd: Set up the basic tree for x86_64-gnuSergey Bugaev6-2/+10
2023-02-12mach: Look for mach_i386.defs on x86_64 tooSergey Bugaev2-6/+6
2023-02-12htl: Fix semaphore referenceSergey Bugaev1-5/+5
2023-02-12hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev3-4/+6
2023-02-12hurd: Refactor readlinkat()Sergey Bugaev1-23/+32
2023-02-09hurd: Fix unwinding over INTR_MSG_TRAPSamuel Thibault1-13/+0
2023-02-09powerpc64: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+158
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella13-18/+43
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella10-12/+33
2023-02-07C-SKY: Strip hard float abi from hard float feature.quxm3-42/+64
2023-02-07S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler11-63/+418
2023-02-06riscv: Add string-fza.h and string-fzi.hAdhemerval Zanella2-0/+146
2023-02-06sh: Add string-fzb.hAdhemerval Zanella1-0/+55
2023-02-06powerpc: Add string-fza.hRichard Henderson1-0/+71
2023-02-06arm: Add string-fza.hRichard Henderson1-0/+67
2023-02-06alpha: Add string-fza, string-fzb.h, string-fzi.h, and string-shift.hRichard Henderson4-0/+218
2023-02-06hppa: Add string-fza.h, string-fzc.h, and string-fzi.hRichard Henderson3-0/+250
2023-02-06hppa: Add memcopy.hRichard Henderson1-0/+42
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella3-20/+22
2023-02-06string: Improve generic memchrAdhemerval Zanella2-18/+5
2023-02-06string: Improve generic strchrAdhemerval Zanella1-5/+6
2023-02-06string: Improve generic strchrnulAdhemerval Zanella2-6/+0
2023-02-06string: Improve generic strlenAdhemerval Zanella1-4/+6