aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
Commit message (Expand)AuthorAgeFilesLines
* Add test for pthread_sigqueue(3)Konstantin Belousov2024-04-232-0/+121
* libthr: add pthread_sigqueue(3)Konstantin Belousov2024-04-234-0/+85
* libthr: always use __libc_interposing_slot()Brooks Davis2024-04-221-1/+1
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-2/+2
* libthr: restore _pthread_cond_timedwaitBrooks Davis2024-03-121-0/+1
* libthr: remove explicit sys/cdefs.h includesKonstantin Belousov2024-03-0650-55/+0
* lib{c,thr}: add DT_RUNPATH for gcc -m32Brooks Davis2024-02-191-0/+5
* lib{c,sys}: move auxargs more firmly into libsysBrooks Davis2024-02-191-0/+2
* libthr: filter rather than link with libsysBrooks Davis2024-02-072-3/+5
* libthr: move _umtx_op_err() to libsysBrooks Davis2024-02-0512-143/+11
* libc: split libc and syscall interposing (1/2)Brooks Davis2024-02-051-5/+10
* libthr: Force the thr_wake() symbol to be resolved during initializationMark Johnston2024-02-021-0/+1
* pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on errorOlivier Certner2024-01-102-20/+27
* libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc()Olivier Certner2024-01-091-1/+1
* libthr: thr_attr.c: More style and clarity fixesOlivier Certner2024-01-091-7/+7
* libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid argumentsOlivier Certner2024-01-041-13/+7
* libthr: thr_attr.c: Clarity, whitespace and styleOlivier Certner2024-01-041-278/+193
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-279-9/+0
* dirdeps: Update/fix Makefile.depend* for toolchainKa Ho Ng2023-11-271-0/+1
* libc: export pthread_getname_np stubMinsoo Choo2023-08-203-3/+6
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1615-15/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1657-114/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1619-38/+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-072-1/+3
* 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-1238-38/+38
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-0/+1
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-182-0/+17
* 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-0313-11/+33
* Use the existing page size in libthrAndrew Turner2022-05-031-1/+1
* libthr: Disable stack unwinding on ARM.John Baldwin2022-02-101-0/+4
* Install unwind.h into /usr/includeJohn Baldwin2022-02-101-1/+0
* 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