summaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2025-08-16htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin_np} into libc.gfleury
2025-08-16htl: move pthread_exit into libc.gfleury
2025-08-16htl: move pthread_detach into libc.gfleury
2025-08-16htl: move __pthread_sigstate_init into libc.gfleury
2025-08-16htl: move pthread_mutex_transfer_np into libc.gfleury
2025-08-16htl: move pthread_getattr_np into libc.gfleury
2025-08-16htl: move pthread_testcancel into libc.gfleury
2025-08-16htl: move pthread_kill into libc.gfleury
2025-08-16htl: move pthread_cancel, __pthread_do_cancel into libc.gfleury
2025-08-16htl: move __thread_set_pcsptp into libc.gfleury
2025-08-16htl: move pthread_yield into libc.gfleury
2025-08-16htl: move pthread_getcpuclockid into libc.gfleury
2025-08-16htl: move __pthread_thread_{alloc, start, terminate} into libc.gfleury
2025-08-16htl: move __pthread_stack_alloc into libc.gfleury
2025-08-16htl: move pthread_get/setconcurrency into libc.gfleury
2025-08-16htl: move pthread_setschedprio into libc.gfleury
2025-07-06htl: move __pthread_get_cleanup_stack to libcSamuel Thibault
2025-07-05hurd: Mark more xfails for missing RLIMIT_AS supportSamuel Thibault
2025-06-21hurd: Remove a duplicate entry from 'tests-unsupported'.Collin Funk
2025-06-21hurd: Fix redefinition of 'P2ALIGN'.Collin Funk
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)
2025-06-17hurd/termios: remove USE_OLD_TTYH. Peter Anvin (Intel)
2025-06-15htl: move pthread_key_*, pthread_get/setspecificgfleury
2025-06-09hurd: Make __getrandom_early_init call __mach_initSamuel Thibault
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-12hurd: Make rename refuse trailing slashes [BZ #32570]Samuel Thibault
2025-05-09Implement C23 compoundnJoseph Myers
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-04-21hurd: Make symlink return EEXIST on existing target directorySamuel Thibault
2025-04-21hurd: Clear FP exceptions before calling signal handlerSamuel Thibault
2025-04-21hurd: Do not check for xstate level if it was not initializedSamuel Thibault
2025-04-21hurd: Do not restore xstate when it is not initializedSamuel Thibault
2025-04-20hurd: Make *utime*s catch invalid times [BZ #32802, BZ #32803]Samuel Thibault
2025-04-18hurd: save xstate during signal handlingLuca Dariz
2025-04-18hurd: Check return value of mach_port_mod_refs() in the dup routine of fcntl()Zhaoming Luo
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella
2025-03-27Implement C23 pownJoseph Myers
2025-03-25mach: Use the host_get_time64 to replace the deprecated host_get_time for CLO...Zhaoming Luo
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Remove eloop-threshold.hAdhemerval Zanella
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-03-14Implement C23 powrJoseph Myers
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella
2025-03-07Implement C23 rsqrtJoseph Myers
2025-03-06htl: Make __pthread_sigmask directly call __sigthreadmaskSamuel Thibault
2025-03-06hurd: Consolidate signal mask changeSamuel Thibault
2025-03-05Remove dl-procinfo.hAdhemerval Zanella
2025-03-02htl: move pthread_once into libcSamuel Thibault