<?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>d4f6cb75424950ee776833ebc6b57855c094a610 - build: Move all of lp under LPR option</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#d4f6cb75424950ee776833ebc6b57855c094a610</link>
        <description>build: Move all of lp under LPR option* Tag related directories with package=lp* Make the examples/printing directory conditional on MK_LPR* Make the hosts.lpd(5) manual page conditional on MK_LPRMFC after:	3 days

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Fri, 20 Feb 2026 18:20:04 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82f96b2bc983163a890f1782d3091701498b78a2 - share/man/man5: Use MANGROUPS.yes</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#82f96b2bc983163a890f1782d3091701498b78a2</link>
        <description>share/man/man5: Use MANGROUPS.yesSimplify the Makefile logic by using MANGROUPS.yes for optionalpackages.  Also, move bluetooth manpages to the correct package,add the correct conditional for OpenSSH (MK_OPENSSH), and properlyalphabetise the file.MFC after:	3 daysReviewed by:	emasteSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D53127

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Sat, 25 Oct 2025 17:27:23 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8d774d9708c100a52f231065d9d5f1b4c3aceb7 - man: Conditionally install ar.5 in toolchain package</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#a8d774d9708c100a52f231065d9d5f1b4c3aceb7</link>
        <description>man: Conditionally install ar.5 in toolchain packagePreviously if WITHOUT_TOOLCHAIN was set we&apos;d create a FreeBSD-clangpackage that contained only ar.5.  As ar.5 describes the ar formatand doesn&apos;t come from Clang/LLVM move it to the FreeBSD-toolchainpackage and make it conditional on MK_TOOLCHAIN.Reviewed by:	ivySponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52886

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Fri, 03 Oct 2025 16:02:20 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>caddfcd546e020aec73b0a53d925460f10f7ae7d - share/man: Move many manpages to more correct packages</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/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:
            /src/share/man/man5/Makefile</description>
        <pubDate>Fri, 25 Jul 2025 14:02:23 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b62dc782d4891845b47f2c0dfbb7717cbfe3897 - p9fs.5: rename to p9fs.4</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#5b62dc782d4891845b47f2c0dfbb7717cbfe3897</link>
        <description>p9fs.5: rename to p9fs.4This is a filesystem (driver), not a file format, so it should be insection 4.Pull Request:	https://github.com/freebsd/freebsd-src/pull/1520

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Thu, 07 Nov 2024 20:25:10 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@hemlock.eden.le-fay.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/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:
            /src/share/man/man5/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e97ad33a89a78f55280b0485b3249ee9b907a718 - Add an implementation of the 9P filesystem</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#e97ad33a89a78f55280b0485b3249ee9b907a718</link>
        <description>Add an implementation of the 9P filesystemThis is derived from swills@ fork of the Juniper virtfs with manychanges by me including bug fixes, style improvements, clearer layeringand more consistent logging. The filesystem is renamed to p9fs to betterreflect its function and to prevent possible future confusion withvirtio-fs.Several updates and fixes from Juniper have been integrated into thisversion by Val Packett and these contributions along with the originalJuniper authors are credited below.To use this with bhyve, add &apos;virtio_p9fs_load=YES&apos; to loader.conf. Thebhyve virtio-9p device allows access from the guest to files on the hostby mapping a &apos;sharename&apos; to a host path. It is possible to use p9fs as aroot filesystem by adding this to /boot/loader.conf:	vfs.root.mountfrom=&quot;p9fs:sharename&quot;for non-root filesystems add something like this to /etc/fstab:	sharename /mnt p9fs rw 0 0In both examples, substitute the share name used on the bhyve commandline.The 9P filesystem protocol relies on stateful file opens which mapprotocol-level FIDs to host file descriptors. The FreeBSD vnodeinterface doesn&apos;t really support this and we use heuristics to guess theright FID to use for file operations.  This can be confused by privilegelowering and does not guarantee that the FID created for a given fileopen is always used for file operations, even if the calling process isusing the file descriptor from the original open call. Improving thiswould involve changes to the vnode interface which is out-of-scope forthis import.Differential Revision: https://reviews.freebsd.org/D41844Reviewed by: kib, emaste, dchMFC after: 3 monthsCo-authored-by: Val Packett &lt;val@packett.cool&gt;Co-authored-by: Ka Ho Ng &lt;kahon@juniper.net&gt;Co-authored-by: joyu &lt;joyul@juniper.net&gt;Co-authored-by: Kumara Babu Narayanaswamy &lt;bkumara@juniper.net&gt;

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Tue, 06 Dec 2022 13:07:46 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1687d77197c01c6ffd5bb233c7a15c6ebb9319af - man filesystems: move driver pages to section four</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#1687d77197c01c6ffd5bb233c7a15c6ebb9319af</link>
        <description>man filesystems: move driver pages to section fourFilesystem manual pages describe drivers, not formats;except for fs, which describes the structures of ffs/ufs,not how to use it in the system.Reported by: emasteReviewed by: des, imp, meena (previous version)Pull Request: https://github.com/freebsd/freebsd-src/pull/1077

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Sun, 21 Apr 2024 19:05:45 +0000</pubDate>
        <dc:creator>Alexander Ziaee &lt;concussious@runbox.com&gt;</dc:creator>
    </item>
<item>
        <title>97759ccc715c4b365432c16d763c50eecfcb1100 - share: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/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:
            /src/share/man/man5/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +0000</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://opengrok.net:8080/history/src/share/man/man5/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df53ae0fdd98e9452095ac2fdaf95fcfac8c9c7f - Remove portsnap(8)</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#df53ae0fdd98e9452095ac2fdaf95fcfac8c9c7f</link>
        <description>Remove portsnap(8)Rather than having a tool in the FreeBSD base system for obtainingthe FreeBSD ports tree, users are encouraged to `pkg install git`and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`.The portsnap servers will continue operating until FreeBSD 13 reachesits End-of-Life, and portsnap is available from the ports tree asports-mgmt/portsnap.Requested by:	portmgrRelnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D39563X-MFC:		no

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Sun, 23 Apr 2023 01:07:14 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69d94f4c7608e41505996559367450706e91fbb8 - Add tarfs, a filesystem backed by tarballs.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#69d94f4c7608e41505996559367450706e91fbb8</link>
        <description>Add tarfs, a filesystem backed by tarballs.Sponsored by:	Juniper Networks, Inc.Sponsored by:	Klara, Inc.Reviewed by:	pauamma, impDifferential Revision:	https://reviews.freebsd.org/D37753

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 17:18:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 - linuxkpi: drm-kmod debugfs support</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00</link>
        <description>linuxkpi: drm-kmod debugfs supportThis diff extends LinuxKPI to support simple attribute files in debugfs.These simple attributes are an essential component for compiling drm-kmodwith CONFIG_DEBUG_FS enabled.This will allow for easier graphics driver debugging usingIntel&apos;s igt-gpu-tools.Reviewed by:	hselaskyDifferential Revision:	https://reviews.freebsd.org/D35883Sponsored by:	Google, Inc. (GSoC 2022)

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Tue, 20 Sep 2022 17:41:10 +0000</pubDate>
        <dc:creator>Jake Freeland &lt;jfree@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87f49967d3249e0b536beaa9c7fb5604d5a3919a - Link pwd.db.5 and spwd.db.5 to passwd.5</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#87f49967d3249e0b536beaa9c7fb5604d5a3919a</link>
        <description>Link pwd.db.5 and spwd.db.5 to passwd.5Let&apos;s make it easier to find documentation for those databases.MFC after:	3 days

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Thu, 30 Jun 2022 21:02:08 +0000</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6379a2c954698be466f5b4481a924b3a0074cb4 - man: Install more man pages unconditionally</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/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:
            /src/share/man/man5/Makefile</description>
        <pubDate>Fri, 06 Aug 2021 16:33:31 +0000</pubDate>
        <dc:creator>Fernando Apestegu&#237;a &lt;fernape@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dad92002df8284cd1aa5f59a3a2c7456156e4238 - Add a new manual page for unionfs(5), written by</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#dad92002df8284cd1aa5f59a3a2c7456156e4238</link>
        <description>Add a new manual page for unionfs(5), written byGordon Bergling. Hook it up to the build by addingit to the Makefile.Submitted by:	    gbergling_gmail.comApproved by:	    bcrDifferential Revision:	https://reviews.freebsd.org/D24589

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Thu, 30 Apr 2020 12:02:13 +0000</pubDate>
        <dc:creator>Benedict Reuschling &lt;bcr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b5225e433161352ec9eb4d105b6e53781d04d96 - Add a basic manpage for smbfs(5).</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#6b5225e433161352ec9eb4d105b6e53781d04d96</link>
        <description>Add a basic manpage for smbfs(5).Submitted by:	Gordon BerglingMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D23905

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Wed, 08 Apr 2020 20:00:30 +0000</pubDate>
        <dc:creator>Christian Brueffer &lt;brueffer@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6467506baf5c2958d7d19546cf4076d19a8586c2 - Create /etc/os-release file.</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#6467506baf5c2958d7d19546cf4076d19a8586c2</link>
        <description>Create /etc/os-release file.Each boot, regenerate /var/run/os-release based on the currently runningsystem. Create a /etc/os-release symlink pointing to this file (so that thisdoesn&apos;t create a new reason /etc can not be mounted read-only).This is compatible with what other systems do and is what the sysutil/os-releaseport attempted to do, but in an incomplete way. Linux, Solaris and DragonFly allimplement this natively as well. The complete standard can be found athttps://www.freedesktop.org/software/systemd/man/os-release.htmlMoving this to the base solves both the non-standard location problem with theport, as well as the lack of update of this file on system update.Bump __FreeBSD_version to 1300060PR: 238953Differential Revision:  https://reviews.freebsd.org/D22271

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Wed, 20 Nov 2019 23:45:31 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63915c2d7ff177ce364488f86eff99949402051 - MFHead @r350386</title>
        <link>http://opengrok.net:8080/history/src/share/man/man5/Makefile#a63915c2d7ff177ce364488f86eff99949402051</link>
        <description>MFHead @r350386Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/share/man/man5/Makefile</description>
        <pubDate>Sun, 28 Jul 2019 04:02:22 +0000</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://opengrok.net:8080/history/src/share/man/man5/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:
            /src/share/man/man5/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 15:12:20 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
