aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-02-25hppa: Drop old parisc-specific MADV_* constantsJohn David Anglin1-28/+0
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev1-0/+6
2023-02-24hurd: Simplify init-first.c furtherSergey Bugaev4-140/+68
2023-02-24hurd: Mark some audit tests as unsupportedSamuel Thibault1-0/+10
2023-02-24htl: Mark select loop test as unsupportedSamuel Thibault1-0/+6
2023-02-24hurd: Mark RLIMIT_AS tests as unsupportedSamuel Thibault1-0/+11
2023-02-24aarch64: update libm test ulpsSzabolcs Nagy1-0/+1
2023-02-23powerpc:Regenerate ulps for hypotMahesh Bodapati1-0/+4
2023-02-23Update syscall lists for Linux 6.2Joseph Myers1-2/+2
2023-02-22x86-64: Add glibc.cpu.prefer_map_32bit_exec [BZ #28656]H.J. Lu8-0/+181
2023-02-22Ignore MAP_VARIABLE in tst-mman-consts.pyJoseph Myers1-2/+5
2023-02-22AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang1-1/+1
2023-02-20s390: Fix build for -march=z13Adhemerval Zanella2-0/+2
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