| Age | Commit message (Expand) | Author |
| 2007-10-09 | Repo copy libpthreads to libkse. | David E. O'Brien |
| 2007-10-09 | Repo copy libpthreads to libkse. | David E. O'Brien |
| 2007-10-01 | Always install libpthread.* symlinks if at least one of | Ruslan Ermilov |
| 2007-05-21 | Bump library versions in preparation for 7.0. | Daniel Eischen |
| 2007-05-18 | Fix a logic bug I re-introduced in my patch I sent to Daniel | Ruslan Ermilov |
| 2007-05-17 | Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. | Daniel Eischen |
| 2007-05-13 | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | Daniel Eischen |
| 2007-04-29 | Catch up with the renaming of the private version namespace. | Daniel Eischen |
| 2007-04-29 | Use C comments since we now preprocess these files with CPP. | Daniel Eischen |
| 2007-04-23 | Add a reference and lock the target thread when setting its name. | Daniel Eischen |
| 2007-03-05 | Oops, fix a typo in the last commit :-/ | Brian Somers |
| 2007-03-05 | In the NOTYET code path when a process forks, the remaining | Brian Somers |
| 2007-01-12 | Remove 3rd clause, renumber, ok per email | Warner Losh |
| 2006-12-18 | Clean bound and non-bound pthread structures consistently before | Peter Edwards |
| 2006-11-28 | If a thread was detached, return EINVAL instead, the error code | David Xu |
| 2006-09-01 | Stylize: | Marcel Moolenaar |
| 2006-09-01 | The ucontext is 16-byte aligned, which means that struct tcb is | Marcel Moolenaar |
| 2006-09-01 | Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to | Marcel Moolenaar |
| 2006-09-01 | Implement TLS. | Marcel Moolenaar |
| 2006-08-22 | Remove alpha left-overs. | Ruslan Ermilov |
| 2006-06-09 | o Remove a cruft prevented libpthread sigaction(2) wrapper to | Maxim Konovalov |
| 2006-05-17 | Export offsets of thread signal pending set and signal mask for debugger. | David Xu |
| 2006-05-07 | In order to let new binutils can compile it, replace movl with | David Xu |
| 2006-04-13 | Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY. | Xin LI |
| 2006-04-12 | Install shared libpthread library into /lib; needed by some | Ruslan Ermilov |
| 2006-03-29 | Bring libpthread up to WARNS level 2. | Dag-Erling Smørgrav |
| 2006-03-28 | Fix prototype mismatch and use of un-namespaced pthread functions. | Dag-Erling Smørgrav |
| 2006-03-28 | Use the correct type for and argument. Recent changes to namespace.h | Daniel Eischen |
| 2006-03-16 | Suuply the name of the version map and let bsd.lib.mk supply | Daniel Eischen |
| 2006-03-13 | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | Daniel Eischen |
| 2006-03-06 | Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG | Daniel Eischen |
| 2006-03-05 | Add some more pthread stubs so that librt can use them. | Daniel Eischen |
| 2006-02-24 | Fix a race condition introduced when redzones were added. Use an | Daniel Eischen |
| 2006-02-23 | Eliminate a race condition in timed waits (cv, mutex, and sleeps). | Daniel Eischen |
| 2006-02-16 | Don't forget to initialize a tailq before using it. | Daniel Eischen |
| 2006-01-13 | Increase the number of spinlocks, since libc's malloc implementation is | Jason Evans |
| 2006-01-12 | In preparation for a new malloc implementation: | Jason Evans |
| 2006-01-03 | For the ``#ifdef NOTYET'' code that allows calling non-async-safe | Brian Somers |
| 2005-11-19 | o Include <sys/time.h> | Marcel Moolenaar |
| 2005-11-19 | o Include <string.h> | Marcel Moolenaar |
| 2005-11-19 | Fix typo: s/_LIBC_R/_LIBC_R_/ | Marcel Moolenaar |
| 2005-10-24 | Include files thr_condattr_pshared.c and thr_mattr_pshare.c. | David Xu |
| 2005-10-24 | Export following functions: | David Xu |
| 2005-10-24 | Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. | David Xu |
| 2005-10-24 | Add function pthread_condattr_setpshared and pthread_condattr_getpshared. | David Xu |
| 2005-09-24 | Modify the code path of the ifdef NOTYET part of _kse_single_thread(): | Brian Somers |
| 2005-09-01 | Include needed headers that were obtained through <pthread.h>. Sort headers | Stefan Farfeleder |
| 2005-08-30 | Allocate a thread's tcb last so it is easier to handle failures to | Daniel Eischen |
| 2005-08-29 | Handle failure to malloc() part of the thread structure. | Daniel Eischen |
| 2005-08-29 | Don't attempt to initialize the rtld lock if it can't be malloc()'d. | Daniel Eischen |