aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
2025-07-06htl: move __pthread_get_cleanup_stack to libcSamuel Thibault4-3/+3
2025-07-05hurd: Mark more xfails for missing RLIMIT_AS supportSamuel Thibault1-0/+1
2025-06-21hurd: Remove a duplicate entry from 'tests-unsupported'.Collin Funk1-3/+0
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)2-0/+10
2025-06-17hurd/termios: remove USE_OLD_TTYH. Peter Anvin (Intel)1-29/+2
2025-06-15htl: move pthread_key_*, pthread_get/setspecificgfleury4-10/+18
2025-06-09hurd: Make __getrandom_early_init call __mach_initSamuel Thibault1-0/+30
2025-05-14Implement C23 rootn.Joseph Myers2-0/+16
2025-05-12hurd: Make rename refuse trailing slashes [BZ #32570]Samuel Thibault1-3/+16
2025-05-09Implement C23 compoundnJoseph Myers2-0/+16
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella1-3/+2
2025-04-21hurd: Make symlink return EEXIST on existing target directorySamuel Thibault1-1/+1
2025-04-21hurd: Clear FP exceptions before calling signal handlerSamuel Thibault1-4/+10
2025-04-21hurd: Do not check for xstate level if it was not initializedSamuel Thibault1-1/+1
2025-04-21hurd: Do not restore xstate when it is not initializedSamuel Thibault2-34/+40
2025-04-20hurd: Make *utime*s catch invalid times [BZ #32802, BZ #32803]Samuel Thibault3-12/+66
2025-04-18hurd: save xstate during signal handlingLuca Dariz5-25/+134
2025-04-18hurd: Check return value of mach_port_mod_refs() in the dup routine of fcntl()Zhaoming Luo2-28/+87
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf2-0/+8
2025-04-02stdlib: Fix qsort memory leak if callback throws (BZ 32058)Adhemerval Zanella1-0/+3
2025-03-27Implement C23 pownJoseph Myers2-0/+16
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey2-0/+2
2025-03-21Remove eloop-threshold.hAdhemerval Zanella2-11/+7
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat2-0/+2
2025-03-14Implement C23 powrJoseph Myers2-0/+16
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella1-0/+2
2025-03-07Implement C23 rsqrtJoseph Myers2-0/+16
2025-03-06htl: Make __pthread_sigmask directly call __sigthreadmaskSamuel Thibault1-0/+2
2025-03-06hurd: Consolidate signal mask changeSamuel Thibault3-103/+87
2025-03-05Remove dl-procinfo.hAdhemerval Zanella1-1/+0
2025-03-02htl: move pthread_once into libcSamuel Thibault4-2/+4
2025-02-16htl: move pthread_rwlock_init into libc.gfleury4-2/+4
2025-02-16htl: move pthread_rwlock_destroy into libc.gfleury4-2/+4
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury4-12/+24
2025-02-16htl: move pthread_rwlock_unlock into libc.gfleury4-2/+4
2025-02-16htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury4-4/+8
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury4-4/+8
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury4-2/+4
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury4-2/+4
2025-02-10hurd: Replace char foo[1024] with string_tSamuel Thibault7-7/+7
2025-02-10hurd: Drop useless buffer initialization in ttyname*Samuel Thibault2-2/+0
2025-02-10htl: move pthread_barrier_wait into libc.gfleury4-2/+4
2025-02-10htl: move pthread_barrier_init into libc.gfleury4-2/+4
2025-02-10htl: move pthread_barrier_destroy into libc.gfleury4-2/+4
2025-02-10htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury4-4/+8
2025-02-10htl: move pthread_barrierattr_init into libc.gfleury4-2/+4
2025-02-10htl: move pthread_barrierattr_destroy into libc.gfleury4-2/+4
2025-02-01hurd: Use the new __proc_reauthenticate_complete protocolSergey Bugaev1-5/+23
2025-02-01htl: move pthread_setcancelstate into libc.gfleury3-2/+1
2025-01-29htl: move pthread_setcanceltype into libc.gfleury3-2/+1