aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar1-3/+2
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella3-12/+1
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault3-11/+7
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault1-1/+1
2023-09-03htl: Fix stack information for main threadSamuel Thibault1-3/+27
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka2-2/+0
2023-08-16hurd: Fix strictness of <mach/thread_state.h>Samuel Thibault1-3/+3
2023-08-08hurd: Make error_t an int in C++Samuel Thibault1-0/+6
2023-08-08hurd: statvfs: __f_type -> f_typeнаб1-2/+2
2023-08-08htl: Initialize ___pthread_self earlySamuel Thibault1-0/+14
2023-08-06hurd: Rework generating errno.hSamuel Thibault3-41/+19
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar2-152/+192
2023-07-03hurd: Implement MAP_EXCLSergey Bugaev2-10/+23
2023-07-03hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev1-2/+9
2023-07-03hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev1-3/+7
2023-07-03hurd: Map brk non-executableSergey Bugaev1-2/+2
2023-07-03htl: Let Mach place thread stacksSergey Bugaev1-29/+6
2023-07-02mach: strerror must not return NULL (bug 30555)Samuel Thibault1-7/+19
2023-07-01hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault1-2/+7
2023-06-15hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer1-0/+8
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer1-0/+4
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer1-0/+4
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-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov10-11/+11
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault1-7/+5
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault4-4/+8
2023-05-23mach: Fix installing mach_i386.hSamuel Thibault2-2/+2
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel Thibault1-1/+1
2023-05-20hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev44-242/+95
2023-05-19hurd: Fix using interposable hurd_thread_selfSergey Bugaev3-4/+7
2023-05-19hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2-1/+5
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 Bugaev2-1/+94
2023-05-17hurd: Fix x86_64 _hurd_tls_forkSergey Bugaev1-6/+19
2023-05-17hurd: Make sure to not use tcb->selfSergey Bugaev3-26/+14
2023-05-17hurd: Use __mach_setup_thread_call ()Sergey Bugaev2-7/+9
2023-05-17mach: Define MACHINE_THREAD_STATE_SETUP_CALLSergey Bugaev2-0/+22
2023-05-17Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIME...Flavio Cruz1-1/+1
2023-05-16hurd: Fix computing user stack pointerSergey Bugaev1-1/+1