aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-05-01hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault1-0/+5
2023-05-01hurd: Fix tst-writev testSamuel Thibault1-0/+5
2023-05-01nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault3-2/+4
2023-05-01hurd: Add expected abilist files for x86_64Sergey Bugaev12-0/+3687
2023-05-01hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev1-18/+7
2023-05-01Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz1-1/+2
2023-05-01hurd: Make it possible to call memcpy very earlySergey Bugaev1-0/+3
2023-05-01hurd: Implement longjmp for x86_64Sergey Bugaev2-0/+219
2023-05-01hurd: Implement sigreturn for x86_64Sergey Bugaev1-0/+162
2023-04-29hurd: Make _exit work during early boot-upSergey Bugaev1-2/+3
2023-04-28__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2023-04-28riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2-0/+47
2023-04-27Fix Hurd getcwd build with GCC >= 13Joseph Myers1-2/+3
2023-04-26Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers1-0/+19
2023-04-26if_index: Remove unneeded alloca.h includeJoe Simmons-Talbott1-1/+0
2023-04-26gethostid: Do not include alloca.hJoe Simmons-Talbott1-1/+0
2023-04-25hurd: Do not take any flag from the CMSG_DATASamuel Thibault1-1/+3
2023-04-24hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev2-2/+7
2023-04-24hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault1-2/+2
2023-04-24hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev8-23/+33
2023-04-24hurd: Don't attempt to deallocate MACH_PORT_DEADSergey Bugaev2-4/+4
2023-04-24hurd: Only deallocate addrport when it's validSergey Bugaev5-6/+10
2023-04-24hurd: Implement MAP_32BITSergey Bugaev3-7/+12
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev1-3/+6
2023-04-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev3-17/+19
2023-04-20hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTYSergey Bugaev1-2/+2
2023-04-20Created tunable to force small pages on stack allocation.Cupertino Miranda1-0/+6
2023-04-20linux: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-48/+158
2023-04-18hurd: Microoptimize sigreturnSergey Bugaev1-3/+9
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev1-12/+23
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra2-77/+101
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-33/+83
2023-04-14hurd: Remove __hurd_local_reply_portSergey Bugaev3-14/+60
2023-04-14malloc: Assure that THP mode read do write OOB end of stringtAdhemerval Zanella1-0/+2
2023-04-13malloc: Assure that THP mode is always null terminatedAdhemerval Zanella1-0/+1
2023-04-13hurd: Mark two tests as unsupportedSamuel Thibault1-0/+10
2023-04-13hurd: Restore destroying receive rights on sigreturnSamuel Thibault1-2/+2
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault6-83/+33
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev2-1/+13
2023-04-10hurd: Improve reply port handling when exiting signal handlersSergey Bugaev1-16/+5
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev6-34/+85
2023-04-10elf: Stop including tls.h in ldsodefs.hSergey Bugaev1-1/+0
2023-04-10hurd: Port trampoline.c to x86_64Sergey Bugaev1-7/+151
2023-04-10hurd: Do not declare local variables volatileSergey Bugaev1-2/+2
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev1-0/+119
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev3-0/+326
2023-04-10hurd: Stop depending on the default_pager stubs provided by gnumachFlavio Cruz2-4/+2
2023-04-05<sys/platform/x86.h>: Add PREFETCHI supportH.J. Lu4-0/+7
2023-04-05<sys/platform/x86.h>: Add AMX-COMPLEX supportH.J. Lu4-0/+8
2023-04-05<sys/platform/x86.h>: Add AVX-NE-CONVERT supportH.J. Lu4-0/+8