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

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/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>a22cde7c - pkgbase: Put ppp in it&apos;s own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#a22cde7c</link>
        <description>pkgbase: Put ppp in it&apos;s own packageppp uses libalias modules which now belong in the natd package.Avoid bringing a dependancy on natd for the utilities package.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D27711

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Mon, 21 Dec 2020 17:35:12 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80189b3b - Replace all uses of libncurses and libtermcap with their wide character</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#80189b3b</link>
        <description>Replace all uses of libncurses and libtermcap with their wide charactervariants.  This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run:	antoinePR:		189842Discussed with:	baptSponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Thu, 17 Jul 2014 18:24:34 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>387c1028 - Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variable</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#387c1028</link>
        <description>Apply s/LIBC_R/LIBPTHREAD/ to the DPADD variable. The LDADD variablealready had s/libc_r/libpthread/ applied to it.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Sat, 31 Jan 2004 17:28:09 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc60f615 - s/-lc_r/-lpthread/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#dc60f615</link>
        <description>s/-lc_r/-lpthread/

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Fri, 30 Jan 2004 12:14:50 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052238b1 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#052238b1</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Fri, 04 Apr 2003 17:49:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#90e655ea</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-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac24b049 - Remove GCC&apos;isms in CFLAGS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#ac24b049</link>
        <description>Remove GCC&apos;isms in CFLAGS.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 04:23:13 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb43ffcc - -pthread -&gt; -lc_r</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#eb43ffcc</link>
        <description>-pthread -&gt; -lc_r

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Wed, 24 Jan 2001 13:04:10 +0000</pubDate>
        <dc:creator>Daniel Eischen &lt;deischen@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a407aad - Change interactive mode so that a monitor thread keeps an eye on the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#8a407aad</link>
        <description>Change interactive mode so that a monitor thread keeps an eye on theppp descriptor and signals the terminal thread when there&apos;s somethingto read on that descriptor.This means that the main loop doesn&apos;t have to alarm() itself intodropping out of el_gets() frequently to check the descriptor.  Thisdropping out was disturbing syscons (via ioctl()s from libedit) enoughto reset the screensaver timeout every .5 of a second.PR:	20345

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Mon, 27 Nov 2000 02:31:25 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea327426 - libutil is no longer required as setproctitle() has moved to libc</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#ea327426</link>
        <description>libutil is no longer required as setproctitle() has moved to libc

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Sat, 02 Sep 2000 02:01:18 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>087a20b8 - If the -p option is used, use setproctitle() to hide it&apos;s argument</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#087a20b8</link>
        <description>If the -p option is used, use setproctitle() to hide it&apos;s argument(a password) asap.

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Wed, 16 Aug 2000 12:01:17 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d92980 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#97d92980</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:35:59 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9a426e9 - Remove OpenBSD build support - let the Makefile vary per</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#c9a426e9</link>
        <description>Remove OpenBSD build support - let the Makefile vary perOS rather than making it a mess and potentially screwingup cross builds.Suggested by: bde

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Mon, 31 Aug 1998 12:14:32 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09bc8205 - Add OpenBSD build support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#09bc8205</link>
        <description>Add OpenBSD build supportRemove -Wmissing-prototypes

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Sun, 30 Aug 1998 23:53:00 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d0a1bac - Style police.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/pppctl/Makefile#7d0a1bac</link>
        <description>Style police.bzero -&gt; memsetindex -&gt; strchrrindex -&gt; strrchrUse libedit (this should make pppctl a lot more attractive than telnet).

            List of files:
            /freebsd-14.2/usr.sbin/pppctl/Makefile</description>
        <pubDate>Fri, 07 Nov 1997 20:20:15 +0000</pubDate>
        <dc:creator>Brian Somers &lt;brian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
