<?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>031e711647c3edc3021c1029496d6798a632697e - packages: Install development manpages in the -dev package</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#031e711647c3edc3021c1029496d6798a632697e</link>
        <description>packages: Install development manpages in the -dev packageAdd a new per-group SUBPACKAGE option to bsd.man.mk.  When MANSPLITPKGis enabled, this is forced to &quot;-man&quot;, otherwise it defaults to emptybut can be overridden by the caller.Use this in bsd.lib.mk to install library manpages in the -dev packageinstead of the base package.  This is nearly always preferable, sincelibrary manpages are usually in section 2 or 3 and are only relevantto people with development packages installed.For manpages which should be installed in the base package even forlibraries, add a new MANNODEV group in bsd.lib.mk.  Update existingMakefiles to use this where appropriate.MFC after:	3 daysDiscussed with:	olceReviewed by:	olceSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52832

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sat, 25 Oct 2025 17:33:04 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7400d04407c033341ddc0b323b5ae7cd1cca358f - libutil: Remove manual link for nonexistent function</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#7400d04407c033341ddc0b323b5ae7cd1cca358f</link>
        <description>libutil: Remove manual link for nonexistent functionI believe quota_statfs() was the original name of the function nowcalled quota_check_path().  I must have forgotten to update the MLINKwhen I renamed it.MFC after:	1 weekFixes:		5666aadb3ddf (&quot;Further extend the quotafile API.&quot;)Fixes:		22afc767869a (&quot;libutil: Add missing MLINKs&quot;)Reviewed by:	bcrDifferential Revision:	https://reviews.freebsd.org/D51863

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Tue, 12 Aug 2025 12:53:22 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22afc767869a23f4e0ec5436ce843728fded950c - libutil: Add missing MLINKs</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#22afc767869a23f4e0ec5436ce843728fded950c</link>
        <description>libutil: Add missing MLINKsMFC after:	1 weekReviewed by:	olce, imp, emasteDifferential Revision:	https://reviews.freebsd.org/D51706

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sun, 03 Aug 2025 17:31:28 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d8a745c456cacf706689febee9639f5e8292fc8 - libutil: Drop auth_getval()</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#8d8a745c456cacf706689febee9639f5e8292fc8</link>
        <description>libutil: Drop auth_getval()This function has been an empty stub for years; now that we&apos;re bumpingthe library version, we can finally get rid of it.Fixes:		0c381b7f0570Reviewed by:	kib, emasteDifferential Revision:	https://reviews.freebsd.org/D51704

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sat, 02 Aug 2025 17:56:16 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c381b7f0570cb118b5d82c3d1777f8b1fdeffd1 - libutil: Add symbol versioning</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#0c381b7f0570cb118b5d82c3d1777f8b1fdeffd1</link>
        <description>libutil: Add symbol versioningReviewed by:	kibDifferential Revision:	https://reviews.freebsd.org/D51694

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sat, 02 Aug 2025 14:05:31 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aae23170c8b5ac320dbf9c5f6cec05bea0b4b62f - libutil: Move cpuset(1) domain policy parsing code into libutil</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#aae23170c8b5ac320dbf9c5f6cec05bea0b4b62f</link>
        <description>libutil: Move cpuset(1) domain policy parsing code into libutilcpuset(1) implements a domainset(9) policy parser that is used totranslate a &lt;policy&gt;:&lt;domain_list&gt; string into a domainset_t maskand a valid domainset policy. This change moves the domainset parsingcode into a new cpuset.c function - &apos;domainset_parselist&apos;.The existing cpuset.c code was refactored into a generalized listparsing function which is now used to parse both CPU sets and domainsets. This is the same approach used in cpuset(1).Reviewed by:	markj, ziaee (manpages)Differential Revision:	https://reviews.freebsd.org/D46607

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sun, 08 Sep 2024 15:51:46 +0000</pubDate>
        <dc:creator>Bojan Novkovi&#263; &lt;bnovkov@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f</link>
        <description>Move mntopts(3) suppport into libutilMany programs use this functionality so it should be available centrallyrather than compiled into each program independently.  This has themodest downside of adding libutil dependencies to some mount_&lt;foo&gt;programs, but many (plus mount(8)) already have those depndencies sothis shouldn&apos;t be a major imposition.In commit 906c312bbf74, Kirk said this could be done once the change wasmerged to FreeBSD 13.  That happened in commit 668dfa016698 in 2023.While here perform related tidying including removing SRCS where theonly entry is ${PROG}.c rendering it unnecessary.Reviewed by:	olce, dim, emasteDifferential Revision:	https://reviews.freebsd.org/D49951

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 21:50:19 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/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/lib/libutil/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>bb421be6c1174fad837973acc5e4a7bade4489db - libutil: move ftime to libutil</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#bb421be6c1174fad837973acc5e4a7bade4489db</link>
        <description>libutil: move ftime to libutilIt seems that there are still some applications that use ftime(3)(for example, science/siconos and sysutils/lcdproc). The issueis that we don&apos;t build libcompat as a shared library anymore.The easiest solution is to move it to libutil, until wedeprecate it for good.This solution was proposed by kib@ inhttps://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257789.PR:		257789MFC after:	1 monthReviewed by:	kib (ages ago)Differential Revision:	https://reviews.freebsd.org/D39994

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Wed, 29 May 2024 12:32:16 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc36d6f9bb1753f3808552f3afd30eda9a7b206a - lib: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#dc36d6f9bb1753f3808552f3afd30eda9a7b206a</link>
        <description>lib: 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/lib/libutil/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/lib/libutil/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libutil/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>04eeb364d439bec0931f7e73627f59a88bb474f3 - cpuset(3): Move cpuset&apos;s parselist function into libutil</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#04eeb364d439bec0931f7e73627f59a88bb474f3</link>
        <description>cpuset(3): Move cpuset&apos;s parselist function into libutilIn order to allow to add cpuset(2) functionality to more utilities than just cpuset(1) move the parselist code into libutilWhile here, make the code a little more &quot;library&quot; friendly, by returning a rangeof various errors so that the consumer can check for them and report appropriateerror message to the users(One of the planed usage is the jail(8) utility)Reviewed by:	jillesDifferential Revision:	https://reviews.freebsd.org/D12873

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Thu, 01 Jun 2023 21:16:01 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30d21d279537e46629a697908d2d207c06bc310e - Add function getlocalbase() to libutil.</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#30d21d279537e46629a697908d2d207c06bc310e</link>
        <description>Add function getlocalbase() to libutil.This function returns the path to the local software base directory, bydefault &quot;/usr/local&quot; (or the value of _PATH_LOCALBASE in include/paths.hwhen building the world).The value returned can be overridden by 2 methods:- the LOCALBASE environment variable (ignored by SUID programs)- else a non-default user.localbase sysctl valueReviewed by:	hps (earlier version)Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D27236

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Wed, 18 Nov 2020 19:44:30 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e1031086d40b9bd3fa255d92cc45573e3afed16 - Revert the whole getlocalbase() set of changes while a different design is</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#8e1031086d40b9bd3fa255d92cc45573e3afed16</link>
        <description>Revert the whole getlocalbase() set of changes while a different design ishashed out.

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sun, 15 Nov 2020 20:24:59 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98b76d2227cb9b951cc6f006e2c78f243344f1bc - Add the library function getlocalbase and its manual page.  This helps to</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#98b76d2227cb9b951cc6f006e2c78f243344f1bc</link>
        <description>Add the library function getlocalbase and its manual page.  This helps tounify the retrieval of the various ways that the local software base directory,typically &quot;/usr/local&quot;, is expressed in the system.Reviewed by:	seDifferential Revision:	https://reviews.freebsd.org/D27022

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sat, 14 Nov 2020 17:57:50 +0000</pubDate>
        <dc:creator>Scott Long &lt;scottl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:58:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7b5a3d48640f3f5898b05328d71c2949b6b7098 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#a7b5a3d48640f3f5898b05328d71c2949b6b7098</link>
        <description>pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeAll of them are needed to be able to boot to single user and be ableto repair a existing FreeBSD installation so put them directly intoFreeBSD-runtime.Reviewed by:    bapt, gjbDifferential Revision:  https://reviews.freebsd.org/D21503

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:13:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031e711647c3edc3021c1029496d6798a632697e - packages: Install development manpages in the -dev package</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#031e711647c3edc3021c1029496d6798a632697e</link>
        <description>packages: Install development manpages in the -dev packageAdd a new per-group SUBPACKAGE option to bsd.man.mk.  When MANSPLITPKGis enabled, this is forced to &quot;-man&quot;, otherwise it defaults to emptybut can be overridden by the caller.Use this in bsd.lib.mk to install library manpages in the -dev packageinstead of the base package.  This is nearly always preferable, sincelibrary manpages are usually in section 2 or 3 and are only relevantto people with development packages installed.For manpages which should be installed in the base package even forlibraries, add a new MANNODEV group in bsd.lib.mk.  Update existingMakefiles to use this where appropriate.MFC after:	3 daysDiscussed with:	olceReviewed by:	olceSponsored by:	https://www.patreon.com/bsdivyDifferential Revision:	https://reviews.freebsd.org/D52832

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sat, 25 Oct 2025 17:33:04 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7400d04407c033341ddc0b323b5ae7cd1cca358f - libutil: Remove manual link for nonexistent function</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#7400d04407c033341ddc0b323b5ae7cd1cca358f</link>
        <description>libutil: Remove manual link for nonexistent functionI believe quota_statfs() was the original name of the function nowcalled quota_check_path().  I must have forgotten to update the MLINKwhen I renamed it.MFC after:	1 weekFixes:		5666aadb3ddf (&quot;Further extend the quotafile API.&quot;)Fixes:		22afc767869a (&quot;libutil: Add missing MLINKs&quot;)Reviewed by:	bcrDifferential Revision:	https://reviews.freebsd.org/D51863

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Tue, 12 Aug 2025 12:53:22 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22afc767869a23f4e0ec5436ce843728fded950c - libutil: Add missing MLINKs</title>
        <link>http://opengrok.net:8080/history/src/lib/libutil/Makefile#22afc767869a23f4e0ec5436ce843728fded950c</link>
        <description>libutil: Add missing MLINKsMFC after:	1 weekReviewed by:	olce, imp, emasteDifferential Revision:	https://reviews.freebsd.org/D51706

            List of files:
            /src/lib/libutil/Makefile</description>
        <pubDate>Sun, 03 Aug 2025 17:31:28 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
