aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86_64
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Implement C23 log2p1Joseph Myers1-0/+8
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz6-0/+456
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev1-0/+1
2024-01-03Implement C23 <stdbit.h>Joseph Myers1-0/+70
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert12-12/+12
2023-11-23Remove __access_noerrnoJoseph Myers1-1/+0
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-2/+0
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault1-7/+1
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka1-1/+0
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka1-1/+0
2023-06-15hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer1-0/+8
2023-06-04hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev1-38/+46
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault1-1/+1
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev1-4/+1
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev2-3/+6
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 Bugaev1-0/+93
2023-05-17hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev1-6/+19
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev1-2/+1
2023-05-16hurd: Fix computing user stack pointerSergey Bugaev1-1/+1
2023-05-16hurd: Fix sc_i386_thread_state layoutSergey Bugaev1-0/+8
2023-05-06hurd: Fix ld.so nameSamuel Thibault1-0/+1
2023-05-06hurd: Add ioperm symbol on x86_64Samuel Thibault2-0/+6
2023-05-01hurd 64bit: Add data for check-c++-typesSamuel Thibault1-0/+67
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: 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-21hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev1-5/+6
2023-04-14hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2-6/+31
2023-04-11Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault2-31/+6
2023-04-11hurd: Don't leak __hurd_reply_port0Sergey Bugaev1-1/+8
2023-04-10hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2-7/+33
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 Bugaev2-0/+169
2023-04-03hurd: Add vm_param.h for x86_64Sergey Bugaev1-0/+24
2023-04-03hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev1-0/+41