summaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2025-11-22htl: move c11 symbols into libc.gfleury
2025-11-21htl: Move pthread_atfork compatibility symbol to libcSamuel Thibault
2025-11-21htl: move pthread_spin_{destroy, lock, init, trylock, unlock) and remove _pth...gfleury
2025-11-20hurd: Add missing free_sized and free_aligned_sizedSamuel Thibault
2025-11-18htl: move pthread_hurd_cond_timedwait_np, pthread_hurd_cond_wait_np into libc.gfleury
2025-11-18htl: move pthread_getname_np/setname_np into libc.gfleury
2025-11-17htl: move pthread_create to into libcSamuel Thibault
2025-11-16hurd: Fix restoring SSE state on signalSamuel Thibault
2025-11-13htl: Remove errno and herrno from libpthreadSamuel Thibault
2025-11-13htl: Drop pthread-functions infrastructureSamuel Thibault
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-12hurd: Drop remnants of cthreadsSamuel Thibault
2025-11-10Filter out internal abort during ld.so buildAdhemerval Zanella
2025-11-09hurd: make setpriority clamp nice values to 0..2*NZERO-1 [BZ #33614]Samuel Thibault
2025-11-09Revert "hurd: Make rename refuse trailing slashes [BZ #32570]"Samuel Thibault
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from lgammaf/lgammaf_rAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from atan2fAdhemerval Zanella
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from sinhfAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from yn/jnAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y1/j1Adhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y0/j0Adhemerval Zanella
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acoshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodfAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodAdhemerval Zanella
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-20posix: Defined _POSIX_VDISABLE as integer literalAdhemerval Zanella
2025-10-17Implement C23 memalignmentJoseph Myers
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-09-22hurd: Note BZ #30166 as fixedSamuel Thibault
2025-09-22hurd: implement RLIMIT_AS against Mach RPCsDiego Nieto Cid
2025-09-21hurd: catch SIGSEGV on returning from signal handlerSamuel Thibault
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-18htl: move sem_unlink into libc.gfleury
2025-08-18htl: move sem_{clockwait, timedwait, wait, trywait} into libc.gfleury
2025-08-18htl: move sem_post into libc.gfleury
2025-08-18htl: move sem_open, sem_close into libc.gfleury
2025-08-18htl: move sem_init into libc.gfleury
2025-08-18htl: move sem_getvalue into libc.gfleury
2025-08-18htl: move sem_destroy into libc.gfleury
2025-08-16htl: move __pthread_setup into libc.gfleury