| Commit message (Expand) | Author | Age | Files | Lines |
* | libthr: fix typo in comment | Konstantin Belousov | 4 days | 1 | -1/+1 |
* | libc,libthr: Remove __pthread_distribute_static_tls | Jessica Clarke | 2025-07-10 | 2 | -40/+0 |
* | libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did u... | Konstantin Belousov | 2025-06-22 | 3 | -2/+6 |
* | Implement CLOCK_TAI | Nathan Whitehorn | 2025-06-12 | 1 | -0/+1 |
* | C runtime: add kernel version guards on exterrctl | Brooks Davis | 2025-06-04 | 2 | -2/+9 |
* | Provide user interface to retrieve reported extended errors | Konstantin Belousov | 2025-05-31 | 1 | -2/+12 |
* | C runtime: enable extended error reporting from kernel | Konstantin Belousov | 2025-05-31 | 3 | -0/+10 |
* | thr_new: add a flag indicating that the thread is created by C runtime | Konstantin Belousov | 2025-05-31 | 1 | -1/+1 |
* | libc, libthr: Ditch MD __pthread_distribute_static_tls helpers | Jessica Clarke | 2025-05-29 | 1 | -9/+16 |
* | libthr: add stable user interface for sigfastblock(2) | Konstantin Belousov | 2025-05-19 | 1 | -0/+19 |
* | pthread_switch_add_np(3): remove | Konstantin Belousov | 2025-05-19 | 1 | -1/+4 |
* | thr_rtld: accept read lock requests while owning the lock for write | Konstantin Belousov | 2025-05-02 | 1 | -5/+21 |
* | libthr: properly align struct pthreads | Konstantin Belousov | 2025-04-25 | 1 | -1/+3 |
* | libthr: add __thr_aligned_alloc_offset() | Konstantin Belousov | 2025-04-25 | 2 | -0/+14 |
* | pthread_create(): style | Konstantin Belousov | 2025-01-14 | 1 | -3/+3 |
* | libpthread_init(): ensure curthread == NULL until set explicitly | Konstantin Belousov | 2025-01-14 | 1 | -0/+2 |
* | libthr: switch thread and sleepq memory allocator to crt from libc malloc | Konstantin Belousov | 2025-01-14 | 2 | -4/+4 |
* | pthread_mutex_trylock(): init libthr if needed | Konstantin Belousov | 2025-01-14 | 1 | -0/+1 |
* | libthr: use atomic_add_int() instead of atomic_fetchadd_int() | Konstantin Belousov | 2025-01-14 | 1 | -5/+5 |
* | check_cancel: when in_sigsuspend, send SIGCANCEL unconditionally | Konstantin Belousov | 2024-12-28 | 1 | -3/+5 |
* | pthread_setcancelstate(3): make it async-signal-safe | Konstantin Belousov | 2024-12-28 | 1 | -6/+6 |
* | thr_cancel.c: use testcancel() instead of manually expanding it | Konstantin Belousov | 2024-12-28 | 1 | -3/+2 |
* | libthr: move dlerror_msg into zeroed part of struct thread | Konstantin Belousov | 2024-12-28 | 1 | -5/+5 |
* | thr_sig.c: style | Konstantin Belousov | 2024-12-28 | 1 | -12/+10 |
* | thr_cancel.c: style | Konstantin Belousov | 2024-12-28 | 1 | -4/+4 |
* | libc, libthr: coordinate stubs for pthread_{suspend,resume}_all_np | Kyle Evans | 2024-11-14 | 4 | -4/+10 |
* | libthr: allow very early atfork registration | Kyle Evans | 2024-11-14 | 2 | -9/+12 |
* | lib{c,sys}: stop exposing errno symbol | Brooks Davis | 2024-09-27 | 1 | -4/+3 |
* | Remove "All Rights Reserved" from FreeBSD Foundation copyrights | Ed Maste | 2024-07-30 | 1 | -1/+0 |
* | rtld: avoid division in __thr_map_stacks_exec() | Konstantin Belousov | 2024-07-29 | 1 | -4/+1 |
* | Revert "Avoid division in round_up." | Brooks Davis | 2024-07-25 | 1 | -1/+4 |
* | Avoid division in round_up. | John F. Carr | 2024-07-25 | 1 | -4/+1 |
* | libthr: Preresolve selected EABI symbols on arm. | Michal Meloun | 2024-07-25 | 2 | -0/+4 |
* | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
* | rtld: quiet gcc -Wrestrict | Ryan Libby | 2024-07-07 | 1 | -3/+3 |
* | libthr: move __always_inline to canonical position | Ryan Libby | 2024-06-24 | 1 | -1/+1 |
* | Simplify signal handling code in libthr by removing use of SYS_sigreturn | Dapeng Gao | 2024-06-06 | 1 | -5/+3 |
* | libthr: avoid varargs in fcntl and openat interposers | Brooks Davis | 2024-05-08 | 2 | -22/+7 |
* | libthr: add pthread_sigqueue(3) | Konstantin Belousov | 2024-04-23 | 3 | -0/+81 |
* | libthr: always use __libc_interposing_slot() | Brooks Davis | 2024-04-22 | 1 | -1/+1 |
* | syscalls.master: make __sys_fcntl take an intptr_t | Brooks Davis | 2024-03-19 | 1 | -2/+2 |
* | libthr: restore _pthread_cond_timedwait | Brooks Davis | 2024-03-12 | 1 | -0/+1 |
* | libthr: remove explicit sys/cdefs.h includes | Konstantin Belousov | 2024-03-06 | 49 | -50/+0 |
* | libthr: move _umtx_op_err() to libsys | Brooks Davis | 2024-02-05 | 2 | -11/+0 |
* | libc: split libc and syscall interposing (1/2) | Brooks Davis | 2024-02-05 | 1 | -5/+10 |
* | libthr: Force the thr_wake() symbol to be resolved during initialization | Mark Johnston | 2024-02-02 | 1 | -0/+1 |
* | pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on error | Olivier Certner | 2024-01-10 | 2 | -20/+27 |
* | libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc() | Olivier Certner | 2024-01-09 | 1 | -1/+1 |
* | libthr: thr_attr.c: More style and clarity fixes | Olivier Certner | 2024-01-09 | 1 | -7/+7 |
* | libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid arguments | Olivier Certner | 2024-01-04 | 1 | -13/+7 |