index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libthread_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Code cleanup, eliminate private thread id map, directly
davidxu
2005-04-13
1
-187
/
+64
*
Fill traceme and events fields.
davidxu
2005-04-12
1
-0
/
+8
*
Sync with debugger code in libthr.
davidxu
2005-04-12
4
-46
/
+173
*
Export thread address.
davidxu
2005-04-05
3
-0
/
+9
*
Update debugger code for new libthr.
davidxu
2005-04-02
1
-216
/
+578
*
Plug a memory leak in error case.
davidxu
2004-08-16
1
-1
/
+3
*
1. Use libpthread's exported symbols to calcuate offset in data structure
davidxu
2004-08-16
3
-130
/
+130
*
1. Add missing functions: libthr_dbresume,libthr_dbsuspend.
davidxu
2004-08-13
1
-20
/
+77
*
1.Use new way to check if a thread is in critical region, defer suspending
davidxu
2004-08-08
5
-32
/
+126
*
s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g
davidxu
2004-08-03
1
-3
/
+3
*
Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,
davidxu
2004-08-01
1
-11
/
+115
*
Add code to implement register structure converter.
davidxu
2004-08-01
1
-1
/
+56
*
prgregset_t changed type from being a typedef of struct reg to an
marcel
2004-07-19
1
-1
/
+1
*
This library is not WARNS=2 clean for -O2 builds, because we include
marcel
2004-07-18
1
-1
/
+1
*
Correct the mess I made by committing from the wrong tree. Most
marcel
2004-07-18
5
-33
/
+33
*
Try to fix ia64 and alpha compiles. I don't have either equipment fired
scottl
2004-07-18
2
-0
/
+14
*
Add missing #includes so that this can compile. Obtained from the i386 version.
scottl
2004-07-18
1
-0
/
+7
*
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,
marcel
2004-07-18
22
-1178
/
+1851
*
Add the const qualifier to the prgregset_t argument for the *setregs*
marcel
2004-07-17
4
-4
/
+4
*
Add my initial work of libthread_db. The library is used by gdb to debug
davidxu
2004-07-15
9
-0
/
+2030