aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)Author
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault
2023-09-03htl: Fix stack information for main threadSamuel 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-08-08hurd: Make error_t an int in C++Samuel Thibault
2023-08-08hurd: statvfs: __f_type -> f_typeнаб
2023-08-08htl: Initialize ___pthread_self earlySamuel Thibault
2023-08-06hurd: Rework generating errno.hSamuel Thibault
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-07-03hurd: Implement MAP_EXCLSergey Bugaev
2023-07-03hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev
2023-07-03hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev
2023-07-03hurd: Map brk non-executableSergey Bugaev
2023-07-01hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault
2023-06-15hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer
2023-06-14Add the wcslcpy, wcslcat functionsFlorian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian 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-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-28hurd: Fix setting up signal thread stack alignmentSamuel Thibault
2023-05-23mach: Fix accessing mach_i386.hSamuel Thibault
2023-05-23hurd: Fix making ld.so run static binaries with retrySamuel 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 __TIMESIZE on x86_64Sergey 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-17hurd: Use __mach_setup_thread_call ()Sergey Bugaev
2023-05-16hurd: Fix computing user stack pointerSergey Bugaev
2023-05-16hurd: Fix sc_i386_thread_state layoutSergey Bugaev
2023-05-16hurd: Align signal stack pointer after allocating stackframeSergey Bugaev
2023-05-16hurd: Fix aligning signal stack pointerSergey Bugaev
2023-05-11hurd: rule out some mach headers when generating errno.hSamuel Thibault
2023-05-06Update hurd/hurdselect.c to be more portable.Flavio Cruz