<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>241a43cf9da8933f500e7d0df7fff621fd52168c - virtual_oss: Take MK_CUSE into account</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#241a43cf9da8933f500e7d0df7fff621fd52168c</link>
        <description>virtual_oss: Take MK_CUSE into accountReported by:	brooksFixes:		f74f891581bc (&quot;src.opts: Introduce MK_SOUND&quot;)Sponsored by:	The FreeBSD FoundationMFC after:	4 daysReviewed by:	brooks, emasteDifferential Revision:	https://reviews.freebsd.org/D54708

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Thu, 15 Jan 2026 17:54:22 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf34eb8264954a8fd1e92081bcf67719bddbc2aa - build: Remove duplicate SUBDIR entries</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#cf34eb8264954a8fd1e92081bcf67719bddbc2aa</link>
        <description>build: Remove duplicate SUBDIR entriesFixes:	f74f891581bc (&quot;src.opts: Introduce MK_SOUND&quot;)

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Mon, 12 Jan 2026 16:05:40 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f74f891581bc4df20431607de9b761107f6a0aa7 - src.opts: Introduce MK_SOUND</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#f74f891581bc4df20431607de9b761107f6a0aa7</link>
        <description>src.opts: Introduce MK_SOUNDPR:		291853Sponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	zarychtam_plan-b.pwste.edu.pl, markjDifferential Revision:	https://reviews.freebsd.org/D54456

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Mon, 12 Jan 2026 14:16:35 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dcb0790bad434ace7cf53259e7a9bcefbef1c69b - setaudit: Initial import</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#dcb0790bad434ace7cf53259e7a9bcefbef1c69b</link>
        <description>setaudit: Initial importUnmodified sources from https://github.com/csjayp/setaudit at commitaa4dd9dfa40b6437030d718834236f4eaeb18ccb.Some follow-up changes will fix a few issues and make it easier to usethis utility in the rc framework.Reviewed by:	csjpMFC after:	2 weeksSponsored by:	Modirum MDPaySponsored by:	Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D53669

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Mon, 17 Nov 2025 16:40:10 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7238317403b95a8e35cf0bc7cd66fbd78ecbe521 - blocklist: Rename blacklist to blocklist</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#7238317403b95a8e35cf0bc7cd66fbd78ecbe521</link>
        <description>blocklist: Rename blacklist to blocklistFollow up upstream rename from blacklist to blocklist.- Old names and rc scripts are still valid, but emitting an ugly warning- Old firewall rules and anchor names should work, but emitting an ugly  warning- Old MK_BLACKLIST* knobs are wired to the new onesAlthough care has been taken not to break current configurations, thisis a large patch containing mostly duplicated code.  If issues arise, itwill be swiftly reverted.Reviewed by:	ivy (pkgbase)Approved by:	emaste (mentor)MFC after:	2 daysRelnotes:	yes

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Sun, 12 Oct 2025 17:14:27 +0000</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f040ee6e407832fc9f08d85cd792d1cfb8104976 - virtual_oss: Do not build if WITHOUT_CUSE is set</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#f040ee6e407832fc9f08d85cd792d1cfb8104976</link>
        <description>virtual_oss: Do not build if WITHOUT_CUSE is setPR:		289920Fixes:          9cab9fde5eda (&quot;virtual_oss: Port to base&quot;)Sponsored by:	The FreeBSD FoundationMFC after:	1 dayReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D52807

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 17:01:37 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89eee8ee2ce57b7884defb8f9af016cd28ef1562 - wlanstat(8): Rename from wlanstats(8) to keep consistency</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#89eee8ee2ce57b7884defb8f9af016cd28ef1562</link>
        <description>wlanstat(8): Rename from wlanstats(8) to keep consistencyAll the status and statistics utilties in base are ending with &quot;stat&quot;,the only exception is mailstats(8) but that&apos;s from sendmail.Reviewed by:	imp, adrianMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52724

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 03:30:08 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cab9fde5edad9b409dd2317a2aec7815e6d6bed - virtual_oss: Port to base</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#9cab9fde5edad9b409dd2317a2aec7815e6d6bed</link>
        <description>virtual_oss: Port to baseThis patch diverges quite a bit from the current upstream [1] in a fewways:1. virtual_oss(8), virtual_bt_speaker(8) and virtual_oss_cmd(8) are   actually separate programs.2. Backends (lib/virtual_oss) are built as separate shared libraries and   we dlopen() them in virtual_oss(8) and virtual_bt_speaker(8) on   demand.3. virtual_equalizer(8) and the sndio and bluetooth backends are built   as ports, because they depend on third-party libraries.4. Use newer libav API in bluetooth backend (see HAVE_LIBAV ifdefs) to   address compiler errors.[1] https://github.com/freebsd/virtual_ossSponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D52308

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Sun, 28 Sep 2025 09:56:52 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc5ba6b8b4f028eb944434be82838d272330f26f - Remove MK_GSSAPI</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#dc5ba6b8b4f028eb944434be82838d272330f26f</link>
        <description>Remove MK_GSSAPIFor MIT Kerberos, MK_GSSAPI has no meaning: GSSAPI is a required part ofKerberos and is always built if MK_KERBEROS is enabled.  Backport thisbehaviour to Heimdal so it works the same way.While here, change Heimdal&apos;s libcom_err and compile_et to be selected byMK_KERBEROS, not MK_KERBEROS_SUPPORT, since these are part of Kerberosand third-party users might need it even if Kerberos support is disabledin the base system.  This means MK_KERBEROS_SUPPORT installs the samefiles with both MIT and Heimdal.Reviewed by:	cyDifferential Revision:	https://reviews.freebsd.org/D51859

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Wed, 20 Aug 2025 18:42:20 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>837b13af68bde317414f6c0ce295df66308cc31b - Revert &quot;Remove Secure RPC DES authentication&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#837b13af68bde317414f6c0ce295df66308cc31b</link>
        <description>Revert &quot;Remove Secure RPC DES authentication&quot;This reverts commit 7ac276298b72982189ac1a5b17461936dc00163e.Requested by:	kib

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Fri, 15 Aug 2025 15:56:46 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ac276298b72982189ac1a5b17461936dc00163e - Remove Secure RPC DES authentication</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#7ac276298b72982189ac1a5b17461936dc00163e</link>
        <description>Remove Secure RPC DES authenticationFollowing the earlier removal of keyserv, none of this functionalityworks since it requires keyserv.Remove the relevant symbols from libc&apos;s Symbol.map.  Leave compatibilitysymbols for existing applications, but since the functions don&apos;t workwithout keyserv, stub them out to return an error.Remove some private symbols that were only used by keyserv; these don&apos;tget compatibility symbols.Remove the documentation for the old functions.Remove rpc.ypupdated since it requires DES authentication.Reviewed by:		manu, des, emasteDifferential Revision:	https://reviews.freebsd.org/D50442

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Sun, 10 Aug 2025 12:57:36 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83dc2f33394bfee9e5e64693dda36b69e75718fc - nvmfd: Move out of the base install and into tools/tools/nvmf</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#83dc2f33394bfee9e5e64693dda36b69e75718fc</link>
        <description>nvmfd: Move out of the base install and into tools/tools/nvmfThis is still useful as an example use of the APIs in libnvmf similarto nvmfdd, but this functionality is now provided in the base systemby ctld.Sponsored by:	Chelsio Communications

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Fri, 08 Aug 2025 16:52:44 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3ac01e18eb3db571572d819d6b40966d00f80fe - kgssapi: Fix the kgssapi so that it can use MIT Kerberos</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#e3ac01e18eb3db571572d819d6b40966d00f80fe</link>
        <description>kgssapi: Fix the kgssapi so that it can use MIT KerberosWithout this patch, the kgssapi uses detailed knowledgeof the internal context structure for Heimdal (up to vers 1.5).It also does four upcalls to the gssd daemon to establisha server side RPCSEC_GSS context.This patch adds support for three new upcalls:gss_init_sec_context_lucid_v1()gss_accept_sec_context_lucid_v1()gss_supports_lucid()These are used to determine if the gssd can do the upcallsand uses them to avoid needing detailed Heimdal knowledgeif they are supported.gss_init_sec_context_lucid_v1() andgss_accept_sec_context_lucid_v1() return the informationneeded to complete the RPCSEC_GSS context.They use gss_krb5_export_lucid_sec_context() to acquirethe information from the libraries. (MIT Kerberos supportsthis and I believe newer versions of Heimdal does, as well).This avoids the need for detailed knowledge about MIT&apos;sinternals and replaces the 2 or 4 (initiator or acceptor) upcallswith a single upcall to create the RPCSEC_GSS context.The old Heimdal (up to 1.5) support is left intact, but shouldbe removed whenever Heimdal 1.5 is removed from /usr/src.It also modifies the Makefile so that the gssd is only builtwhen MK_KERBEROS_SUPPORT != &quot;no&quot;, since it is useless withoutKerberos.Reviewed by:	cyDiffereential Revision:	https://reviews.freebsd.org/D51731Differeential Revision:	https://reviews.freebsd.org/D51733

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Thu, 07 Aug 2025 21:02:32 +0000</pubDate>
        <dc:creator>Rick Macklem &lt;rmacklem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4de9547f322bb26f146ddd4139610e927afc5ef0 - Revert &quot;kgssapi: Fix the kgssapi so that it can use MIT Kerberos&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#4de9547f322bb26f146ddd4139610e927afc5ef0</link>
        <description>Revert &quot;kgssapi: Fix the kgssapi so that it can use MIT Kerberos&quot;This broke the build and will have to wait for cy@&apos;s commit.This reverts commit 554651ebf1c1798fa8fb2560cab761ac3d219555.

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Thu, 07 Aug 2025 00:03:20 +0000</pubDate>
        <dc:creator>Rick Macklem &lt;rmacklem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>554651ebf1c1798fa8fb2560cab761ac3d219555 - kgssapi: Fix the kgssapi so that it can use MIT Kerberos</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#554651ebf1c1798fa8fb2560cab761ac3d219555</link>
        <description>kgssapi: Fix the kgssapi so that it can use MIT KerberosWithout this patch, the kgssapi uses detailed knowledgeof the internal context structure for Heimdal (up to vers 1.5).It also does four upcalls to the gssd daemon to establisha server side RPCSEC_GSS context.This patch adds support for three new upcalls:gss_init_sec_context_lucid_v1()gss_accept_sec_context_lucid_v1()gss_supports_lucid()These are used to determine if the gssd can do the upcallsand uses them to avoid needing detailed Heimdal knowledgeif they are supported.gss_init_sec_context_lucid_v1() andgss_accept_sec_context_lucid_v1() return the informationneeded to complete the RPCSEC_GSS context.They use gss_krb5_export_lucid_sec_context() to acquirethe information from the libraries. (MIT Kerberos supportsthis and I believe newer versions of Heimdal does, as well).This avoids the need for detailed knowledge about MIT&apos;sinternals and replaces the 2 or 4 (initiator or acceptor) upcallswith a single upcall to create the RPCSEC_GSS context.The old Heimdal (up to 1.5) support is left intact, but shouldbe removed whenever Heimdal 1.5 is removed from /usr/src.It also modifies the Makefile so that the gssd is only builtwhen MK_KERBEROS_SUPPORT != &quot;no&quot;, since it is useless withoutKerberos.Reviewed by:	cyDifferential Revision:	https://reviews.freebsd.org/D51731Differential Revision:	https://reviews.freebsd.org/D51733

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 22:36:21 +0000</pubDate>
        <dc:creator>Rick Macklem &lt;rmacklem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08419bf194697d08837b0e0cd7ea30e911eec4bf - don&apos;t gate ctl{d,adm} behind MK_ISCSI</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#08419bf194697d08837b0e0cd7ea30e911eec4bf</link>
        <description>don&apos;t gate ctl{d,adm} behind MK_ISCSIThese are no longer specific to iSCSI; always build them.Reviewed by:	kevans, jhbApproved by:	kevans (mentor)Differential Revision:	https://reviews.freebsd.org/D50625

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Sun, 01 Jun 2025 02:04:37 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a37f1024cebfb89dcfa15c23bb287a5d09a9ae7 - Rename audio(8) to sndctl(8)</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#9a37f1024cebfb89dcfa15c23bb287a5d09a9ae7</link>
        <description>Rename audio(8) to sndctl(8)Sponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	adrianDifferential Revision:	https://reviews.freebsd.org/D50167

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Mon, 05 May 2025 17:18:08 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44e5a01508353cfa52e185a531cfb5a6b39b28f6 - audio(8): Initial revision</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#44e5a01508353cfa52e185a531cfb5a6b39b28f6</link>
        <description>audio(8): Initial revisionaudio(8) is a new program that lists and modifies audio deviceproperties, using a control-driven interface, in similar fashion tomixer(8).Sponsored by:	The FreeBSD FoundationMFC after:	1 weekReviewed by:	adrianDifferential Revision:	https://reviews.freebsd.org/D46227

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Mon, 05 May 2025 11:38:59 +0000</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ce422531805307d413bf04c9ad1aabd7f3a879 - wlanstats: move from tools to usr.sbin</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#61ce422531805307d413bf04c9ad1aabd7f3a879</link>
        <description>wlanstats: move from tools to usr.sbinwlanstats is an incredible tool to get a quick overview of stateof affairs of wireless by looking at the counters.And it makes it simple.Having landed the LinuxKPI HW_CRYPTO bits I was asked by userswhat to check and I realised the answer is in wlanstats.It is annoying even as a developer to manually build it for eachinstallation but given it&apos;s also useful to users and supportmake it available with the general installation.Probably very long overdue.Adjust the Makefile and make build again on main.Hook it up to the build conditional on MK_WIRELESS.Discussed with:	adrianSponsored by:	The FreeBSD FoundationTODO:		man pageMFC after:	3 days

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Wed, 19 Feb 2025 02:50:11 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dcb984251b35ab1959bcaafcb3f129c8ae2f25b - Remove publickey(5) stuff</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/Makefile#9dcb984251b35ab1959bcaafcb3f129c8ae2f25b</link>
        <description>Remove publickey(5) stuffThis uses DES and it&apos;s likely that nobody uses that in 2025.If somebody uses this we help them by deprecating and removing this.Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D30683

            List of files:
            /src/usr.sbin/Makefile</description>
        <pubDate>Wed, 22 Jan 2025 17:00:09 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
