aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault4-4/+8
2023-05-23Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov112-169/+169
2023-05-23mach: Fix installing mach_i386.hSamuel Thibault2-2/+2
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel Thibault1-1/+1
2023-05-22Add voice-admit DSCP code point from RFC-5865Ronan Pigott1-0/+5
2023-05-22mach: Fix mach_setup_thread_impl with NULL stack_baseSamuel Thibault1-7/+7
2023-05-22Remove last remnants of have-protectedAndreas Schwab3-9/+1
2023-05-22S390: Use compile-only instead of also link-tests in configure.Stefan Liebler2-177/+109
2023-05-22Fix build for hurd/thread-self.c for i386.Flavio Cruz1-0/+1
2023-05-20io: Fix a typoSergey Bugaev1-2/+2
2023-05-20htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev4-18/+9
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev49-278/+109
2023-05-19powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdoubleMahesh Bodapati1-0/+17
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev6-5/+15
2023-05-19hurd 64bit: Re-introduce gai_suspend symbolSamuel Thibault1-0/+2
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2-1/+5
2023-05-19posix: Reformat Makefile.Carlos O'Donell1-20/+20
2023-05-19hurd: Fix expected c++ typesSamuel Thibault1-19/+19
2023-05-18catgets: Reformat Makefile.Carlos O'Donell1-10/+30
2023-05-18benchtests: Reformat Makefile.Carlos O'Donell1-15/+32
2023-05-18assert: Reformat Makefile.Carlos O'Donell1-3/+14
2023-05-18nptl: Reformat Makefile.Carlos O'Donell5-79/+196
2023-05-18wcsmbs: Reformat Makefile.Carlos O'Donell1-1/+1
2023-05-18misc: Reformat Makefile.Carlos O'Donell1-3/+3
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell6-22/+22
2023-05-18elf: Adjust tests in Makefile.Carlos O'Donell1-10/+10
2023-05-18scripts: sort-makefile-lines.pyCarlos O'Donell1-1/+4
2023-05-18Add a SECURITY.mdSiddhesh Poyarekar1-0/+209
2023-05-18Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers1-0/+6
2023-05-17hurd: Also make it possible to call strlen very earlySergey Bugaev1-0/+3
2023-05-17hurd: Fix setting up pthreadsSergey Bugaev2-1/+94
2023-05-17hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev1-6/+19
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev3-26/+14
2023-05-17hurd: Use __mach_setup_thread_call ()Sergey Bugaev3-11/+15
2023-05-17mach: Add __mach_setup_thread_call ()Sergey Bugaev3-16/+74
2023-05-17hurd: Use MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev1-2/+2
2023-05-17mach: Define MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev2-0/+22
2023-05-17Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME...Flavio Cruz1-1/+1
2023-05-17argp: Reformat Makefile.Carlos O'Donell1-6/+24
2023-05-17stdlib: Avoid undefined behavior in stdlib/tst-labsFlorian Weimer1-12/+13
2023-05-17stdlib: Use long long int in stdlib/tst-llabsFlorian Weimer1-15/+15
2023-05-16Update kernel version to 6.3 in header constant testsJoseph Myers3-4/+4
2023-05-16i386: Use pthread_barrier for synchronization on tst-bz21269DJ Delorie1-5/+28
2023-05-16stdlib: Add testcases for llabs(). (BZ #30263)Joe Simmons-Talbott2-0/+57
2023-05-16stdlib: Add testcases for labs(). (BZ #30263)Joe Simmons-Talbott2-0/+53
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott2-0/+48
2023-05-16hurd: Fix computing user stack pointerSergey Bugaev1-1/+1
2023-05-16hurd: Fix sc_i386_thread_state layoutSergey Bugaev2-0/+14
2023-05-16hurd: Align signal stack pointer after allocating stackframeSergey Bugaev1-3/+2
2023-05-16hurd: Fix aligning signal stack pointerSergey Bugaev1-1/+1