<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/elfdump, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-03-08T21:11:49Z</updated>
<entry>
<title>MFC r340169 (brooks): elfdump: Add -E to test if a file is an ELF binary.</title>
<updated>2020-03-08T21:11:49Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-03-08T21:11:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5314c72a13cb54ae69ee0a84aba1f7c2eaf1b9b6'/>
<id>urn:sha1:5314c72a13cb54ae69ee0a84aba1f7c2eaf1b9b6</id>
<content type='text'>
This is intended to replace potentially unreliable checks like:

    file -b $1 | grep -q '^ELF ..-bit .SB executable'
</content>
</entry>
<entry>
<title>MFC r343610: elfdump: include note type names</title>
<updated>2020-03-08T21:10:16Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-03-08T21:10:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5077c2e786ebedece49fb76aecdb47851da683b8'/>
<id>urn:sha1:5077c2e786ebedece49fb76aecdb47851da683b8</id>
<content type='text'>
Based on a patch submitted by Dan McGregor.
-
MFC r343611: elfdump: fix build after r343610
-
MFC r343613: elfdump: use designated array initialization for note types

This ensures the note type name is in the correct slot.

Submitted by:	kib
-
PR:		228290
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r343609: elfdump: whitespace fixup in advance of other changes</title>
<updated>2020-03-08T21:07:21Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-03-08T21:07:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=949a9b5eba4f0c6bea249aa41f66168edf1e13e9'/>
<id>urn:sha1:949a9b5eba4f0c6bea249aa41f66168edf1e13e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r340138 (by oshogbo):</title>
<updated>2019-12-06T18:26:34Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-12-06T18:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10a93cc038a7876c7cd4ae1b399ff4afbdbf8aa9'/>
<id>urn:sha1:10a93cc038a7876c7cd4ae1b399ff4afbdbf8aa9</id>
<content type='text'>
capsicum: use a new capsicum helpers in tools
</content>
</entry>
<entry>
<title>Convert `cap_enter() &lt; 0 &amp;&amp; errno != ENOSYS` to `caph_enter() &lt; 0`.</title>
<updated>2018-06-19T23:43:14Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-06-19T23:43:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7672a0148f79063eac8f8e0beb0db5350d02d5d4'/>
<id>urn:sha1:7672a0148f79063eac8f8e0beb0db5350d02d5d4</id>
<content type='text'>
No functional change intended.
</content>
</entry>
<entry>
<title>elfdump: chase ABI tag note name change from r232832</title>
<updated>2018-05-30T01:16:50Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-05-30T01:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f37e7f527b9ac4edcbc556fa47ddb5f36dfcf4e8'/>
<id>urn:sha1:f37e7f527b9ac4edcbc556fa47ddb5f36dfcf4e8</id>
<content type='text'>
r232832 changed the ABI tag note name from .note.ABI-tag to .note.tag.
Follow suit in elfdump.

Elfdump's note parsing is very basic and should be significantly
reworked, but for now just restore the broken functionality.

PR:		228290
Submitted by:	martin at lispworks.com
MFC after:	1 week
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified 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.

No functional change intended.
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2016-11-13T00:11:30Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-11-13T00:11:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=490a8aa9a1d9db0dd5c64452808991576f2cdee3'/>
<id>urn:sha1:490a8aa9a1d9db0dd5c64452808991576f2cdee3</id>
<content type='text'>
MFC after:	2 weeks
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions</title>
<updated>2016-10-17T13:36:50Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-10-17T13:36:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf8fb39f7d59c15be5b62a2ae3f65a16be1b662b'/>
<id>urn:sha1:cf8fb39f7d59c15be5b62a2ae3f65a16be1b662b</id>
<content type='text'>
r109332 introduced these three as DT_SUNW_*. Update to the correct
names already used elsewhere in FreeBSD and the Sun "Linker and
Libraries Guide"

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
