aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20__glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault1-1/+1
2023-02-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera7-23/+67
2023-02-20stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]Vitaly Buka3-2/+81
2023-02-20Define PC, SP and SYSRETURN for hurd x86_64Flavio Cruz1-3/+9
2023-02-20mach: Use PAGE_SIZESergey Bugaev1-1/+5
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 Bugaev6-10/+14
2023-02-20hurd: Move thread state manipulation into _hurd_tls_new ()Sergey Bugaev2-21/+22
2023-02-19glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault1-1/+1
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao12-36/+35
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 Zanella6-105/+0
2023-02-17iconv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-407/+59
2023-02-17iconv: Remove _STRING_ARCH_unaligned usage for get/set macrosAdhemerval Zanella10-154/+42
2023-02-17resolv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella1-36/+0
2023-02-17nscd: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-10/+0
2023-02-17stdlib: Simplify getenvAdhemerval Zanella1-59/+5
2023-02-17crypto: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-65/+13
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 Myers84-24/+1683
2023-02-15[hurd] Add MTU_DISCOVER valuesSamuel Thibault1-0/+20
2023-02-14hurd: Fix unwinding over INTR_MSG_TRAP in shared tooSamuel Thibault1-0/+1
2023-02-14mach: undef ENTRY2Sergey Bugaev1-0/+1
2023-02-14hurd: i386 TLS tweaksSergey Bugaev1-13/+35
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella3-16/+63
2023-02-14update auto-libm-test-out-hypotPaul Zimmermann1-0/+25
2023-02-14added pair of inputs for hypotf in binary32Paul Zimmermann1-0/+2
2023-02-13Naming the parameter of dummy_sa_handlerMahesh Bodapati1-1/+1
2023-02-12hurd: Fix tcflag_t and speed_t types on 64-bitSergey Bugaev1-2/+2
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 Thibault2-2/+2
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: Fix xattr error valueSergey Bugaev1-1/+1
2023-02-12mach, hurd: Cast through uintptr_tSergey Bugaev6-15/+25
2023-02-12hurd: Use mach_msg_type_number_t where appropriateSergey Bugaev7-9/+11