Age | Commit message (Expand) | Author | Files | Lines |
4 days | Implement C23 powr | Joseph Myers | 2 | -0/+16 |
5 days | elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] | Adhemerval Zanella | 1 | -0/+2 |
11 days | Implement C23 rsqrt | Joseph Myers | 2 | -0/+16 |
13 days | htl: Make __pthread_sigmask directly call __sigthreadmask | Samuel Thibault | 1 | -0/+2 |
13 days | hurd: Consolidate signal mask change | Samuel Thibault | 3 | -103/+87 |
13 days | Remove dl-procinfo.h | Adhemerval Zanella | 1 | -1/+0 |
2025-03-02 | htl: move pthread_once into libc | Samuel Thibault | 4 | -2/+4 |
2025-02-16 | htl: move pthread_rwlock_init into libc. | gfleury | 4 | -2/+4 |
2025-02-16 | htl: move pthread_rwlock_destroy into libc. | gfleury | 4 | -2/+4 |
2025-02-16 | htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo... | gfleury | 4 | -12/+24 |
2025-02-16 | htl: move pthread_rwlock_unlock into libc. | gfleury | 4 | -2/+4 |
2025-02-16 | htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc. | gfleury | 4 | -4/+8 |
2025-02-16 | htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l... | gfleury | 4 | -4/+8 |
2025-02-16 | htl: move pthread_rwlockattr_destroy into libc. | gfleury | 4 | -2/+4 |
2025-02-16 | htl: move pthread_rwlockattr_init into libc. | gfleury | 4 | -2/+4 |
2025-02-10 | hurd: Replace char foo[1024] with string_t | Samuel Thibault | 7 | -7/+7 |
2025-02-10 | hurd: Drop useless buffer initialization in ttyname* | Samuel Thibault | 2 | -2/+0 |
2025-02-10 | htl: move pthread_barrier_wait into libc. | gfleury | 4 | -2/+4 |
2025-02-10 | htl: move pthread_barrier_init into libc. | gfleury | 4 | -2/+4 |
2025-02-10 | htl: move pthread_barrier_destroy into libc. | gfleury | 4 | -2/+4 |
2025-02-10 | htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into... | gfleury | 4 | -4/+8 |
2025-02-10 | htl: move pthread_barrierattr_init into libc. | gfleury | 4 | -2/+4 |
2025-02-10 | htl: move pthread_barrierattr_destroy into libc. | gfleury | 4 | -2/+4 |
2025-02-01 | hurd: Use the new __proc_reauthenticate_complete protocol | Sergey Bugaev | 1 | -5/+23 |
2025-02-01 | htl: move pthread_setcancelstate into libc. | gfleury | 3 | -2/+1 |
2025-01-29 | htl: move pthread_setcanceltype into libc. | gfleury | 3 | -2/+1 |
2025-01-29 | htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. | gfleury | 5 | -8/+19 |
2025-01-29 | htl: move pthread_mutex_destroy into libc. | gfleury | 4 | -4/+7 |
2025-01-29 | htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc | gfleury | 6 | -8/+24 |
2025-01-29 | htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} | gfleury | 8 | -24/+34 |
2025-01-29 | htl: move pthread_mutex_init into libc. | gfleury | 4 | -4/+7 |
2025-01-19 | hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569] | Samuel Thibault | 4 | -7/+23 |
2025-01-12 | hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L | Samuel Thibault | 1 | -1/+1 |
2025-01-12 | hurd: Mark more memory-hungry tests as unsupported | Samuel Thibault | 1 | -0/+1 |
2025-01-12 | hurd: Mark more memory-hungry tests as unsupported | Samuel Thibault | 1 | -0/+5 |
2025-01-12 | hurd: Mark tst-tls-allocation-failure-static-patched as supported | Samuel Thibault | 1 | -3/+0 |
2025-01-12 | hurd: Cope with signals sent to ourself early | Samuel Thibault | 1 | -0/+10 |
2025-01-11 | hurd: Mark more memory-hungry tests as unsupported | Samuel Thibault | 1 | -0/+22 |
2025-01-07 | hurd: Accept null arguments for utimensat pathname | Samuel Thibault | 1 | -5/+11 |
2025-01-06 | hurd: Fix shutdown() errno on non-sock | Samuel Thibault | 1 | -0/+5 |
2025-01-02 | htl: move pthread_mutexattr_setprioceiling, pthread_mutexattr_getprioceiling ... | gfleury | 6 | -8/+24 |
2025-01-02 | htl: move pthread_mutexattr_{setrobust, setrobust_np}, pthread_mutexattr_{get... | gfleury | 6 | -14/+36 |
2025-01-02 | htl: move pthread_mutexattr_setpshared, pthread_mutexattr_getpshared into libc. | gfleury | 6 | -8/+29 |
2025-01-02 | htl: move pthread_mutexattr_settype, pthread_mutexattr_gettype into libc. | gfleury | 6 | -7/+22 |
2025-01-02 | htl: move pthread_mutexattr_setprotocol into libc. | Samuel Thibault | 5 | -4/+13 |
2025-01-02 | htl: move pthread_mutexattr_getprotocol into libc. | gfleury | 5 | -4/+13 |
2025-01-01 | htl: move pthread_mutexattr_destroy into libc. | gfleury | 5 | -3/+3 |
2025-01-01 | htl: move pthread_mutexattr_init into libc. | gfleury | 5 | -2/+3 |
2025-01-01 | bits/socket.h: Update to recent BSD definition | Samuel Thibault | 1 | -8/+4 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 383 | -383/+383 |