index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread_dbg
Age
Commit message (
Expand
)
Author
2008-03-07
pthread_key_create: instead of using a simple 1/0 value to record a key
ad
2007-10-16
Crank libpthread_dbg major.
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-09
Bump libpthread & libpthread_dbg minor versions so that an old SA copy
ad
2007-02-09
Sync with kernel changes introduced by merging the newlock2 branch.
ad
2007-02-06
Build without sys/sa.h present.
ad
2006-12-24
But turn on PTHREAD_SA, since turning it off does not work yet.
christos
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-10-26
Use ${HOST_SH} instead of `sh'.
lukem
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
2003-01-18
Merge the nathanw_sa branch.
thorpej