<?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>a50b01d2 - 17 years and change after I wrote warp_saver, here&apos;s a simple plasma effect</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#a50b01d2</link>
        <description>17 years and change after I wrote warp_saver, here&apos;s a simple plasma effect(currently only three circular patterns) which requires quite a bit offixed-point arithmetic, including sqrt() and cos().  Happy New Year!

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Fri, 01 Jan 2016 04:04:40 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0 - MFtbemd:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#c09808d0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 06:13:29 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a19114d - Reconnect the old Beastie logo_saver to build as beastie_saver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#8a19114d</link>
        <description>Reconnect the old Beastie logo_saver to build as beastie_saver.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Wed, 07 Apr 2010 17:20:55 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>716dfa4c - Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#716dfa4c</link>
        <description>Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64now that they work with creator(4) and machfb(4).Reviewed by:	ru (style)Approved by:	re (scottl)

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sun, 10 Jul 2005 11:47:04 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cf7b160 - Normalize SUBDIR.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#9cf7b160</link>
        <description>Normalize SUBDIR.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Mon, 19 Jan 2004 12:36:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81b60c73 - Add new graphical screen saver (dragon_saver).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#81b60c73</link>
        <description>Add new graphical screen saver (dragon_saver).Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sat, 23 Mar 2002 12:36:19 +0000</pubDate>
        <dc:creator>Akio Morita &lt;amorita@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9098c77a - All the screen savers other than &quot;apm&quot; build on the Alpha.  daemon.ko has</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#9098c77a</link>
        <description>All the screen savers other than &quot;apm&quot; build on the Alpha.  daemon.ko hasbeen tested to work.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sat, 06 May 2000 02:06:35 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>472a4993 - Add the apm_saver syscons screen saver module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#472a4993</link>
        <description>Add the apm_saver syscons screen saver module.apm_saver uses the apm_display() routine from the apm system to&quot;suspend&quot; the &quot;display&quot; part of the machine.This is beneficial for some laptops (or other machines withnon-traditional displays) that choke on the &apos;green&apos; saver&apos;seffect.Another way of looking at this is that it&apos;s the same as a screensaver that does an &apos;apm -d 0&apos; to blank the display and an &apos;apm -d 1&apos;to bring it back. One probably ought to use these commands to makesure the effect will be correct before using it unattended.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sat, 02 Oct 1999 03:56:42 +0000</pubDate>
        <dc:creator>Nick Sayer &lt;nsayer@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58e21863 - Clean up and reorder.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#58e21863</link>
        <description>Clean up and reorder.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Wed, 08 Sep 1999 19:17:15 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc611a43 - Add &quot;fire&quot; screen saver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#cc611a43</link>
        <description>Add &quot;fire&quot; screen saver.Submitted by:	Brad Forschinger &lt;retch@flag.blackened.net&gt;

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Tue, 04 May 1999 12:23:32 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71df997b - Activate the rain screensaver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#71df997b</link>
        <description>Activate the rain screensaver.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Thu, 31 Dec 1998 13:42:00 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21a99548 - Activate the logo screensaver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#21a99548</link>
        <description>Activate the logo screensaver.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Mon, 28 Dec 1998 14:23:43 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77aa2f65 - Activate the warp screensaver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#77aa2f65</link>
        <description>Activate the warp screensaver.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sun, 27 Dec 1998 22:03:40 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3cdf689 - Introducing &quot;Jumping Daemon&quot; screen saver. This is really cute and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#f3cdf689</link>
        <description>Introducing &quot;Jumping Daemon&quot; screen saver. This is really cute andeye-catching :-)Submitted by:	ssigala@globalnet.itAlso fixed some `extern&apos; declarations in saver.h.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Wed, 21 May 1997 14:18:00 +0000</pubDate>
        <dc:creator>Kazutaka YOKOTA &lt;yokota@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a0f765f - Revert $FreeBSD$ back to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#4a0f765f</link>
        <description>Revert $FreeBSD$ back to $Id$

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 12:49:29 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17ee9d00 - Next syscons update (given up on numbering :)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/syscons/Makefile#17ee9d00</link>
        <description>Next syscons update (given up on numbering :)Removed screensavers from syscons, they are now LKM&apos;s. This makes itpossible to do some really &quot;interesting&quot; screensavers...Fixed bug that sometimes caused garbage to appear when leaving&quot;scroll-lock&quot; history.Reformattet indentation, it got too deep for a normal 80 pos screen.Split up in syscons.c &amp; syscons.h for use with the saver-lkm&apos;s.Temporarily removed -s option from vidcontrol, savers should nowbe loaded with modload.

            List of files:
            /freebsd-12.1/sys/modules/syscons/Makefile</description>
        <pubDate>Wed, 22 Feb 1995 13:48:07 +0000</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
