aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar1-4/+4
2023-06-01Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar1-1/+3
2023-06-01getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott1-17/+7
2023-06-01getsourcefilter: Get rid of alloca.Joe Simmons-Talbott1-17/+7
2023-06-01tests: fix warn unused resultsFrédéric Bérat2-3/+9
2023-06-01tests: replace write by xwriteFrédéric Bérat7-11/+19
2023-06-01x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu1-1/+1
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov153-214/+214
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella1-1/+1
2023-05-30LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu1-0/+24
2023-05-29riscv: Add the clone3 wrapperAdhemerval Zanella2-0/+80
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune1-0/+1
2023-05-29setsourcefilter: Replace alloca with a scratch_buffer.Joe Simmons-Talbott1-20/+7
2023-05-27x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]Noah Goldstein1-1/+9
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault1-7/+5
2023-05-26Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.hJoseph Myers1-0/+4
2023-05-26Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.hJoseph Myers1-0/+1
2023-05-26setipv4sourcefilter: Avoid using alloca.Joe Simmons-Talbott1-17/+7
2023-05-24sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat1-2/+4
2023-05-23Regenerate configure fragment -- BZ 25337.Paul Pluzhnikov1-1/+1
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov23-34/+34
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov69-87/+87
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov37-105/+105
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-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-20htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev4-18/+9
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev44-242/+95
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 Bugaev4-4/+10
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2-1/+5
2023-05-19hurd: Fix expected c++ typesSamuel Thibault1-19/+19
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 Bugaev2-7/+9
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-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-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