<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthread_db/arch, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r315900,r315973,r315974:</title>
<updated>2017-04-16T07:33:47+00:00</updated>
<author>
<name>Michal Meloun</name>
<email>mmel@FreeBSD.org</email>
</author>
<published>2017-04-16T07:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5a0fc01c170058aec67c969c91ec25c1fca19334'/>
<id>5a0fc01c170058aec67c969c91ec25c1fca19334</id>
<content type='text'>
  r315900:
    Cleanup structures related to VFP and/or mcontext_t.  - in mcontext_t,
    rename newer used 'union __vfp' to equaly sized 'mc_spare'.
      Space allocated by 'union __vfp' is too small and cannot hold full VFP
      context.
    - move structures defined in fp.h to more appropriate headers.  - remove
    all unused VFP structures.
  r315973:
    Save VFP state on fork().  Update the copy of VFP state in PCB before it is
    cloned for new process.
  r315974:
    Preserve VFP state across signal delivery.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  r315900:
    Cleanup structures related to VFP and/or mcontext_t.  - in mcontext_t,
    rename newer used 'union __vfp' to equaly sized 'mc_spare'.
      Space allocated by 'union __vfp' is too small and cannot hold full VFP
      context.
    - move structures defined in fp.h to more appropriate headers.  - remove
    all unused VFP structures.
  r315973:
    Save VFP state on fork().  Update the copy of VFP state in PCB before it is
    cloned for new process.
  r315974:
    Preserve VFP state across signal delivery.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the RISC-V MD parts of libthread_db.</title>
<updated>2016-01-27T10:34:07+00:00</updated>
<author>
<name>Ruslan Bukin</name>
<email>br@FreeBSD.org</email>
</author>
<published>2016-01-27T10:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c9a2d57082068158e2d20d68dc8dbbca7e4aa675'/>
<id>c9a2d57082068158e2d20d68dc8dbbca7e4aa675</id>
<content type='text'>
Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D5064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D5064
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the arm64 parts of libthread_db.</title>
<updated>2015-04-01T08:37:50+00:00</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2015-04-01T08:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f03b8244b41bd45ed9ad74254cd72d5e3d9b33d4'/>
<id>f03b8244b41bd45ed9ad74254cd72d5e3d9b33d4</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D2184
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision:	https://reviews.freebsd.org/D2184
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silence</title>
<updated>2015-01-27T18:56:46+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-01-27T18:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c7d7e597b410b3802ed7480d0db628e8449f29cc'/>
<id>c7d7e597b410b3802ed7480d0db628e8449f29cc</id>
<content type='text'>
a -Wcast-qual warning from clang 3.6.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a -Wcast-qual warning from clang 3.6.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ia64.</title>
<updated>2014-07-07T00:27:09+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2014-07-07T00:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e7d939bda22b07be6b68ba38835c9167212fd56e'/>
<id>e7d939bda22b07be6b68ba38835c9167212fd56e</id>
<content type='text'>
This includes:
o   All directories named *ia64*
o   All files named *ia64*
o   All ia64-specific code guarded by __ia64__
o   All ia64-specific makefile logic
o   Mention of ia64 in comments and documentation

This excludes:
o   Everything under contrib/
o   Everything under crypto/
o   sys/xen/interface
o   sys/sys/elf_common.h

Discussed at: BSDcan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes:
o   All directories named *ia64*
o   All files named *ia64*
o   All ia64-specific code guarded by __ia64__
o   All ia64-specific makefile logic
o   Mention of ia64 in comments and documentation

This excludes:
o   Everything under contrib/
o   Everything under crypto/
o   sys/xen/interface
o   sys/sys/elf_common.h

Discussed at: BSDcan
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure we set all fpu registers to zero by using the address and size of</title>
<updated>2013-08-17T14:42:40+00:00</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-08-17T14:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b013dea54ea149cbaf25c21a3d6ad35a4950b7ae'/>
<id>b013dea54ea149cbaf25c21a3d6ad35a4950b7ae</id>
<content type='text'>
the union over one of its members.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the union over one of its members.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix the alias macros for members of struct __mcontext with an underscore</title>
<updated>2013-07-12T14:24:52+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-07-12T14:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85338755c1bcc98b2fdaeba1d666c038c7443875'/>
<id>85338755c1bcc98b2fdaeba1d666c038c7443875</id>
<content type='text'>
in order to avoid a clash in the net80211 code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in order to avoid a clash in the net80211 code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement</title>
<updated>2011-08-06T17:50:37+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-08-06T17:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=70b9a9a9f6db4731b0c0d56713f96fa414957dd7'/>
<id>70b9a9a9f6db4731b0c0d56713f96fa414957dd7</id>
<content type='text'>
Reviewed by:	marcel
Approved by:	re (kib)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	marcel
Approved by:	re (kib)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the size of struct fpreg rather than of the pointer to it when copying</title>
<updated>2011-08-06T17:49:21+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-08-06T17:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21a305d4af4491e445fa677f04e602c5d834f079'/>
<id>21a305d4af4491e445fa677f04e602c5d834f079</id>
<content type='text'>
the FPU state.

Reviewed by:	marcel
Approved by:	re (kib)
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the FPU state.

Reviewed by:	marcel
Approved by:	re (kib)
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair some build breakage introduced in r211725 and garbage collect some</title>
<updated>2010-08-28T15:03:11+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2010-08-28T15:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b12277d1d4e4c21e5d7c96841948fd0c802ecd1b'/>
<id>b12277d1d4e4c21e5d7c96841948fd0c802ecd1b</id>
<content type='text'>
code made obsolete in the same commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
code made obsolete in the same commit.
</pre>
</div>
</content>
</entry>
</feed>
