aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2025-01-11hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+22
2025-01-07hurd: Accept null arguments for utimensat pathnameSamuel Thibault1-5/+11
2025-01-07mach: Make clock_nanosleep also check tv_secSamuel Thibault1-0/+1
2025-01-06hurd: Fix shutdown() errno on non-sockSamuel Thibault1-0/+5
2025-01-02htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ...gfleury6-8/+24
2025-01-02htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get...gfleury6-14/+36
2025-01-02htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc.gfleury6-8/+29
2025-01-02htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc.gfleury6-7/+22
2025-01-02htl: move pthread_mutexattr_setprotocol into libc.Samuel Thibault5-4/+13
2025-01-02htl: move pthread_mutexattr_getprotocol into libc.gfleury5-4/+13
2025-01-01htl: move pthread_mutexattr_destroy into libc.gfleury5-3/+3
2025-01-01htl: move pthread_mutexattr_init into libc.gfleury5-2/+3
2025-01-01bits/socket.h: Update to recent BSD definitionSamuel Thibault1-8/+4
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert423-423/+423
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella2-1/+2
2024-12-27hurd: Avoid asm statements which returnSamuel Thibault5-67/+96
2024-12-22htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i...gfleury4-6/+4
2024-12-22htl: move __pthread_mutex_checklocked into libc.gfleury8-2/+8
2024-12-22htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _...gfleury2-0/+2
2024-12-22htl: move pthread_cond_signal into libc.gfleury3-2/+1
2024-12-22htl: move pthread_cond_broadcast into libc.gfleury3-2/+1
2024-12-22htl: move pthread_cond_destroy into libc.gfleury3-2/+1
2024-12-22htl: move __pthread_wakeup into libc.gfleury1-0/+1
2024-12-22htl: move pthread_cond_init into libc.gfleury3-2/+1
2024-12-22hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESSSamuel Thibault1-0/+3
2024-12-14htl: move pthread_sigmask into libc.gfleury5-6/+8
2024-12-14htl: move __pthread_sigstate into libc.gfleury1-0/+1
2024-12-14htl: move __pthread_sigstate_destroy into libc.gfleury1-0/+1
2024-12-12Implement C23 atan2piJoseph Myers2-0/+16
2024-12-11Implement C23 atanpiJoseph Myers2-0/+16
2024-12-10Implement C23 asinpiJoseph Myers2-0/+16
2024-12-09Implement C23 acospiJoseph Myers2-0/+16
2024-12-09htl: move pthread_condattr_setpshared into libc.gfleury4-2/+4
2024-12-09htl: move pthread_condattr_setclock into libc.gfleury4-2/+4
2024-12-09htl: move pthread_condattr_init into libc.gfleury3-2/+1
2024-12-09htl: move pthread_condattr_getpshared into libc.gfleury4-2/+4
2024-12-09htl: move pthread_condattr_getclock into libc.gfleury4-2/+4
2024-12-09htl: move pthread_condattr_destroy into libc.gfleury3-2/+1
2024-12-05Implement C23 tanpiJoseph Myers2-0/+16
2024-12-04Implement C23 sinpiJoseph Myers2-0/+16
2024-12-04Implement C23 cospiJoseph Myers2-0/+16
2024-11-25hurd: Add MAP_NORESERVE mmap flagSamuel Thibault1-0/+1
2024-11-19htl: move pthread_attr_init into libc.gfleury3-2/+1
2024-11-19htl: move pthread_attr_setguardsize into libc.gfleury4-2/+4
2024-11-19htl: move pthread_attr_setschedparam into libc.gfleury3-2/+1
2024-11-19htl: move pthread_attr_setscope into libc.gfleury3-2/+1
2024-11-19htl: move pthread_attr_setstackaddr into libc.gfleury4-4/+8
2024-11-19htl: move pthread_attr_setstacksize into libc.gfleury4-2/+4
2024-11-19htl: move pthread_attr_getstack into libc.gfleury4-2/+4
2024-11-19htl: move pthread_attr_getstackaddr into libc.gfleury4-2/+4