about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar2023-11-011-3/+2
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-303-12/+1
* hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2023-09-283-11/+7
* htl: avoid exposing the vm_region symbolSamuel Thibault2023-09-091-1/+1
* htl: Fix stack information for main threadSamuel Thibault2023-09-031-3/+27
* htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_equal into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* hurd: Fix strictness of <mach/thread_state.h>Samuel Thibault2023-08-161-3/+3
* hurd: Make error_t an int in C++Samuel Thibault2023-08-081-0/+6
* hurd: statvfs: __f_type -> f_typeнаб2023-08-081-2/+2
* htl: Initialize ___pthread_self earlySamuel Thibault2023-08-081-0/+14
* hurd: Rework generating errno.hSamuel Thibault2023-08-063-41/+19
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-172-152/+192
* hurd: Implement MAP_EXCLSergey Bugaev2023-07-032-10/+23
* hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev2023-07-031-2/+9
* hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev2023-07-031-3/+7
* hurd: Map brk non-executableSergey Bugaev2023-07-031-2/+2
* htl: Let Mach place thread stacksSergey Bugaev2023-07-031-29/+6
* mach: strerror must not return NULL (bug 30555)Samuel Thibault2023-07-021-7/+19
* hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault2023-07-011-2/+7
* hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer2023-06-151-0/+8
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+4
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-141-0/+4
* 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
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-3010-11/+11
* hurd: Fix setting up signal thread stack alignmentSamuel Thibault2023-05-281-7/+5
* mach: Fix accessing mach_i386.hSamuel Thibault2023-05-234-4/+8
* mach: Fix installing mach_i386.hSamuel Thibault2023-05-232-2/+2
* hurd: Fix making ld.so run static binaries with retrySamuel Thibault2023-05-231-1/+1
* hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-2044-242/+95
* hurd: Fix using interposable hurd_thread_selfSergey Bugaev2023-05-193-4/+7
* hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2023-05-192-1/+5
* 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-172-1/+94
* hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev2023-05-171-6/+19
* hurd: Make sure to not use tcb->selfSergey Bugaev2023-05-173-26/+14
* hurd: Use __mach_setup_thread_call ()Sergey Bugaev2023-05-172-7/+9
* mach: Define MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev2023-05-172-0/+22
* Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME...Flavio Cruz2023-05-171-1/+1
* hurd: Fix computing user stack pointerSergey Bugaev2023-05-161-1/+1