<?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/usr.sbin/lpr/common_source/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/usr.sbin/lpr/common_source/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/lpr/common_source/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>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /freebsd/usr.sbin/lpr/common_source/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/usr.sbin/lpr/common_source/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/usr.sbin/lpr/common_source/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>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d88931c87cfe6bd38f01d7bad22140b3b38f3 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#a35d88931c87cfe6bd38f01d7bad22140b3b38f3</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 17:33:08 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd8faa9ff255e15d37086a22e3b9446dc451670d - Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  These</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#dd8faa9ff255e15d37086a22e3b9446dc451670d</link>
        <description>Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  Thesereflect much valuable feedback from wollman.  More details on the new&apos;lpc topq&apos; are in the log message for revision 1.2 of lpc/movejobs.c.The previous implementation of &apos;lpc topq&apos; is available as &apos;lpc xtopq&apos;,in case there are any problems noticed in the new implementation.  Ifthere are no problems with this version, a later update will remove the&apos;lpc xtopq&apos; command.Reviewed by:	freebsd-print@bostonradio.orgMFC after:	6 days

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Wed, 17 Jul 2002 02:51:19 +0200</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c75ad7ec09b1e2959b45c416e2ac75892aef19d - Stop adding ${CWARNFLAGS} to CFLAGS.  The standard makefile processing will</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#3c75ad7ec09b1e2959b45c416e2ac75892aef19d</link>
        <description>Stop adding ${CWARNFLAGS} to CFLAGS.  The standard makefile processing willadd them automatically, and there is no point in adding them twice.MFC after:	5 days

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 23 Jun 2002 22:57:18 +0200</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>423e9124d93b45cff0edd3a61cba89f5efe3e0b4 - Mark all internal libraries with INTERNALLIB.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#423e9124d93b45cff0edd3a61cba89f5efe3e0b4</link>
        <description>Mark all internal libraries with INTERNALLIB.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Mon, 13 May 2002 13:24:03 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea4e3750a48b8b350adb823f0ace818f21 - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#90e655ea4e3750a48b8b350adb823f0ace818f21</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 08:20:32 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>442e0eaf20d2f43a986c0593f36c708706c84cc8 - Change lpd to perform sanity and safety checks on control files as it</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#442e0eaf20d2f43a986c0593f36c708706c84cc8</link>
        <description>Change lpd to perform sanity and safety checks on control files as itreceives them from other hosts.  This is meant to protect from bothnefarious users (which maybe broke into some remote host that we acceptprint jobs from), and broken implementations of lpr on other platforms.This is done by changing recvjob.c to call the new ctl_renametf()routine in the new common_source/ctlinfo.[ch] files.  This will notaffect jobs coming via lpr on the local machine.Reviewed by:	freebsd-print@bostonradio.org &amp; freebsd-auditMFC after:	16 days

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 15 Jul 2001 07:29:38 +0200</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980a96a50750844f420cc225ddf918f0699 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#97d92980a96a50750844f420cc225ddf918f0699</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 03:35:59 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90cf373d9b190e5a1f0542be317f1cd585e304b4 - Fix additional warnings.  Remove -Werror, since some people have complained</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#90cf373d9b190e5a1f0542be317f1cd585e304b4</link>
        <description>Fix additional warnings.  Remove -Werror, since some people have complainedabout it.PR:		7886Submitted by:	Stefan Eggers &lt;seggers@semyam.dinoco.de&gt; (partially)

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Fri, 11 Sep 1998 20:49:33 +0200</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0793ce314a3115e950fe4d9f6f7033526cb50a12 - Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#0793ce314a3115e950fe4d9f6f7033526cb50a12</link>
        <description>Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spitswarnings from unused static inline functions in headers if you happento set CFLAGS without -O.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Thu, 11 Jun 1998 05:53:23 +0200</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84cc0c31af3a698aeb31919d7c40e5de8904fab2 - Make -Werror i386 specific because -nostinc on alpha spits warnings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#84cc0c31af3a698aeb31919d7c40e5de8904fab2</link>
        <description>Make -Werror i386 specific because -nostinc on alpha spits warningsfor unused static inline functions in header files.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Wed, 13 May 1998 08:50:09 +0200</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a1a0dbedbb3fa74041adb9862f4608cd990a3c5 - Mega lpd/lpd upgrade, part I:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#4a1a0dbedbb3fa74041adb9862f4608cd990a3c5</link>
        <description>Mega lpd/lpd upgrade, part I:- Get rid of a lot of the static variables which were shared by  many routines and programs in the suite.- Create an abstract interface to the printcap database, so that  other retrieval and iteration mechanisms could be developed  (e.g., YP, Hesiod, or automatic retrieval from a trusted server).- Give each capability a human-readable name in addition to the historic  two-character one.- Otherwise generally clean up a lot of dark corners.  Many still remain.- When submitting jobs, use the official login name record (from getlogin())  if there is one, rather than reverse-mapping the uid.More to come...

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Tue, 02 Dec 1997 21:46:22 +0100</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9199c09a159c4e3e98c212d4eec1edc5252d9e33 - Merge from head at r201628.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/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/usr.sbin/lpr/common_source/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>71ccf09269546d398fa847168fc74c22d6338a62 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#71ccf09269546d398fa847168fc74c22d6338a62</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 12:07:44 +0100</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d88931c87cfe6bd38f01d7bad22140b3b38f3 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#a35d88931c87cfe6bd38f01d7bad22140b3b38f3</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 17:33:08 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd8faa9ff255e15d37086a22e3b9446dc451670d - Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  These</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/lpr/common_source/Makefile#dd8faa9ff255e15d37086a22e3b9446dc451670d</link>
        <description>Changes which rewrite &apos;lpc topq&apos;, and which add &apos;lpc bottomq&apos;.  Thesereflect much valuable feedback from wollman.  More details on the new&apos;lpc topq&apos; are in the log message for revision 1.2 of lpc/movejobs.c.The previous implementation of &apos;lpc topq&apos; is available as &apos;lpc xtopq&apos;,in case there are any problems noticed in the new implementation.  Ifthere are no problems with this version, a later update will remove the&apos;lpc xtopq&apos; command.Reviewed by:	freebsd-print@bostonradio.orgMFC after:	6 days

            List of files:
            /freebsd/usr.sbin/lpr/common_source/Makefile</description>
        <pubDate>Wed, 17 Jul 2002 02:51:19 +0200</pubDate>
        <dc:creator>Garance A Drosehn &lt;gad@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
