<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libthread_db/thread_db.c, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>Extend the td_thrinfo_t to include siginfo for the signal that stopped</title>
<updated>2010-07-04T12:08:04Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-07-04T12:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=098d0537f20da8b3ed427bdb2a8ca846c9e53017'/>
<id>urn:sha1:098d0537f20da8b3ed427bdb2a8ca846c9e53017</id>
<content type='text'>
the target. Take care of ABI.

Suggested by:	davidxu
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Allow psaddr_t to be widened by using thr_pread_{int,long,ptr},</title>
<updated>2008-09-14T16:07:21Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-09-14T16:07:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03fad2ad5f6a883d1f63ee7fbd40c9c91fb4d2d6'/>
<id>urn:sha1:03fad2ad5f6a883d1f63ee7fbd40c9c91fb4d2d6</id>
<content type='text'>
where critical. Some places still use ps_pread/ps_pwrite directly,
but only need changed when byte-order comes into the picture.
Also, change th_p in td_event_msg_t from a pointer type to
psaddr_t, so that events also work when psaddr_t is widened.
</content>
</entry>
<entry>
<title>Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to</title>
<updated>2008-07-31T20:25:52Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-07-31T20:25:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4e4b790adba9b068e9bd9eff42395bf5c0dac2'/>
<id>urn:sha1:8d4e4b790adba9b068e9bd9eff42395bf5c0dac2</id>
<content type='text'>
help abstract the sizes and endianness of the primary types of
the target.  These currently use the native characteristics.
</content>
</entry>
<entry>
<title>Cleanup for WARNS 2.</title>
<updated>2008-07-31T05:25:52Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-07-31T05:25:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f6a179eb910129fb812c1ad1bdc300da1203dc0'/>
<id>urn:sha1:2f6a179eb910129fb812c1ad1bdc300da1203dc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the type of psaddr_t from void* to uintptr_t. A pointer</title>
<updated>2008-07-30T00:59:19Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-07-30T00:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16b0c20c82c73d7ff49d7d9604fba64eff0c9c45'/>
<id>urn:sha1:16b0c20c82c73d7ff49d7d9604fba64eff0c9c45</id>
<content type='text'>
type cannot be made wider to allow ILP32 platforms to target
LP64 platforms.
</content>
</entry>
<entry>
<title>Use linker set to collection all target operations.</title>
<updated>2008-03-22T05:40:44Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-03-22T05:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=20b94d8035dc461dab17c4a27382fce7ac3cea58'/>
<id>urn:sha1:20b94d8035dc461dab17c4a27382fce7ac3cea58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove libc_r remanent.</title>
<updated>2006-10-20T14:15:42Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2006-10-20T14:15:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=210a647b67b68dafdc0f8afbd3340bd6f73c1577'/>
<id>urn:sha1:210a647b67b68dafdc0f8afbd3340bd6f73c1577</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for XMM registers in GDB for x86 processors that support</title>
<updated>2005-05-31T09:43:04Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2005-05-31T09:43:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d7681bb7fc40b6681f759c2f6051e84cfc6d087'/>
<id>urn:sha1:8d7681bb7fc40b6681f759c2f6051e84cfc6d087</id>
<content type='text'>
SSE (or its successors).

Reviewed by: marcel, davidxu
MFC After: 2 weeks
</content>
</entry>
</feed>
