| Age | Commit message (Expand) | Author |
| 2017-02-08 | libpthread_dbg(3) deletion from the base distribution | kamil |
| 2016-11-22 | Obsolete thread_type in td_thread_info_st in <pthread_dbg.h> | kamil |
| 2016-11-22 | Simplify (pthread_t)pt_magic read in td_map_pth2thr(3) | kamil |
| 2016-11-21 | Kill SA thread states (TD_STATE_*) in pthread_dbg and add TD_STATE_DEAD | kamil |
| 2016-11-20 | Always set trailing '\0' in td_thr_getname() to compose valid ASCIIZ string | kamil |
| 2016-11-20 | Fix pt_magic read in td_map_pth2thr() | kamil |
| 2016-11-20 | Catch up with correct pt_magic reads in td_thr_{getname,suspend,resume} | kamil |
| 2016-11-20 | Fix pt_magic (part of pthread_t) read in td_thr_info() | kamil |
| 2016-01-23 | don't use kernel types. | christos |
| 2015-05-29 | Make PTHREAD_KEYS_MAX dynamically adjustable | manu |
| 2013-01-20 | Only the first symbol (pthread_dbg) should return NOLIB, the rest indicate | christos |
| 2013-01-20 | tsd_alloc is no more, use tsd_list, and disable the destructor walking code | christos |
| 2008-03-07 | pthread_key_create: instead of using a simple 1/0 value to record a key | ad |
| 2007-10-16 | Remove stuff that is no longer useful. | ad |
| 2007-09-10 | Merge nick-csl-alignment. | skrll |
| 2007-08-16 | Catch up with libpthread changes. | ad |
| 2007-08-04 | Make libpthread_dbg build again. | ad |
| 2007-03-14 | Remove more SA libpthread stuff. | skrll |
| 2007-03-02 | Remove the PTHREAD_SA option. If M:N threads is reimplemented it's | ad |
| 2007-02-06 | Build without sys/sa.h present. | ad |
| 2006-12-24 | just get this to compile again, so that people can build. | christos |
| 2006-05-14 | XXX: GCC uninitialized variable. | christos |
| 2004-10-12 | Remove pt_blockuc. If the debugger attempts to muck with the state of a | mycroft |
| 2004-07-18 | enhance MI pthreads code to support hppa: | chs |
| 2004-07-06 | Recognize thread objects in addr2sync. | nathanw |
| 2004-07-01 | td_sync_info(): explicitly clear the "locked" flag when unlocked, | nathanw |
| 2004-07-01 | td_map_addr2sync(): recognize read-write lock objects. | nathanw |
| 2004-06-11 | Cast integer to pointer types via intptr_t. | scw |
| 2004-06-10 | Ouch. Lint didn't like the last change on sparc64. The reason: | martin |
| 2004-06-10 | Avoid depending on declarations of struct reg and struct fpreg by using | nathanw |
| 2004-06-03 | Get the td_thread_t * corresponding to nthread to mess with its lwp | nathanw |
| 2004-06-03 | Update cached LWP values when suspending the running thread. | nathanw |
| 2004-06-03 | Add an offset to the thread ID numbers, because GDB really doesn't | nathanw |
| 2004-06-02 | Add support for reporting and examining suspended threads. | nathanw |
| 2004-06-02 | td_map_lwps(): there's always one lwp. This makes the call work before | nathanw |
| 2004-06-02 | Add td_thr_suspend() and td_thr_resume(), to suspend and resume | nathanw |
| 2004-02-21 | Actually test pthread__dbg to check if another gdb is attached (and not | cl |
| 2004-02-11 | td_thr_getregs(): Return errors when the requested bit of register state | nathanw |
| 2004-02-03 | Test pt_blockgen against pt_unblockgen, not against itself, to check | nathanw |
| 2004-02-02 | Rename pt_stacksize, pt_stacksize_lg, and pt_stackmask to pthread_*. External | nathanw |
| 2004-02-02 | Do all the symbol lookups at td_open() time and cache them in the td_proc_st. | nathanw |
| 2003-12-31 | catch up with block/unblock changes in libpthread | cl |
| 2003-11-27 | Add td__getstacksize() to support variable stack sizes. | cl |
| 2003-09-11 | add a cast to make lint happy. | christos |
| 2003-07-17 | Adapt to structure name changes. | nathanw |
| 2003-06-26 | Preferentially read context pointer from pt_trapuc. | nathanw |
| 2003-04-05 | A couple of READ calls in td_sync_info() were reading into a | nathanw |
| 2003-03-08 | add __RCSID() | lukem |
| 2003-02-27 | Add hooks to read the application-assigned name of a thread. | nathanw |
| 2003-01-18 | de-lint | christos |