<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libthread_db/arch, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-02-27T04:44:58Z</updated>
<entry>
<title>Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.</title>
<updated>2020-02-27T04:44:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-02-27T04:44:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f33b14f02ef7c5aff623734b1a24abe0567ff51d'/>
<id>urn:sha1:f33b14f02ef7c5aff623734b1a24abe0567ff51d</id>
<content type='text'>
Submitted by:	kib@ (libthr)
</content>
</entry>
<entry>
<title>mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUM</title>
<updated>2019-08-22T21:43:21Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-08-22T21:43:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e21f96a811d9776f976751b01ac7975eeffcdeb2'/>
<id>urn:sha1:e21f96a811d9776f976751b01ac7975eeffcdeb2</id>
<content type='text'>
machine/regnum.h ends up being included by sys/procfs.h and sys/ptrace.h via
machine/reg.h. Many of the regnum definitions are too short and too generic
to be exposing to any userland application including one of these two
headers. Moreover, these actively cause build failures in googletest
(template &lt;typename T1 ...&gt; expanding to template &lt;typename 9 ...&gt;).

Hide the definitions behind _KERNEL or _WANT_MIPS_REGNUM, and patch all of
the userland consumers to define as needed.

Discussed with:	imp, jhb
Reviewed by:	imp, jhb
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D21330
</content>
</entry>
<entry>
<title>Implement pt_fpreg_to_ucontext(), pt_ucontext_to_fpreg().</title>
<updated>2018-08-02T12:24:34Z</updated>
<author>
<name>Ruslan Bukin</name>
<email>br@FreeBSD.org</email>
</author>
<published>2018-08-02T12:24:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8af1b6af6e24dad16e812c9ccd7c6f0699dbd27'/>
<id>urn:sha1:d8af1b6af6e24dad16e812c9ccd7c6f0699dbd27</id>
<content type='text'>
Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>lib: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-26T02:00:33Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-26T02:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e53a4f90f82c4345f277dd87cc9292f26e04a29'/>
<id>urn:sha1:5e53a4f90f82c4345f277dd87cc9292f26e04a29</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Preserve VFP state across signal delivery.</title>
<updated>2017-03-26T08:36:56Z</updated>
<author>
<name>Michal Meloun</name>
<email>mmel@FreeBSD.org</email>
</author>
<published>2017-03-26T08:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6fc9f4dbc81f63b44d5cffb899b4e6e002345142'/>
<id>urn:sha1:6fc9f4dbc81f63b44d5cffb899b4e6e002345142</id>
<content type='text'>
We don't have enouch space to store full VFP context within mcontext
stucture. Due to this:
 - follow i386/amd64 way and store VFP state outside of the mcontext_t
   but point to it. Use the size of VFP state structure as an 'magic'
   indicator of the saved VFP state presence.
 - teach set_mcontext() about this external storage.
 - for signal delivery, store VFP state to expanded 'struct sigframe'.

Submited by:	Andrew Gierth (initial version)
PR:		217611
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Cleanup structures related to VFP and/or mcontext_t.</title>
<updated>2017-03-24T11:46:49Z</updated>
<author>
<name>Michal Meloun</name>
<email>mmel@FreeBSD.org</email>
</author>
<published>2017-03-24T11:46:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dfe5f22fd710dd06dfb3d792274a505e5960d422'/>
<id>urn:sha1:dfe5f22fd710dd06dfb3d792274a505e5960d422</id>
<content type='text'>
- 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.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add the RISC-V MD parts of libthread_db.</title>
<updated>2016-01-27T10:34:07Z</updated>
<author>
<name>Ruslan Bukin</name>
<email>br@FreeBSD.org</email>
</author>
<published>2016-01-27T10:34:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9a2d57082068158e2d20d68dc8dbbca7e4aa675'/>
<id>urn:sha1:c9a2d57082068158e2d20d68dc8dbbca7e4aa675</id>
<content type='text'>
Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D5064
</content>
</entry>
<entry>
<title>Add the arm64 parts of libthread_db.</title>
<updated>2015-04-01T08:37:50Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2015-04-01T08:37:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f03b8244b41bd45ed9ad74254cd72d5e3d9b33d4'/>
<id>urn:sha1:f03b8244b41bd45ed9ad74254cd72d5e3d9b33d4</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D2184
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silence</title>
<updated>2015-01-27T18:56:46Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-01-27T18:56:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7d7e597b410b3802ed7480d0db628e8449f29cc'/>
<id>urn:sha1:c7d7e597b410b3802ed7480d0db628e8449f29cc</id>
<content type='text'>
a -Wcast-qual warning from clang 3.6.0.
</content>
</entry>
</feed>
