<?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>c5e0b035 - libutil: move ftime to libutil</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#c5e0b035</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(cherry picked from commit bb421be6c1174fad837973acc5e4a7bade4489db)

            List of files:
            /freebsd-14.2/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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/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>04eeb364 - cpuset(3): Move cpuset&apos;s parselist function into libutil</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#04eeb364</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:
            /freebsd-14.2/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>30d21d27 - Add function getlocalbase() to libutil.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#30d21d27</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:
            /freebsd-14.2/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>8e103108 - Revert the whole getlocalbase() set of changes while a different design is</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#8e103108</link>
        <description>Revert the whole getlocalbase() set of changes while a different design ishashed out.

            List of files:
            /freebsd-14.2/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>98b76d22 - Add the library function getlocalbase and its manual page.  This helps to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#98b76d22</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:
            /freebsd-14.2/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>a7b5a3d4 - pkgbase: Put a lot of binaries and lib in FreeBSD-runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#a7b5a3d4</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:
            /freebsd-14.2/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>757e8bdb - Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functions</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#757e8bdb</link>
        <description>Stop exporting __pw_scan and __pw_initpwd as freebsd-private libc functionsfor use in libutil, and instead compile the small amount of common codedirectly into libutil with a .PATH reachover.Discussed with: kib@

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Fri, 27 Jul 2018 19:47:42 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>636402a7 - Use __SCCSID() for SCCS IDs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#636402a7</link>
        <description>Use __SCCSID() for SCCS IDs.- Define NO__SCCSID in CFLAGS to preserve existing behavior of omitting  SCCS IDs by default.- While here, fix the $FreeBSD$ in pw_util.c to use __FBSDID.

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 23 May 2018 17:02:12 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73979478 - Introduce the flopenat(3) function.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#73979478</link>
        <description>Introduce the flopenat(3) function.Reviewed by:	des, emasteDifferential Revision:	https://reviews.freebsd.org/D11690

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Fri, 04 Aug 2017 14:24:24 +0000</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d511b20a - Add HAS_TESTS to all Makefiles that are currently using the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#d511b20a</link>
        <description>Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:50:42 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#4b330699</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa422501 - Correct MLINKS for sbuf_hexdump(9)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#fa422501</link>
        <description>Correct MLINKS for sbuf_hexdump(9)sbuf_hexdump(9) should be linked to sbuf(9), not hexdump(3). Anotherreview will be posted to deduplicate the sbuf_hexdump reference inin hexdump(3) or at the very least make the information less duplicative.MFC after:	1 weekX-MFC with:	r313437Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Fri, 03 Mar 2017 06:31:47 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12e1a6e9 - Clean up trailing and leading whitespace for variables to make it</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#12e1a6e9</link>
        <description>Clean up trailing and leading whitespace for variables to make itconsistent with the rest of the file and style.Makefile(9) a bitmoreMFC after:	3 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 08 Feb 2017 09:24:25 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a2eff9d - Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#0a2eff9d</link>
        <description>Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describessbuf_hexdump(9)&apos;s behaviorMFC after:	3 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 08 Feb 2017 09:22:35 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb930a3b - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#bb930a3b</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:29:05 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebe071e5 - List kinfo_getfile.c only once.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/Makefile#ebe071e5</link>
        <description>List kinfo_getfile.c only once.MFC after:	3 daysSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/lib/libutil/Makefile</description>
        <pubDate>Wed, 10 Jun 2015 15:07:13 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
