<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>35466a69 - pkgbase: Move ctld/ctladm to iscsi package</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#35466a69</link>
        <description>pkgbase: Move ctld/ctladm to iscsi packageWhile here only compile both of them if WITH_ISCSI is set (this is the default).Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D30755Sponsored by:	Diablotin Systems

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Sat, 19 Jun 2021 15:49:57 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c76eebc - nfs-over-tls: add user space daemons rpc.tlsclntd and rpc.tlsservd</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#2c76eebc</link>
        <description>nfs-over-tls: add user space daemons rpc.tlsclntd and rpc.tlsservdThe kernel changes needed for nfs-over-tls have been committed to main.However, nfs-over-tls requires user space daemons to handle theTLS handshake and other non-application data TLS records.There is one daemon (rpc.tlsclntd) for the client side and one daemon(rpc.tlsservd) for the server side, although they share a fair amountof code found in rpc.tlscommon.c and rpc.tlscommon.h.They use a KTLS enabled OpenSSL to perform the actual work and, as such,are only built when MK_OPENSSL_KTLS is set.Communication with the kernel is done via upcall RPCs done on AF_LOCALsockets and the custom system call rpctls_syscall.Relnotes:	yes(cherry picked from commit b9cbc85d727214cf3e13196ab7e7564e53037f77)

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Thu, 18 Feb 2021 22:08:19 +0000</pubDate>
        <dc:creator>Rick Macklem &lt;rmacklem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed05bfce - build: remove LIBPTHREAD/LIBTHR build options</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#ed05bfce</link>
        <description>build: remove LIBPTHREAD/LIBTHR build optionsWITHOUT_LIBTHR has been broken for a little over five years now, since thexz 5.2.0 update introduced a hard liblzma dependency on libthr, and buildinga useful system without threading support is becoming increasingly moredifficult.Additionally, in the five plus years that it&apos;s been broken more reversedependencies have cropped up in libzstd, libsqlite3, and libcrypto (amongothers) that make it more and more difficult to reconcile the effort neededto fix these options.Remove the broken options.PR:		252760(cherry picked from commit 123ae3045dd21badb93ce52445e18e364b3ac807)(cherry picked from commit 251a6ddfbdcd72e0de922e8320d2f0cc6806a423)

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 14:01:25 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db4b5a16 - Minor simplification of MK_PMC case in usr.sbin/Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#db4b5a16</link>
        <description>Minor simplification of MK_PMC case in usr.sbin/MakefileMK_PMC is already guarded by MK_CXX in src.opts.mk, so we can actuallymerge it with the following SUBDIR statement after c1a3d7f20696.Suggested By:	jrtc27

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 09:52:58 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1a3d7f2 - Remove remaining uses of ${COMPILER_FEATURES:Mc++11}</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#c1a3d7f2</link>
        <description>Remove remaining uses of ${COMPILER_FEATURES:Mc++11}All supported compilers have C++11 support so these checks can be replacedwith MK_CXX guards.See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252759PR:		252759Reviewed By:	emasteDifferential Revision: https://reviews.freebsd.org/D28234

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 19 Jan 2021 15:05:43 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>420306c3 - [pmc] whoops, remove spurious #&apos;s</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#420306c3</link>
        <description>[pmc] whoops, remove spurious #&apos;spointed out by gonzo@, thanks!

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 14 Jul 2020 05:33:23 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8e66eb1 - [hwpmc] Compile &apos;pmc&apos; only if we have C++11.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#f8e66eb1</link>
        <description>[hwpmc] Compile &apos;pmc&apos; only if we have C++11.I noticed when compiling with ye olde gcc-6.3.0 on mips that it tripped overa lack of C++11 bits.  This allows it to compile fine.

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 14 Jul 2020 05:10:50 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13f7dbe8 - retire amd(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#13f7dbe8</link>
        <description>retire amd(8)autofs was introduced with FreeBSD 10.1 and is the supported method forautomounting filesystems.  As of r296194 the amd man page claimed that itis deprecated.  Remove it from base now; the sysutils/am-utils port isstill available if necessary.Discussed with:	cyRelnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Mon, 09 Mar 2020 20:46:43 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>504613f2 - Remove simple_httpd</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#504613f2</link>
        <description>Remove simple_httpdsimple_httpd was granted a reprieve from the picobsd removal based on havingsome reported user; it turns out this user isn&apos;t actually using the versionin base and merging their changes would be difficult at this point, so theversion in base will simply continue to rot. Retire it now, it may make acomeback to ports with the improved version.No notice issued because its current visibility has only been for ~3months, and a notice has been previously issued about picobsd removal.

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 04 Feb 2020 21:27:39 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7c78055 - add valectl to the system commands</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#c7c78055</link>
        <description>add valectl to the system commandsThe valectl(4) program is used to manage vale(4) switches.Add it to the system commands so that it can be used right away.This program was previously called vale-ctl, and stored intools/tools/netmapReviewed by:	hrs, bcr, lwhsu, kevansMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D22146

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Thu, 31 Oct 2019 21:01:34 +0000</pubDate>
        <dc:creator>Vincenzo Maffione &lt;vmaffione@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccdcb388 - [2/3] Add certctl(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#ccdcb388</link>
        <description>[2/3] Add certctl(8)This is a simple utility to hash all trusted on the system into/etc/ssl/certs. It also allows the user to blacklist certificates they donot trust.This work was done primarily by allanjude@, with minor contributions bymyself.No objection from:	secteamDifferential Revision:	https://reviews.freebsd.org/D16857

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Wed, 02 Oct 2019 01:05:53 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>546d30b9 - Move httpd to simple_httpd...</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#546d30b9</link>
        <description>Move httpd to simple_httpd...This avoids PATH conflicts with a real httpd, as a user will likely almostalways prefer the more fully-featured httpd. This also lines up with thehistorical name of the program.

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 01 Oct 2019 18:14:37 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d0a92c9 - Move simple_httpd out of picobsd, add HTTPD option (default OFF)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#2d0a92c9</link>
        <description>Move simple_httpd out of picobsd, add HTTPD option (default OFF)picobsd/tinyware has had this compact HTTPD server for a long time, and somepeople do use it. Move it out into usr.sbin well in advance of any actionbeing taken on picobsd.This has been gated behind an HTTPD option defaulted to *off*, primarily fortwo reasons:1.) This code likely needs a good audit, as it&apos;s been living off in picobsd    land for a long time, and2.) We don&apos;t currently ship an httpd and this may not be a welcome surprise.Reviewed by:	eugenDifferential Revision:	https://reviews.freebsd.org/D21724

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 01 Oct 2019 14:55:16 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59e50df3 - - Retire pc-sysinstall(8)</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#59e50df3</link>
        <description>- Retire pc-sysinstall(8)https://reviews.freebsd.org/D21094Submitted by: kmoore@FreeBSD.orgApproved by: imp@FreeBSD.org

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 03 Sep 2019 19:42:04 +0000</pubDate>
        <dc:creator>Kris Moore &lt;kmoore@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5a95d9a - Remove NAND and NANDFS support</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#f5a95d9a</link>
        <description>Remove NAND and NANDFS supportNANDFS has been broken for years. Remove it. The NAND drivers thatremain are for ancient parts that are no longer relevant. They arepolled, have terrible performance and just for ancient armhardware. NAND parts have evolved significantly from this early workand little to none of it would be relevant should someone need toupdate to support raw nand. This code has been off by default foryears and has violated the vnode protocol leading to panics since itwas committed.Numerous posts to arch@ and other locations have found no actual usersfor this software.Relnotes:	YesNo Objection From: arch@Differential Revision: https://reviews.freebsd.org/D20745

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Tue, 25 Jun 2019 04:50:09 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b5691ee - Re-add new small tool trim(8) to delete contents for blocks</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#2b5691ee</link>
        <description>Re-add new small tool trim(8) to delete contents for blockson devices using wear-leveling algorithms as a few weeks passedafter review and discussion of trim(8) ceased andwe still have no utility to perform the job.Reviewed by:	hackers@MFC after:	2 weeks

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Thu, 17 Jan 2019 18:07:59 +0000</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53fc043d - Remove, the now very outdated, timed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#53fc043d</link>
        <description>Remove, the now very outdated, timed.Submitted by:	Kyle Spiers ksspiers at gmailReviewed by:	bcr,brooks,bz,sbrunoRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D18505

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Sat, 15 Dec 2018 21:34:40 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>385e9808 - Remove CTM from 13-CURRENT after the release of FreeBSD-12.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#385e9808</link>
        <description>Remove CTM from 13-CURRENT after the release of FreeBSD-12.0.The removal (and creation of a port) has been pre-announced in UPDATING1 month ago. Packages are available for all supported FreeBSD vesions.I did not think that another entry in UPDATING is required to note theactual removal.No MFC is planned - CTM shall be kept in base for all releases up to 12.x.Reviewed by:	rgrimesApproved by:	imp, bcr (manpages)Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D17935

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Sat, 15 Dec 2018 16:53:15 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9312900f - Add a pwm subsystem so we can configure pwm controller from kernel and userland.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#9312900f</link>
        <description>Add a pwm subsystem so we can configure pwm controller from kernel and userland.The pwm subsystem consist of API for PWM controllers, pwmbus to register themand a pwm(8) utility to talk to them from userland.Reviewed by:	oshgobo (capsicum), bcr (manpage), 0mp (manpage)Differential Revision:	https://reviews.freebsd.org/D17938

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Wed, 12 Dec 2018 20:56:56 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0d16695 - Remove trim(8) by multiple demands.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/usr.sbin/Makefile#e0d16695</link>
        <description>Remove trim(8) by multiple demands.

            List of files:
            /freebsd-13.1/usr.sbin/Makefile</description>
        <pubDate>Sat, 01 Dec 2018 03:20:10 +0000</pubDate>
        <dc:creator>Eugene Grosbein &lt;eugen@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
