aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault
2023-05-23mach: Fix installing mach_i386.hSamuel Thibault
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel Thibault
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev
2023-05-19hurd: Fix expected c++ typesSamuel Thibault
2023-05-17hurd: Also make it possible to call strlen very earlySergey Bugaev
2023-05-17hurd: Fix setting up pthreadsSergey Bugaev
2023-05-17hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev
2023-05-17hurd: Use __mach_setup_thread_call ()Sergey Bugaev
2023-05-17mach: Define MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev
2023-05-17Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME...Flavio Cruz
2023-05-16hurd: Fix computing user stack pointerSergey Bugaev
2023-05-16hurd: Fix sc_i386_thread_state layoutSergey Bugaev
2023-05-16hurd: Align signal stack pointer after allocating stackframeSergey Bugaev
2023-05-16hurd: Fix aligning signal stack pointerSergey Bugaev
2023-05-11hurd: rule out some mach headers when generating errno.hSamuel Thibault
2023-05-11Stop checking if MiG supports retcode.Flavio Cruz
2023-05-06Update hurd/hurdselect.c to be more portable.Flavio Cruz
2023-05-06hurd: Fix ld.so nameSamuel Thibault
2023-05-06hurd: Add ioperm symbol on x86_64Samuel Thibault
2023-05-05Update sysdeps/mach/hurd/ioctl.c to make it more portableFlavio Cruz
2023-05-02hurd 64bit: Make dev_t word typeSamuel Thibault
2023-05-01hurd 64bit: Fix struct msqid_ds and shmid_ds fieldsSamuel Thibault
2023-05-01hurd 64bit: Fix ipc_perm fields typesSamuel Thibault
2023-05-01hurd 64bit: Fix flock fields typesSamuel Thibault
2023-05-01hurd 64bit: Add data for check-c++-typesSamuel Thibault
2023-05-01hurd 64bit: Fix pthread_t/thread_t type to longSamuel Thibault
2023-05-01hurd 64bit: Add missing data file for check-localplt testSamuel Thibault
2023-05-01hurd 64bit: Add missing libanlSamuel Thibault
2023-05-01hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault
2023-05-01hurd: Add expected abilist files for x86_64Sergey Bugaev
2023-05-01hurd: Replace reply port with a dead name on failed interruptionSergey Bugaev
2023-05-01Define __mig_strlen to support dynamically sized strings in hurd RPCsFlavio Cruz
2023-05-01hurd: Make it possible to call memcpy very earlySergey Bugaev
2023-05-01hurd: Implement longjmp for x86_64Sergey Bugaev
2023-05-01hurd: Implement sigreturn for x86_64Sergey Bugaev
2023-04-29hurd: Make _exit work during early boot-upSergey Bugaev
2023-04-27Fix Hurd getcwd build with GCC >= 13Joseph Myers
2023-04-26Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers
2023-04-25hurd: Do not take any flag from the CMSG_DATASamuel Thibault
2023-04-24hurd: Implement MSG_CMSG_CLOEXECSergey Bugaev
2023-04-24hurd: Don't pass FD_CLOEXEC in CMSG_DATASamuel Thibault