| Age | Commit message (Expand) | Author |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2012-10-19 | Fix warnings found by -Wmising-variable-declarations. | Ed Schouten |
| 2011-08-07 | Change lwp to int64_t as thr_pread_long() always uses a 64-bit value | Marius Strobl |
| 2011-08-06 | The tid member of struct pthread actually is long so read it as such. | Marius Strobl |
| 2010-07-04 | Extend the td_thrinfo_t to include siginfo for the signal that stopped | Konstantin Belousov |
| 2009-06-09 | Revert r181651, which changed the ABI, and use a temp variable instead. | Dag-Erling Smørgrav |
| 2008-09-14 | Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, | Marcel Moolenaar |
| 2008-08-06 | Cleanup for WARNS 6. | Marcel Moolenaar |
| 2008-07-30 | Change the type of psaddr_t from void* to uintptr_t. A pointer | Marcel Moolenaar |
| 2008-03-22 | Use linker set to collection all target operations. | David Xu |
| 2006-05-17 | Fix return value. | David Xu |
| 2006-02-07 | Use ps_linfo to retrieve LWP info, current it is used to retrieve | David Xu |
| 2006-02-06 | Always clear thread info buffer to zero. | David Xu |
| 2005-05-31 | Add support for XMM registers in GDB for x86 processors that support | Doug Rabson |
| 2005-05-20 | Remove unused variables. | Philippe Charnier |
| 2005-04-13 | o Code cleanup, eliminate private thread id map, directly | David Xu |
| 2005-04-12 | Fill traceme and events fields. | David Xu |
| 2005-04-12 | Sync with debugger code in libthr. | David Xu |
| 2005-04-05 | Export thread address. | David Xu |
| 2005-04-02 | Update debugger code for new libthr. | David Xu |
| 2004-08-13 | 1. Add missing functions: libthr_dbresume,libthr_dbsuspend. | David Xu |
| 2004-07-18 | Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, | Marcel Moolenaar |