aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev3-4/+7
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev1-1/+3
2023-05-19hurd: Fix expected c++ typesSamuel Thibault1-19/+19
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-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-11hurd: rule out some mach headers when generating errno.hSamuel Thibault2-3/+4
2023-05-06Update hurd/hurdselect.c to be more portable.Flavio Cruz1-5/+1
2023-05-06hurd: Fix ld.so nameSamuel Thibault1-0/+1
2023-05-06hurd: Add ioperm symbol on x86_64Samuel Thibault2-0/+6
2023-05-05Update sysdeps/mach/hurd/ioctl.c to make it more portableFlavio Cruz1-20/+27
2023-05-02hurd 64bit: Make dev_t word typeSamuel Thibault1-1/+1
2023-05-01hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault2-0/+83
2023-05-01hurd 64bit: Fix ipc_perm fields typesSamuel Thibault1-0/+33
2023-05-01hurd 64bit: Fix flock fields typesSamuel Thibault4-27/+95
2023-05-01hurd 64bit: Add data for check-c++-typesSamuel Thibault1-0/+67
2023-05-01hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault2-0/+48
2023-05-01hurd 64bit: Add missing data file for check-localplt testSamuel Thibault1-0/+44
2023-05-01hurd 64bit: Add missing libanlSamuel Thibault1-0/+4
2023-05-01hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault1-0/+5
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-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-27Fix Hurd getcwd build with GCC >= 13Joseph Myers1-2/+3
2023-04-26Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers1-0/+19
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 Bugaev2-0/+11
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-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-18hurd: Microoptimize sigreturnSergey Bugaev1-3/+9
2023-04-17hurd: Fix restoring reply port in sigreturnSergey Bugaev1-12/+23
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 Bugaev2-13/+59
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