aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread
Commit message (Expand)AuthorAgeFilesLines
* pthread_create(): styleKonstantin Belousov2025-01-211-3/+3
* libpthread_init(): ensure curthread == NULL until set explicitlyKonstantin Belousov2025-01-211-0/+2
* libthr: switch thread and sleepq memory allocator to crt from libc mallocKonstantin Belousov2025-01-212-4/+4
* pthread_mutex_trylock(): init libthr if neededKonstantin Belousov2025-01-211-0/+1
* libthr: use atomic_add_int() instead of atomic_fetchadd_int()Konstantin Belousov2025-01-211-5/+5
* check_cancel: when in_sigsuspend, send SIGCANCEL unconditionallyKonstantin Belousov2025-01-041-3/+5
* pthread_setcancelstate(3): make it async-signal-safeKonstantin Belousov2025-01-041-6/+6
* thr_cancel.c: use testcancel() instead of manually expanding itKonstantin Belousov2025-01-041-3/+2
* libthr: move dlerror_msg into zeroed part of struct threadKonstantin Belousov2025-01-041-5/+5
* thr_sig.c: styleKonstantin Belousov2025-01-041-12/+10
* thr_cancel.c: styleKonstantin Belousov2025-01-041-4/+4
* libthr: allow very early atfork registrationKyle Evans2024-11-222-9/+12
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-08-061-1/+0
* rtld: avoid division in __thr_map_stacks_exec()Konstantin Belousov2024-08-051-4/+1
* libthr: Preresolve selected EABI symbols on arm.Michal Meloun2024-07-312-0/+4
* libthr: add pthread_sigqueue(3)Konstantin Belousov2024-04-303-0/+81
* libthr: remove explicit sys/cdefs.h includesKonstantin Belousov2024-03-1349-50/+0
* libthr: Force the thr_wake() symbol to be resolved during initializationMark Johnston2024-02-091-0/+1
* pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on errorOlivier Certner2024-01-262-20/+27
* libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc()Olivier Certner2024-01-261-1/+1
* libthr: thr_attr.c: More style and clarity fixesOlivier Certner2024-01-261-7/+7
* libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid argumentsOlivier Certner2024-01-181-13/+7
* libthr: thr_attr.c: Clarity, whitespace and styleOlivier Certner2024-01-181-278/+193
* libc: export pthread_getname_np stubMinsoo Choo2023-08-203-3/+6
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1656-112/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* thr_mutex.c: styleKonstantin Belousov2023-07-261-2/+2
* libthr: trigger library initialization on rwlock callsKonstantin Belousov2023-07-161-2/+11
* libthr: some style in thr_rwlock.cKonstantin Belousov2023-07-161-2/+2
* libthr: Patch to reduce latency to acquire+release a pthread mutex.Greg Becker2023-07-081-4/+4
* libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONSGreg Becker2023-07-071-1/+1
* libpthread: allocate rwlocks and spinlocks in dedicated cachelinesGreg Becker2023-06-272-2/+6
* libthr rtld locks: do not leak URWLOCK_READ_WAITERS into childKonstantin Belousov2023-05-223-0/+17
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1228-28/+28
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-181-0/+11
* libthr pshared: correct a bug in allocationKonstantin Belousov2023-02-011-5/+10
* libthr: add pshared_destroy() helperKonstantin Belousov2023-02-011-5/+12
* libthr: Trim trailing whitespaces in pthread_attr_affinity.Dmitry Chagin2023-01-291-3/+3
* libthr: Fix pthread_attr_[g|s]etaffinity_np to match it's manual and the kernel.Dmitry Chagin2023-01-291-2/+4
* libthr(3): Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* libthr: extract code to get main stack base and size into helpersKonstantin Belousov2022-09-163-36/+46
* libc, libthr: use AT_USRSTACK{BASE,LIM} instead of sysctl("kern.usrstack") an...Konstantin Belousov2022-09-162-18/+33
* libthr: use nitems() for mib lengthKonstantin Belousov2022-09-162-5/+4
* Remove PAGE_SIZE from libthrAndrew Turner2022-05-037-11/+15
* Use the existing page size in libthrAndrew Turner2022-05-031-1/+1
* Use uintptr_t for return type of _Unwind_GetCFA.John Baldwin2022-01-271-2/+2
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-01-271-2/+2
* libthr: Use TLS_TCB_* in _tcb_[cd]tor.John Baldwin2022-01-251-2/+2
* Revert "libthr: Use kern.stacktop for thread stack calculation."Mark Johnston2022-01-173-24/+19