about summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* Implement C23 log2p1Joseph Myers8 days2-0/+16
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer11 days1-2/+2
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-231-0/+9
* htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2024-03-231-2/+7
* hurd: Use the RETURN_ADDRESS macroSergey Bugaev2024-03-231-1/+1
* hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2024-03-232-2/+2
* Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz2024-02-176-0/+456
* Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz2024-02-174-3/+216
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-121-1/+6
* hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev2024-01-041-0/+4
* hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev2024-01-041-4/+11
* hurd: Make init-first.c no longer x86-specificSergey Bugaev2024-01-041-2/+2
* hurd: Drop x86-specific assembly from init-first.cSergey Bugaev2024-01-041-9/+1
* hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev2024-01-043-9/+11
* mach: Drop SNARF_ARGS macroSergey Bugaev2024-01-032-21/+0
* mach: Drop some unnecessary vm_param.h includesSergey Bugaev2024-01-031-1/+0
* hurd: Add some missing includesSergey Bugaev2024-01-031-0/+1
* Implement C23 <stdbit.h>Joseph Myers2024-01-032-0/+140
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01416-416/+416
* hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault2023-12-021-0/+2
* Remove __access_noerrnoJoseph Myers2023-11-236-45/+5
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-6/+0
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-201-1/+15
* hurd: Fix spawni returning allocation errors.Samuel Thibault2023-11-141-2/+8
* hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault2023-11-071-0/+1
* Update BAD_TYPECHECK to work on x86_64Flavio Cruz2023-11-061-6/+3
* 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