aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove apm screen saver.Warner Losh2020-10-081-6/+1
| | | | | | | | APM BIOS support is about to be removed. Remove the apm screen saver and its module. They are about to be irrelevant. Notes: svn path=/head/; revision=366545
* Remove sparc64 kernel supportWarner Losh2020-02-031-24/+10
| | | | | | | | | Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs Notes: svn path=/head/; revision=357455
* 17 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav2016-01-011-0/+2
| | | | | | | | (currently only three circular patterns) which requires quite a bit of fixed-point arithmetic, including sqrt() and cos(). Happy New Year! Notes: svn path=/head/; revision=293034
* MFtbemd:Warner Losh2010-08-231-2/+3
| | | | | | | | | | | | 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... Notes: svn path=/head/; revision=211690
* Reconnect the old Beastie logo_saver to build as beastie_saver.Jung-uk Kim2010-04-071-0/+2
| | | | Notes: svn path=/head/; revision=206366
* Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64Marius Strobl2005-07-101-9/+20
| | | | | | | | | | now that they work with creator(4) and machfb(4). Reviewed by: ru (style) Approved by: re (scottl) Notes: svn path=/head/; revision=147882
* Normalize SUBDIR.Ruslan Ermilov2004-01-191-13/+13
| | | | Notes: svn path=/head/; revision=124711
* Add new graphical screen saver (dragon_saver).Akio Morita2002-03-231-0/+1
| | | | | | | Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver). Notes: svn path=/head/; revision=93011
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasDavid E. O'Brien2000-05-061-1/+4
| | | | | | | been tested to work. Notes: svn path=/head/; revision=60062
* Add the apm_saver syscons screen saver module.Nick Sayer1999-10-021-0/+1
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=51851
* Clean up and reorder.Dag-Erling Smørgrav1999-09-081-1/+11
| | | | Notes: svn path=/head/; revision=51101
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add "fire" screen saver.Jordan K. Hubbard1999-05-041-2/+2
| | | | | | | Submitted by: Brad Forschinger <retch@flag.blackened.net> Notes: svn path=/head/; revision=46407
* Activate the rain screensaver.Dag-Erling Smørgrav1998-12-311-2/+2
| | | | Notes: svn path=/head/; revision=42206
* Activate the logo screensaver.Dag-Erling Smørgrav1998-12-281-2/+2
| | | | Notes: svn path=/head/; revision=42121
* Activate the warp screensaver.Dag-Erling Smørgrav1998-12-271-2/+2
| | | | Notes: svn path=/head/; revision=42109
* Introducing "Jumping Daemon" screen saver. This is really cute andKazutaka YOKOTA1997-05-211-2/+2
| | | | | | | | | | | eye-catching :-) Submitted by: ssigala@globalnet.it Also fixed some `extern' declarations in saver.h. Notes: svn path=/head/; revision=25967
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Next syscons update (given up on numbering :)Søren Schmidt1995-02-221-0/+5
Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload. Notes: svn path=/head/; revision=6628