aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury5-8/+19
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury4-4/+7
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury6-8/+24
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury8-24/+34
2025-01-29htl: move pthread_mutex_init into libc.gfleury4-4/+7
2025-01-19hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569]Samuel Thibault4-7/+23
2025-01-12hurd: Set _POSIX_MONOTONIC_CLOCK to 200809LSamuel Thibault1-1/+1
2025-01-12hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+1
2025-01-12hurd: Mark more memory-hungry tests as unsupportedSamuel Thibault1-0/+5
2025-01-12hurd: Mark tst-tls-allocation-failure-static-patched as supportedSamuel Thibault1-3/+0
2025-01-12hurd: Cope with signals sent to ourself earlySamuel Thibault1-0/+10