<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/syscons/Makefile, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-08-23T06:13:29Z</updated>
<entry>
<title>MFtbemd:</title>
<updated>2010-08-23T06:13:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-08-23T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c09808d0d611d103bece3d41886b87de160900c0'/>
<id>urn:sha1:c09808d0d611d103bece3d41886b87de160900c0</id>
<content type='text'>
Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is the
source code location of the machine, the latter the binary output.  In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target.  The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...
</content>
</entry>
<entry>
<title>Reconnect the old Beastie logo_saver to build as beastie_saver.</title>
<updated>2010-04-07T17:20:55Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-04-07T17:20:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a19114d8e101ddcdb6f61cb1a806d200eba7d05'/>
<id>urn:sha1:8a19114d8e101ddcdb6f61cb1a806d200eba7d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64</title>
<updated>2005-07-10T11:47:04Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-07-10T11:47:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=716dfa4cb85cd32e18ed3a8b01404f7c540bbf6d'/>
<id>urn:sha1:716dfa4cb85cd32e18ed3a8b01404f7c540bbf6d</id>
<content type='text'>
now that they work with creator(4) and machfb(4).

Reviewed by:	ru (style)
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Normalize SUBDIR.</title>
<updated>2004-01-19T12:36:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-19T12:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9cf7b160387f2553357e394223fab9f172f72b38'/>
<id>urn:sha1:9cf7b160387f2553357e394223fab9f172f72b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new graphical screen saver (dragon_saver).</title>
<updated>2002-03-23T12:36:19Z</updated>
<author>
<name>Akio Morita</name>
<email>amorita@FreeBSD.org</email>
</author>
<published>2002-03-23T12:36:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81b60c7395c790d1a5acbb73f8277cf5421edef2'/>
<id>urn:sha1:81b60c7395c790d1a5acbb73f8277cf5421edef2</id>
<content type='text'>
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
</content>
</entry>
<entry>
<title>All the screen savers other than "apm" build on the Alpha.  daemon.ko has</title>
<updated>2000-05-06T02:06:35Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-05-06T02:06:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9098c77aa828a174a24a097e93ab9dcc57bf4f31'/>
<id>urn:sha1:9098c77aa828a174a24a097e93ab9dcc57bf4f31</id>
<content type='text'>
been tested to work.
</content>
</entry>
<entry>
<title>Add the apm_saver syscons screen saver module.</title>
<updated>1999-10-02T03:56:42Z</updated>
<author>
<name>Nick Sayer</name>
<email>nsayer@FreeBSD.org</email>
</author>
<published>1999-10-02T03:56:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=472a4993b0e6780a44e2970b8b02df83a07e736d'/>
<id>urn:sha1:472a4993b0e6780a44e2970b8b02df83a07e736d</id>
<content type='text'>
apm_saver uses the apm_display() routine from the apm system to
"suspend" the "display" part of the machine.

This is beneficial for some laptops (or other machines with
non-traditional displays) that choke on the 'green' saver's
effect.

Another way of looking at this is that it's the same as a screen
saver that does an 'apm -d 0' to blank the display and an 'apm -d 1'
to bring it back. One probably ought to use these commands to make
sure the effect will be correct before using it unattended.
</content>
</entry>
<entry>
<title>Clean up and reorder.</title>
<updated>1999-09-08T19:17:15Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1999-09-08T19:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58e21863da90e203f8df37231ddf3e13b48a11a0'/>
<id>urn:sha1:58e21863da90e203f8df37231ddf3e13b48a11a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "fire" screen saver.</title>
<updated>1999-05-04T12:23:32Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-05-04T12:23:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc611a43c20093aec01b4bf8b8755c46af148735'/>
<id>urn:sha1:cc611a43c20093aec01b4bf8b8755c46af148735</id>
<content type='text'>
Submitted by:	Brad Forschinger &lt;retch@flag.blackened.net&gt;
</content>
</entry>
</feed>
