aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86_64
AgeCommit message (Expand)Author
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-23Remove __access_noerrnoJoseph Myers
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka
2023-06-15hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian 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-23mach: Fix accessing mach_i386.hSamuel 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 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-16hurd: Fix computing user stack pointerSergey Bugaev
2023-05-16hurd: Fix sc_i386_thread_state layoutSergey Bugaev
2023-05-06hurd: Fix ld.so nameSamuel Thibault
2023-05-06hurd: Add ioperm symbol on x86_64Samuel Thibault
2023-05-01hurd 64bit: Add data for check-c++-typesSamuel 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: 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-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev
2023-04-10hurd: Implement x86_64/intr-msg.hSergey Bugaev
2023-04-10hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev
2023-04-03hurd: Add vm_param.h for x86_64Sergey Bugaev
2023-04-03hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev
2023-04-03htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev