aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Implement C23 log2p1Joseph Myers2-0/+16
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-2/+2
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev1-0/+9
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev1-2/+7
2024-03-23hurd: Use the RETURN_ADDRESS macroSergey Bugaev1-1/+1
2024-03-23hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2-2/+2
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz6-0/+456
2024-02-17Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz4-3/+216
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao1-1/+6
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev1-0/+4
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev1-4/+11
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-2/+2
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev3-9/+11
2024-01-03mach: Drop SNARF_ARGS macroSergey Bugaev2-21/+0
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev1-1/+0
2024-01-03hurd: Add some missing includesSergey Bugaev1-0/+1
2024-01-03Implement C23 <stdbit.h>Joseph Myers2-0/+140
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert416-416/+416
2023-12-02hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault1-0/+2
2023-11-23Remove __access_noerrnoJoseph Myers6-45/+5
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-6/+0
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault1-1/+15
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault1-2/+8
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault1-0/+1
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz1-6/+3
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