<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthread_db, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug a memory leak in error case.</title>
<updated>2004-08-16T05:20:12+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-16T05:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2eb43a641f49592a9c12fe5a730ebd3470d833c1'/>
<id>2eb43a641f49592a9c12fe5a730ebd3470d833c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1. Use libpthread's exported symbols to calcuate offset in data structure</title>
<updated>2004-08-16T03:30:16+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-16T03:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd980d46c2e3e420a6a73d1b7db3f84ad7a651b3'/>
<id>cd980d46c2e3e420a6a73d1b7db3f84ad7a651b3</id>
<content type='text'>
2. Enable TLS debugger support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2. Enable TLS debugger support.
</pre>
</div>
</content>
</entry>
<entry>
<title>1. Add missing functions: libthr_dbresume,libthr_dbsuspend.</title>
<updated>2004-08-13T06:47:33+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-13T06:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d4ee7126578cdb5018e4e3fc457756b751691180'/>
<id>d4ee7126578cdb5018e4e3fc457756b751691180</id>
<content type='text'>
2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs,
   libthr_db_ta_map_id2thr.
3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs,
   libthr_db_ta_map_id2thr.
3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs.
</pre>
</div>
</content>
</entry>
<entry>
<title>1.Use new way to check if a thread is in critical region, defer suspending</title>
<updated>2004-08-08T22:37:53+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-08T22:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3e93cc3ae35baf2f2398b3bee5ce38393eb7a595'/>
<id>3e93cc3ae35baf2f2398b3bee5ce38393eb7a595</id>
<content type='text'>
  if it is true.
2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code
  is commented out util tls patch is committed.

Reviewed by: deischen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  if it is true.
2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code
  is commented out util tls patch is committed.

Reviewed by: deischen
</pre>
</div>
</content>
</entry>
<entry>
<title>s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g</title>
<updated>2004-08-03T02:23:06+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-03T02:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4513fb36aa05311f7c37d4d22c61740af18f6ce3'/>
<id>4513fb36aa05311f7c37d4d22c61740af18f6ce3</id>
<content type='text'>
Dicussed with: deischen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dicussed with: deischen
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing thread suspension/resumption code, fix a bug in pt_thr_sstep,</title>
<updated>2004-08-01T04:57:04+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-01T04:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=447d36ec16be146c4b0954d36788f32e71447e25'/>
<id>447d36ec16be146c4b0954d36788f32e71447e25</id>
<content type='text'>
don't overwrite other debug flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't overwrite other debug flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code to implement register structure converter.</title>
<updated>2004-08-01T02:08:39+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-01T02:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6cc695d3b2ac0ce305a64bf7779bcc59dbfdac3b'/>
<id>6cc695d3b2ac0ce305a64bf7779bcc59dbfdac3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prgregset_t changed type from being a typedef of struct reg to an</title>
<updated>2004-07-19T16:54:52+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-19T16:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c465e9a1f01cbc38e9c0a9534c618069a7fe2905'/>
<id>c465e9a1f01cbc38e9c0a9534c618069a7fe2905</id>
<content type='text'>
array of one element of type struct reg. Change the argument to
libc_r_md_getgregs() accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
array of one element of type struct reg. Change the argument to
libc_r_md_getgregs() accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>This library is not WARNS=2 clean for -O2 builds, because we include</title>
<updated>2004-07-18T19:33:56+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-07-18T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3475d7748ac8febd002526be7d526b8b89f057df'/>
<id>3475d7748ac8febd002526be7d526b8b89f057df</id>
<content type='text'>
headers from libpthread that are not WARNS=2 clean for -O2 builds.
Lower the WARNS level to 1. This is the highest level possible for
now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
headers from libpthread that are not WARNS=2 clean for -O2 builds.
Lower the WARNS level to 1. This is the highest level possible for
now.
</pre>
</div>
</content>
</entry>
</feed>
