| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | Add pthread_peekjoin_np(3). | Konstantin Belousov | 2020-02-15 | 1 | -7/+26 |
| * | Avoid conflicts with libc symbols in libthr jump table. | Konstantin Belousov | 2019-07-31 | 1 | -2/+3 |
| * | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -1/+3 |
| * | Use __FBSDID() for .c files from lib/libthr/thread. | Konstantin Belousov | 2016-04-08 | 1 | -3/+3 |
| * | Fix typo. | David Xu | 2010-09-19 | 1 | -1/+1 |
| * | Convert thread list lock from mutex to rwlock. | David Xu | 2010-09-13 | 1 | -15/+14 |
| * | Add signal handler wrapper, the reason to add it becauses there are | David Xu | 2010-09-01 | 1 | -2/+2 |
| * | In current implementation, thread cancellation is done in signal handler, | David Xu | 2010-08-20 | 1 | -2/+7 |
| * | If a thread was detached, return EINVAL instead, the error code | David Xu | 2006-11-28 | 1 | -1/+1 |
| * | Eliminate atomic operations in thread cancellation functions, it should | David Xu | 2006-11-24 | 1 | -3/+2 |
| * | WARNS level 4 cleanup. | David Xu | 2006-04-04 | 1 | -0/+4 |
| * | Clear return code to zero if joiner successfully waited joinee. | David Xu | 2005-12-19 | 1 | -0/+1 |
| * | Update copyright. | David Xu | 2005-12-17 | 1 | -19/+14 |
| * | Follow the change in kernel, joiner thread just waits at thread id | David Xu | 2005-10-26 | 1 | -4/+5 |
| * | Add function pthread_timedjoin_np, the function is similar with pthread_join | David Xu | 2005-10-04 | 1 | -9/+49 |
| * | Import my recent 1:1 threading working. some features improved includes: | David Xu | 2005-04-02 | 1 | -141/+46 |
| * | 1. Now that it's a thread's state is changed from within the kernel, where | Mike Makonnen | 2004-10-13 | 1 | -3/+8 |
| * | Make libthr async-signal-safe without costly signal masking. The guidlines I | Mike Makonnen | 2004-05-20 | 1 | -30/+44 |
| * | o Don't explicitly check the thread for NULL. That is the caller's | Mike Makonnen | 2004-03-29 | 1 | -6/+10 |
| * | Remove the garbage collector thread. All resources are freed | Mike Makonnen | 2004-03-28 | 1 | -3/+3 |
| * | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | Mike Makonnen | 2003-07-06 | 1 | -6/+6 |
| * | Catchup with _thread_suspend() changes. | Mike Makonnen | 2003-06-30 | 1 | -1/+3 |
| * | Sweep through pthread locking and use the new locking primitives for | Mike Makonnen | 2003-06-29 | 1 | -6/+7 |
| * | Don't hold the active thread list lock when signaling the gc thread. | Mike Makonnen | 2003-05-29 | 1 | -1/+1 |
| * | Revert part of the last commit. I don't know what I was smoking. | Mike Makonnen | 2003-05-27 | 1 | -2/+13 |
| * | Revise the unlock order in _pthread_join(). Also, if the joined | Mike Makonnen | 2003-05-26 | 1 | -12/+6 |
| * | Start locking up the active and dead threads lists. The active threads | Mike Makonnen | 2003-05-25 | 1 | -27/+34 |
| * | Move a misplaced comment. | Mike Makonnen | 2003-05-20 | 1 | -1/+1 |
| * | - Define curthread as _get_curthread() and remove all direct calls to | Jeff Roberson | 2003-04-02 | 1 | -1/+0 |
| * | - Don't drop and reacquire giant in thread_suspend(). Change callers to do | Jeff Roberson | 2003-04-01 | 1 | -0/+2 |
| * | - Add libthr but don't hook it up to the regular build yet. This is an | Jeff Roberson | 2003-04-01 | 1 | -0/+161 |