<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in elfctl.1</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b989c1dd1e2edc8cf7597d276625b454b7b72e6d - elfctl: add knowledge about the la57 bit</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#b989c1dd1e2edc8cf7597d276625b454b7b72e6d</link>
        <description>elfctl: add knowledge about the la57 bitReviewed by:	markjSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D49913

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Sat, 19 Apr 2025 12:47:45 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c013ca2cf772194de340aeb452a6ccfe7e1cecd8 - manuals: Fix typos in -offset for .Bd and .Bl</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#c013ca2cf772194de340aeb452a6ccfe7e1cecd8</link>
        <description>manuals: Fix typos in -offset for .Bd and .BlThe intended value is:    -offset indentIf there&apos;s any typo such that the value doesn&apos;t match the pre-definedstrings, then the offset is the same width as the value.  So by chance,&quot;-offset -ident&quot; ended up being a standard-width indent (since thedefault indent is 6 chars, and &quot;-ident&quot; also has 6 chars), whereas&quot;-offset -indent&quot; had a longer indent, and &quot;-offset ident&quot; had a shorterone.Signed-off-by:	Graham Percival &lt;gperciva@tarsnap.com&gt;Reviewed by:	mhorne, Alexander Ziaee &lt;concussious.bugzilla@runbox.com&gt;MFC after:	3 daysSponsored by:	Tarsnap Backup Inc.Pull Request:	https://github.com/freebsd/freebsd-src/pull/1436

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Tue, 24 Sep 2024 20:34:26 +0200</pubDate>
        <dc:creator>Graham Percival &lt;gperciva@tarsnap.com&gt;</dc:creator>
    </item>
<item>
        <title>6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5 - Connect mitigations(7) to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#6e5dcc6113da649a79e5bc2c3ea9329bcd1d85d5</link>
        <description>Connect mitigations(7) to the buildAlso add some cross references.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Thu, 05 Oct 2023 19:55:36 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa9896e082a1046ff4fbc75fcba4d18d1f2efc19 - Remove $FreeBSD$: two-line nroff pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#fa9896e082a1046ff4fbc75fcba4d18d1f2efc19</link>
        <description>Remove $FreeBSD$: two-line nroff patternRemove /^\.\\&quot;\n\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Wed, 16 Aug 2023 19:55:10 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbc7364b1840ef3f36994952d085add5d161775d - elfctl: update man page example for &apos;no&apos; prefix</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#dbc7364b1840ef3f36994952d085add5d161775d</link>
        <description>elfctl: update man page example for &apos;no&apos; prefixReported by:	Mark Millard on freebsd-current@Fixes:		c763f99d11fd (&quot;elfctl: prefix disable flags with &quot;no&quot;&quot;)MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Sat, 05 Feb 2022 03:02:44 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>86f33b5fcf6087bf4439881011b920ff99e6e300 - elfctl: allow features to be specified by value</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#86f33b5fcf6087bf4439881011b920ff99e6e300</link>
        <description>elfctl: allow features to be specified by valueThis will allow elfctl on older releases to set bits that are not yetknown there, so that the binary will have the correct settings appliedif run on a later FreeBSD version.PR:		252629 (related)Suggested by:	kibReviewed by:	gbe (manpage, earlier), kibMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D28284

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Fri, 22 Jan 2021 18:22:35 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6d95a01103a49a94c876d5a51bb4be25c06d964 - elftcl: add -i flag to ignore unknown flags</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#f6d95a01103a49a94c876d5a51bb4be25c06d964</link>
        <description>elftcl: add -i flag to ignore unknown flagsThis may allow an identical elfctl invocation to be used on multipleFreeBSD versions, with features not implemented on older releases beingsilently ignored.PR:		252629 (related)Reviewed by:	kibMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D28130

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Wed, 13 Jan 2021 04:24:52 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ac4a7f80b2be339371421b9972535ae5fc473d4 - elfctl: update earliest FreeBSD revision to 12.2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#4ac4a7f80b2be339371421b9972535ae5fc473d4</link>
        <description>elfctl: update earliest FreeBSD revision to 12.2elfctl has been merged to stable/12, and so will appear in FreeBSD 12.2Reported by:	Dewayne GeraghtyMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Tue, 05 May 2020 23:50:52 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e43d33d286a1aa41b6fc6a209f28a18e8cd7437a - Merge ^/head r358466 through r358677.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#e43d33d286a1aa41b6fc6a209f28a18e8cd7437a</link>
        <description>Merge ^/head r358466 through r358677.

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Thu, 05 Mar 2020 18:55:36 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>79bfb05b074873a2c02f0733456ecf269656bef6 - Move ELF feature note tool to usr.bin/elfctl</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/elfctl/elfctl.1#79bfb05b074873a2c02f0733456ecf269656bef6</link>
        <description>Move ELF feature note tool to usr.bin/elfctlelfctl is a tool for modifying the NT_FREEBSD_FEATURE_CTL ELF note,which contains a set of flags for enabling or disabling vulnerabilitymitigations and other features.Reviewed by:	csjp, kibMFC after:	2 weeksRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D23910

            List of files:
            /freebsd/usr.bin/elfctl/elfctl.1</description>
        <pubDate>Mon, 02 Mar 2020 03:36:41 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
