aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz
2024-02-17Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev
2024-01-03mach: Drop SNARF_ARGS macroSergey Bugaev
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev
2024-01-03hurd: Add some missing includesSergey Bugaev
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-02hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault
2023-11-23Remove __access_noerrnoJoseph Myers
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar
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-16hurd: Fix strictness of <mach/thread_state.h>Samuel Thibault
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-03htl: Let Mach place thread stacksSergey Bugaev
2023-07-02mach: strerror must not return NULL (bug 30555)Samuel Thibault
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