aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-16wcsmbs: Reformat Makefile.Carlos O'Donell1-6/+23
2023-05-16linux: Reformat Makefile.Carlos O'Donell1-6/+7
2023-05-16stdlib: Reformat Makefile.Carlos O'Donell1-3/+3
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell1-10/+20
2023-05-16socket: Reformat Makefile.Carlos O'Donell1-9/+38
2023-05-16misc: Reformat Makefile.Carlos O'Donell1-67/+232
2023-05-16debug: Reformat Makefile.Carlos O'Donell1-16/+18
2023-05-16elf: Reformat Makefile.Carlos O'Donell1-35/+35
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao1-3/+3
2023-05-16nss: Reconcile conditional declaration and use of `is_nscd'Arjun Shankar1-3/+3
2023-05-15Update syscall lists for Linux 6.3Joseph Myers1-2/+2
2023-05-11hurd: rule out some mach headers when generating errno.hSamuel Thibault2-3/+4
2023-05-11Stop checking if MiG supports retcode.Flavio Cruz3-65/+0
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga7-2/+142
2023-05-10nptl: Reformat Makefile.Carlos O'Donell2-113/+320
2023-05-10scripts: Add sort-makefile-lines.py to sort Makefile variables.Carlos O'Donell1-0/+160
2023-05-09dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab5-0/+105
2023-05-08aligned_alloc: conform to C17DJ Delorie6-7/+117