summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86_64
AgeCommit message (Expand)Author
2025-11-22htl: move c11 symbols into libc.gfleury
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-13htl: Remove errno and herrno from libpthreadSamuel 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-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-17Implement C23 memalignmentJoseph Myers
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-09-21hurd: catch SIGSEGV on returning from signal handlerSamuel Thibault
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
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_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_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-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)
2025-06-15htl: move pthread_key_*, pthread_get/setspecificgfleury
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-04-21hurd: Do not restore xstate when it is not initializedSamuel Thibault
2025-04-18hurd: save xstate during signal handlingLuca Dariz
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf
2025-03-27Implement C23 pownJoseph Myers
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-03-14Implement C23 powrJoseph Myers
2025-03-07Implement C23 rsqrtJoseph Myers
2025-03-02htl: move pthread_once into libcSamuel Thibault
2025-02-16htl: move pthread_rwlock_init into libc.gfleury