aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
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
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