| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove "All Rights Reserved" from FreeBSD Foundation copyrights | Ed Maste | 2024-08-06 | 1 | -1/+0 |
| * | rtld: avoid division in __thr_map_stacks_exec() | Konstantin Belousov | 2024-08-05 | 1 | -4/+1 |
| * | libthr: Preresolve selected EABI symbols on arm. | Michal Meloun | 2024-07-31 | 2 | -0/+4 |
| * | libthr: add pthread_sigqueue(3) | Konstantin Belousov | 2024-04-30 | 3 | -0/+81 |
| * | libthr: remove explicit sys/cdefs.h includes | Konstantin Belousov | 2024-03-13 | 49 | -50/+0 |
| * | libthr: Force the thr_wake() symbol to be resolved during initialization | Mark Johnston | 2024-02-09 | 1 | -0/+1 |
| * | pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on error | Olivier Certner | 2024-01-26 | 2 | -20/+27 |
| * | libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc() | Olivier Certner | 2024-01-26 | 1 | -1/+1 |
| * | libthr: thr_attr.c: More style and clarity fixes | Olivier Certner | 2024-01-26 | 1 | -7/+7 |
| * | libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid arguments | Olivier Certner | 2024-01-18 | 1 | -13/+7 |
| * | libthr: thr_attr.c: Clarity, whitespace and style | Olivier Certner | 2024-01-18 | 1 | -278/+193 |
| * | libc: export pthread_getname_np stub | Minsoo Choo | 2023-08-20 | 3 | -3/+6 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 56 | -112/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | thr_mutex.c: style | Konstantin Belousov | 2023-07-26 | 1 | -2/+2 |
| * | libthr: trigger library initialization on rwlock calls | Konstantin Belousov | 2023-07-16 | 1 | -2/+11 |
| * | libthr: some style in thr_rwlock.c | Konstantin Belousov | 2023-07-16 | 1 | -2/+2 |
| * | libthr: Patch to reduce latency to acquire+release a pthread mutex. | Greg Becker | 2023-07-08 | 1 | -4/+4 |
| * | libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONS | Greg Becker | 2023-07-07 | 1 | -1/+1 |
| * | libpthread: allocate rwlocks and spinlocks in dedicated cachelines | Greg Becker | 2023-06-27 | 2 | -2/+6 |
| * | libthr rtld locks: do not leak URWLOCK_READ_WAITERS into child | Konstantin Belousov | 2023-05-22 | 3 | -0/+17 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 28 | -28/+28 |
| * | umtx: allow to configure minimal timeout (in nanoseconds) | Konstantin Belousov | 2023-04-18 | 1 | -0/+11 |
| * | libthr pshared: correct a bug in allocation | Konstantin Belousov | 2023-02-01 | 1 | -5/+10 |
| * | libthr: add pshared_destroy() helper | Konstantin Belousov | 2023-02-01 | 1 | -5/+12 |
| * | libthr: Trim trailing whitespaces in pthread_attr_affinity. | Dmitry Chagin | 2023-01-29 | 1 | -3/+3 |
| * | libthr: Fix pthread_attr_[g|s]etaffinity_np to match it's manual and the kernel. | Dmitry Chagin | 2023-01-29 | 1 | -2/+4 |
| * | libthr(3): Fix a typo in a source code comment | Gordon Bergling | 2023-01-11 | 1 | -1/+1 |
| * | libthr: extract code to get main stack base and size into helpers | Konstantin Belousov | 2022-09-16 | 3 | -36/+46 |
| * | libc, libthr: use AT_USRSTACK{BASE,LIM} instead of sysctl("kern.usrstack") an... | Konstantin Belousov | 2022-09-16 | 2 | -18/+33 |
| * | libthr: use nitems() for mib length | Konstantin Belousov | 2022-09-16 | 2 | -5/+4 |
| * | Remove PAGE_SIZE from libthr | Andrew Turner | 2022-05-03 | 7 | -11/+15 |
| * | Use the existing page size in libthr | Andrew Turner | 2022-05-03 | 1 | -1/+1 |
| * | Use uintptr_t for return type of _Unwind_GetCFA. | John Baldwin | 2022-01-27 | 1 | -2/+2 |
| * | Use an unsigned 64-bit integer for exception class. | John Baldwin | 2022-01-27 | 1 | -2/+2 |
| * | libthr: Use TLS_TCB_* in _tcb_[cd]tor. | John Baldwin | 2022-01-25 | 1 | -2/+2 |
| * | Revert "libthr: Use kern.stacktop for thread stack calculation." | Mark Johnston | 2022-01-17 | 3 | -24/+19 |
| * | libthr: Remove the DTV_OFFSET macro. | John Baldwin | 2021-12-09 | 1 | -1/+1 |
| * | libthr: Use kern.stacktop for thread stack calculation. | Dawid Gorecki | 2021-10-15 | 3 | -19/+24 |
| * | rtld: make dlerror() thread-local | Konstantin Belousov | 2021-04-10 | 2 | -0/+25 |
| * | rtld: workaround for broken ABI | Konstantin Belousov | 2021-04-10 | 1 | -0/+8 |
| * | libthr malloc: support recursion on thr_malloc_umtx. | Konstantin Belousov | 2021-01-12 | 1 | -2/+11 |
| * | libthr: wrap pdfork(2), same as fork(2). | Konstantin Belousov | 2021-01-11 | 3 | -7/+61 |
| * | Ensure that threading library is initialized in pthread_mutex_init(). | Konstantin Belousov | 2020-11-30 | 1 | -0/+2 |
| * | libc: Add pthread_attr_get_np(3) stub, reporting ESRCH. | Konstantin Belousov | 2020-11-28 | 1 | -0/+1 |
| * | Style. | Konstantin Belousov | 2020-11-26 | 1 | -18/+18 |
| * | Add pthread_getname_np() and pthread_setname_np() aliases for | Konstantin Belousov | 2020-06-10 | 1 | -17/+59 |
| * | Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" fo... | Konstantin Belousov | 2020-06-04 | 1 | -2/+0 |
| * | Add pthread_getname_np() and pthread_setname_np() aliases | Konstantin Belousov | 2020-06-03 | 1 | -0/+2 |