Age | Commit message (Expand) | Author | Files | Lines |
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-07 | mach: Make clock_nanosleep also check tv_sec | Samuel Thibault | 1 | -0/+1 |
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 | 423 | -423/+423 |
2024-12-31 | elf: Do not change stack permission on dlopen/dlmopen | Adhemerval Zanella | 2 | -1/+2 |
2024-12-27 | hurd: Avoid asm statements which return | Samuel Thibault | 5 | -67/+96 |
2024-12-22 | htl: move pthread_cond_timedwait, pthread_cond_clockwait, pthread_cond_wait i... | gfleury | 4 | -6/+4 |
2024-12-22 | htl: move __pthread_mutex_checklocked into libc. | gfleury | 8 | -2/+8 |
2024-12-22 | htl: move __pthread_timedblock, __pthread_timedblock_intr, __pthread_block, _... | gfleury | 2 | -0/+2 |
2024-12-22 | htl: move pthread_cond_signal into libc. | gfleury | 3 | -2/+1 |
2024-12-22 | htl: move pthread_cond_broadcast into libc. | gfleury | 3 | -2/+1 |
2024-12-22 | htl: move pthread_cond_destroy into libc. | gfleury | 3 | -2/+1 |
2024-12-22 | htl: move __pthread_wakeup into libc. | gfleury | 1 | -0/+1 |
2024-12-22 | htl: move pthread_cond_init into libc. | gfleury | 3 | -2/+1 |
2024-12-22 | hurd: make mprotect translate KERN_PROTECTION_FAILURE to EACCESS | Samuel Thibault | 1 | -0/+3 |
2024-12-14 | htl: move pthread_sigmask into libc. | gfleury | 5 | -6/+8 |
2024-12-14 | htl: move __pthread_sigstate into libc. | gfleury | 1 | -0/+1 |
2024-12-14 | htl: move __pthread_sigstate_destroy into libc. | gfleury | 1 | -0/+1 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 2 | -0/+16 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 2 | -0/+16 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 2 | -0/+16 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 2 | -0/+16 |
2024-12-09 | htl: move pthread_condattr_setpshared into libc. | gfleury | 4 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_setclock into libc. | gfleury | 4 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_init into libc. | gfleury | 3 | -2/+1 |
2024-12-09 | htl: move pthread_condattr_getpshared into libc. | gfleury | 4 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_getclock into libc. | gfleury | 4 | -2/+4 |
2024-12-09 | htl: move pthread_condattr_destroy into libc. | gfleury | 3 | -2/+1 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 2 | -0/+16 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 2 | -0/+16 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 2 | -0/+16 |
2024-11-25 | hurd: Add MAP_NORESERVE mmap flag | Samuel Thibault | 1 | -0/+1 |
2024-11-19 | htl: move pthread_attr_init into libc. | gfleury | 3 | -2/+1 |
2024-11-19 | htl: move pthread_attr_setguardsize into libc. | gfleury | 4 | -2/+4 |
2024-11-19 | htl: move pthread_attr_setschedparam into libc. | gfleury | 3 | -2/+1 |
2024-11-19 | htl: move pthread_attr_setscope into libc. | gfleury | 3 | -2/+1 |
2024-11-19 | htl: move pthread_attr_setstackaddr into libc. | gfleury | 4 | -4/+8 |
2024-11-19 | htl: move pthread_attr_setstacksize into libc. | gfleury | 4 | -2/+4 |
2024-11-19 | htl: move pthread_attr_getstack into libc. | gfleury | 4 | -2/+4 |
2024-11-19 | htl: move pthread_attr_getstackaddr into libc. | gfleury | 4 | -2/+4 |