<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>77dc773ecfcfd177c26dde4e858feb9a35fd970f - rc.8: Add rc.suspend as an alias</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#77dc773ecfcfd177c26dde4e858feb9a35fd970f</link>
        <description>rc.8: Add rc.suspend as an aliasMake it consistent with the other lifecycle scripts, thus making itmore findable.Reviewed by:	ziaeeSigned-off-by:	Pat Maddox &lt;pat@patmaddox.com&gt;Closes:		https://github.com/freebsd/freebsd-src/pull/2047

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Tue, 24 Feb 2026 21:25:15 +0100</pubDate>
        <dc:creator>Pat Maddox &lt;pat@patmaddox.com&gt;</dc:creator>
    </item>
<item>
        <title>caddfcd546e020aec73b0a53d925460f10f7ae7d - share/man: Move many manpages to more correct packages</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#caddfcd546e020aec73b0a53d925460f10f7ae7d</link>
        <description>share/man: Move many manpages to more correct packagesAt the moment, all the manpages in share/man are in the utilities-manpackage.  Move some of them to the package they should actually be in,using the new MANGROUPS feature.Move all of section 3 to clibs-man.  Although some of these are from/usr/include/sys rather than libc, you can&apos;t practically use themwithout libc, and clibs-man is where the libc manpages live already.Move all of sections 4 and 9 to a new kernel-man package, except foratf-test-case.4 which goes to tests-man.  atf-test-case.4 is in thewrong section, but this needs to be fixed upstream.kernel-man requires special handling in generate-ucl.lua since it&apos;sgot a -man suffix but doesn&apos;t want the &apos; (manual pages)&apos; automaticsuffix.  For now, fix this by adding a list of packages that don&apos;tget automatic suffixes.Reviewed by:	ifreund_freebsdfoundation.org, manu, emasteDifferential Revision:	https://reviews.freebsd.org/D51504

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 25 Jul 2025 16:02:23 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa3b7a2fbc4687c0a09b6166aa2c2d117989d8fa - /etc/rc add trace debug and verify</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#aa3b7a2fbc4687c0a09b6166aa2c2d117989d8fa</link>
        <description>/etc/rc add trace debug and verifyDebugging boot issues can be helped bylogging each rc.d script as it is runand being able to selectively enable/disable set -xdebug.sh provides an elaborate framework for debugging shell scripts.For secure systems, we want to be paranoid about what we readduring boot.dot()	simply reads (.) arg file if it existsvdot()	if mac_veriexec is active, ignore unverified files	otherwise behaves much the same as dot()safe_dot()  in safe_eval.sh allows reading an untrusted file;	limiting the input to simple variable assignments.In load_rc_config allow caller to provide an option to indicate how tohandle its arg:	-v use vdot()	-s use sdot() which will try to use vdot() and fallback to safe_dot()	The default is to read using dot()rc_run_scripts()	encapsulate the running of rc.d scripts	so that we can easily call it more than twice.We vdot local.rc.subr to pick up extensions (likerun_rc_scripts_final) and overrides.We also allow rc.subr.local or rc.conf to set rc_config_xtraeg (rc_config_xtra=XXX for historic compatibility)rc use set -o verify around the reading in of rc.subrThis has no effect if mac_veriexec is not active, but if it is; ensuresrc.subr has not been tampered with.Reviewed by:	impSponsored by:	Juniper Networks, Inc.Differential Revision:	https://reviews.freebsd.org/D43671

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 09 Feb 2024 18:15:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97759ccc715c4b365432c16d763c50eecfcb1100 - share: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#97759ccc715c4b365432c16d763c50eecfcb1100</link>
        <description>share: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b1adc42a15caea0cffbc962ca6f9e3e7b576834 - rc.sendmail: remove unused script</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#0b1adc42a15caea0cffbc962ca6f9e3e7b576834</link>
        <description>rc.sendmail: remove unused script20 years ago the use of rc.sendmail script was dropped in favorof /etc/rc.d/sendmail, it is time to retire the script entirelynow.MFC after:	1 week

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Wed, 09 Nov 2022 16:33:03 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6379a2c954698be466f5b4481a924b3a0074cb4 - man: Install more man pages unconditionally</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#e6379a2c954698be466f5b4481a924b3a0074cb4</link>
        <description>man: Install more man pages unconditionallyAdd more manual pages which were not spotted previously in 0a0f7486413cIdeally to be MFH&apos;ed with:8539518055d0 - Remove manpages from OLD_FILES8b487b8292e4 - Fix bsd.subdir.mk-related issues after 0a0f7486413cf6043a672135 - ObsoleteFiles.inc: Remove manpages from OLD_FILES0a0f7486413c - man: Build manpages for all architecturesThere is at least one pending issue when building with -DNO_ROOT.Reported by:    ceri@MFH:    4 weeksDiscussed with: woschDifferential Revision: https://reviews.freebsd.org/D31018

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 06 Aug 2021 18:33:31 +0200</pubDate>
        <dc:creator>Fernando Apestegu&#237;a &lt;fernape@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d180b1360b19930587764af836c009419cc3365 - Remove picobsd build scripts and the remaining tinyware</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#6d180b1360b19930587764af836c009419cc3365</link>
        <description>Remove picobsd build scripts and the remaining tinywarePostings were sent to -arch@ on 2019/09/13 and 2019/10/01, proposing andconfirming a removal of these scripts on 2019/10/31, due to significant workneeded to bring this into the modern world and nobody having done this workin the past couple of years. No objections or proposed work was raised inresponse to these postings. The tinyware may see a resurrection into aseparate repo for archival purposes if any users of it show interest indoing so.MFC after:	never

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Tue, 05 Nov 2019 03:30:41 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Sun, 28 Jul 2019 06:02:22 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d6d0a43ce2c112d4719ffddde01b9b721c2d7a4 - pkgbase: move man pages from runtime-manual to runtime</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#1d6d0a43ce2c112d4719ffddde01b9b721c2d7a4</link>
        <description>pkgbase: move man pages from runtime-manual to runtimeWe don&apos;t split the other man pages in their own package so do the same for runtime.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D20962

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 17:12:20 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c981cbbd13775bb259623977c23853f3db93c68a - Merge ^/head r343956 through r344177.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#c981cbbd13775bb259623977c23853f3db93c68a</link>
        <description>Merge ^/head r343956 through r344177.

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 15 Feb 2019 22:50:45 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b0c50e1add5e5996197582270056c6aa72bcc08 - Add rc.resume(8) alias for rc(8) to fix the manpage cross references</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#0b0c50e1add5e5996197582270056c6aa72bcc08</link>
        <description>Add rc.resume(8) alias for rc(8) to fix the manpage cross referencesThis issue was noticed when running `make manlint` as part of MFCing r342597 to^/stable/11:```$ make -C share/man/man8 rc.8lintmandoc -Tascii -Tlint rc.8mandoc: rc.8:548:6: STYLE: referenced manual not found: Xr rc.resume 8$```This is a followup commit to r339818.Reviewed by:	eugenApproved by:	jtl (mentor)MFC after:	1 weekMFC to:		^/stable/12Differential Revision: https://reviews.freebsd.org/D19158

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Wed, 13 Feb 2019 00:33:16 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7847e04111f2c2b06b36f6d19a46d78814d7836d - Merge ^/head r338026 through r338297, and resolve conflicts.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#7847e04111f2c2b06b36f6d19a46d78814d7836d</link>
        <description>Merge ^/head r338026 through r338297, and resolve conflicts.

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Fri, 24 Aug 2018 20:09:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce9d7aee49b18e665056318102690b7f4af9d6be - Create a manual page for beinstall.sh.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#ce9d7aee49b18e665056318102690b7f4af9d6be</link>
        <description>Create a manual page for beinstall.sh.Reviewed by:	bcr, brd, willApproved by:	krion (mentor)Differential Revision:	https://reviews.freebsd.org/D16742

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Mon, 20 Aug 2018 13:05:36 +0200</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>084f772fb40c86f954053953a4f1768face247e6 - Install uefi.8 also on arm64</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#084f772fb40c86f954053953a4f1768face247e6</link>
        <description>Install uefi.8 also on arm64Our standard boot method for arm64 is via UEFI, so install the man pagethat describes the boot process.MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Thu, 25 Jan 2018 14:51:20 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c676c939e2e1e376d2933941f2a4aa6094f29d7d - Fix manual page install on non-amd64</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#c676c939e2e1e376d2933941f2a4aa6094f29d7d</link>
        <description>Fix manual page install on non-amd64Reviewed by:	emaste, impDifferential Revision:	https://reviews.freebsd.org/D14038

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Thu, 25 Jan 2018 06:15:44 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88df3117b32dab073605f0594dea0aa0591f495f - Add efi.8 as a man page link to uefi.8</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#88df3117b32dab073605f0594dea0aa0591f495f</link>
        <description>Add efi.8 as a man page link to uefi.8FreeBSD and industry has been inconsistent in the use of UEFI and EFI.They are essentially just different versions of the same specificationand are often used interchangeably.  Make it easier for users to findinformation by making efi(8) an alias for uefi(8).Reported by:	imp, jhb

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Wed, 24 Jan 2018 22:39:40 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be27b3116288a0ff98ddce9c853b6f4fe55e85ee - Merge ^/head r317503 through r317807.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#be27b3116288a0ff98ddce9c853b6f4fe55e85ee</link>
        <description>Merge ^/head r317503 through r317807.

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Thu, 04 May 2017 23:30:26 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0607c830b32b0d10a9956eca2a87f5a203a8889d - More ATM and NATM removal</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/share/man/man8/Makefile#0607c830b32b0d10a9956eca2a87f5a203a8889d</link>
        <description>More ATM and NATM removalSubmitted by:	akReviewed by:	ngieDifferential Revision:	https://reviews.freebsd.org/D10511

            List of files:
            /freebsd/share/man/man8/Makefile</description>
        <pubDate>Thu, 27 Apr 2017 18:05:12 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
