<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/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/lib/libcompat/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>bb421be6c1174fad837973acc5e4a7bade4489db - libutil: move ftime to libutil</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/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:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Wed, 29 May 2024 14:32:16 +0200</pubDate>
        <dc:creator>Mariusz Zaborski &lt;oshogbo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc36d6f9bb1753f3808552f3afd30eda9a7b206a - lib: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/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:
            /freebsd/lib/libcompat/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/lib/libcompat/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libcompat/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>6387091e9ad676a28206aed59ee953e27876aa51 - Use __SCSSID() for SCCS IDs.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#6387091e9ad676a28206aed59ee953e27876aa51</link>
        <description>Use __SCSSID() for SCCS IDs.While here, fix $FreeBSD$ ID in ftime.c to use __FBSDID instead of a staticarray.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sun, 10 Jun 2018 04:34:41 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 17:05:13 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85626903d5ab6acbbf2be678a876b076fa67f064 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#85626903d5ab6acbbf2be678a876b076fa67f064</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 05:52:00 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29b63864a24f695cd0d2392373e67c0fdc7b8af9 - Remove unneeded functions from libcompat.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#29b63864a24f695cd0d2392373e67c0fdc7b8af9</link>
        <description>Remove unneeded functions from libcompat.Erwin fired up a ports build a couple of weeks ago and it seems thefollowing functions are not used by any of the 20k ports we have, whichmakes me believe they don&apos;t have any purpose. Just remove them.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Fri, 06 Aug 2010 22:13:36 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4bf5fb987611aeb78c422312b63b185e39982d7 - Update to current version of head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#a4bf5fb987611aeb78c422312b63b185e39982d7</link>
        <description>Update to current version of head.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Wed, 28 Apr 2010 07:33:59 +0200</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>763ed733711a5bb66d39de4d0ed4bcaae77e2461 - Trim down libcompat by removing &lt;regexp.h&gt;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#763ed733711a5bb66d39de4d0ed4bcaae77e2461</link>
        <description>Trim down libcompat by removing &lt;regexp.h&gt;.Erwin ran an exp-run with libcompat and &lt;regexp.h&gt; removed. It turns outthe regexp library is almost entirely unused. In fact, it looks like itis sometimes used by accident. Because these function names clash withlibc&apos;s &lt;regex.h&gt;, some application use both &lt;regex.h&gt; and libcompat,which means they link against the wrong regex library.This commit removes the regexp library and reimplements re_comp() andre_exec() using &lt;regex.h&gt;. It seems the grammar of the regularexpressions accepted by these functions is similar to POSIX EREs.After this commit, 1 low-profile port will be broken, but the maintaineralready has a patch for it sitting in his mailbox.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sun, 14 Mar 2010 11:18:58 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6c03411f28808b989f16b12c7c2efac2c76928a - Add warnings to &lt;regexp.h&gt; and &lt;sys/timeb.h&gt;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#a6c03411f28808b989f16b12c7c2efac2c76928a</link>
        <description>Add warnings to &lt;regexp.h&gt; and &lt;sys/timeb.h&gt;.These header files only provide functionality that can be used incombination with libcompat. In order to prevent people from includingthem without any actual use (which happens a lot with &lt;sys/timeb.h&gt;),put a warning here to make people more aware.This means we have to lower WARNS for libcompat, which is no big deal.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Tue, 09 Mar 2010 22:01:12 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Thu, 04 Mar 2010 14:35:57 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#9199c09a159c4e3e98c212d4eec1edc5252d9e33</link>
        <description>Merge from head at r201628.# This hasn&apos;t been tested, and there are at least three bad commits# that need to be backed out before the branch will be stable again.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Wed, 06 Jan 2010 06:58:07 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daaf5759104f210a9315f49f80f1e0f01a8b3bff - Build lib/ with WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#daaf5759104f210a9315f49f80f1e0f01a8b3bff</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:58:07 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45792eb9b80271036768d90a7189e4be5cc71c82 - Turn sgtty into a binary-only compatibility interface.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#45792eb9b80271036768d90a7189e4be5cc71c82</link>
        <description>Turn sgtty into a binary-only compatibility interface.sgtty was the original interface to configure terminal attributes on myUNIX-like operating systems. It has been deprecated by the POSIX termiosinterface, which is implemented in almost any modern system.An advantage of turning this into a binary compatibility interface, isthat we can now eventually remove the COMPAT_43TTY switch from kernelconfigurations. This removes many ioctl()&apos;s from the TTY layer.While there, increase the __FreeBSD_version, which may be useful for thepeople working on the Ports tree.Reviewed by:	kibApproved by:	philip (mentor)

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Sat, 14 Jun 2008 12:42:18 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab7a294721dd609f58c50a79dbe9452526899d59 - NODOCCOMPRESS -&gt; NO_DOCCOMPRESS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#ab7a294721dd609f58c50a79dbe9452526899d59</link>
        <description>NODOCCOMPRESS -&gt; NO_DOCCOMPRESSNOINFO -&gt; NO_INFONOINFOCOMPRESS -&gt; NO_INFOCOMPRESSNOLINT -&gt; NO_LINTNOPIC -&gt; NO_PICNOPROFILE -&gt; NO_PROFILE

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 10:33:47 +0100</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b3cbc5c38fc72aba85e98bca992a25880cd1ad9 - Axe AINC.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libcompat/Makefile#0b3cbc5c38fc72aba85e98bca992a25880cd1ad9</link>
        <description>Axe AINC.Submitted by:	bde

            List of files:
            /freebsd/lib/libcompat/Makefile</description>
        <pubDate>Tue, 01 Jul 2003 17:07:01 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
