about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz2024-02-176-0/+456
* hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev2024-01-041-0/+1
* Implement C23 <stdbit.h>Joseph Myers2024-01-031-0/+70
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0112-12/+12
* Remove __access_noerrnoJoseph Myers2023-11-231-1/+0
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-2/+0
* hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2023-09-281-7/+1
* htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* htl: move pthread_equal into libcGuy-Fleury Iteriteka2023-08-241-1/+0
* hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer2023-06-151-0/+8
* hurd: Fix x86_64 sigreturn restoring bogus reply_portSergey Bugaev2023-06-041-38/+46
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* mach: Fix accessing mach_i386.hSamuel Thibault2023-05-231-1/+1
* hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-201-4/+1
* hurd: Fix using interposable hurd_thread_selfSergey Bugaev2023-05-192-3/+6
* hurd: Fix expected c++ typesSamuel Thibault2023-05-191-19/+19
* hurd: Also make it possible to call strlen very earlySergey Bugaev2023-05-171-0/+3
* hurd: Fix setting up pthreadsSergey Bugaev2023-05-171-0/+93
* hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev2023-05-171-6/+19
* hurd: Make sure to not use tcb->selfSergey Bugaev2023-05-171-2/+1
* hurd: Fix computing user stack pointerSergey Bugaev2023-05-161-1/+1
* hurd: Fix sc_i386_thread_state layoutSergey Bugaev2023-05-161-0/+8
* hurd: Fix ld.so nameSamuel Thibault2023-05-061-0/+1
* hurd: Add ioperm symbol on x86_64Samuel Thibault2023-05-062-0/+6
* hurd 64bit: Add data for check-c++-typesSamuel Thibault2023-05-011-0/+67
* hurd 64bit: Add missing data file for check-localplt testSamuel Thibault2023-05-011-0/+44
* hurd 64bit: Add missing libanlSamuel Thibault2023-05-011-0/+4
* hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault2023-05-011-0/+5
* hurd: Add expected abilist files for x86_64Sergey Bugaev2023-05-0112-0/+3687
* hurd: Make it possible to call memcpy very earlySergey Bugaev2023-05-011-0/+3
* hurd: Implement longjmp for x86_64Sergey Bugaev2023-05-012-0/+219
* hurd: Implement sigreturn for x86_64Sergey Bugaev2023-05-011-0/+162
* hurd: Don't migrate reply port into __init1_tcbheadSergey Bugaev2023-04-211-5/+6
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-142-6/+31
* Revert "hurd: Only check for TLS initialization inside rtld or in static builds"Samuel Thibault2023-04-112-31/+6
* hurd: Don't leak __hurd_reply_port0Sergey Bugaev2023-04-111-1/+8
* hurd: Only check for TLS initialization inside rtld or in static buildsSergey Bugaev2023-04-102-7/+33
* hurd: Implement x86_64/intr-msg.hSergey Bugaev2023-04-101-0/+119
* hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev2023-04-102-0/+169
* hurd: Add vm_param.h for x86_64Sergey Bugaev2023-04-031-0/+24
* hurd: Implement _hurd_longjmp_thread_state for x86_64Sergey Bugaev2023-04-031-0/+41
* htl: Implement thread_set_pcsptp for x86_64Sergey Bugaev2023-04-031-0/+73