summaryrefslogtreecommitdiffstats
path: root/sys/modules/syscons
Commit message (Expand)AuthorAgeFilesLines
* Add new graphical screen saver (dragon_saver).amorita2002-03-232-0/+15
* It's OK to be pedantic, but long long literals are OK.phk2002-02-101-1/+1
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-1111-11/+0
* Build modules from the main src/sys tree.peter2001-08-0923-1960/+23
* Fixed warnings.nyan2001-02-213-14/+14
* Added necessary include for pc98.nyan2001-01-251-0/+1
* Added PC-98 apm support.nyan2001-01-222-0/+8
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-0611-21/+21
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-311-6/+2
* Remove unneeded header.markm2000-06-253-3/+0
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-2711-11/+11
* Added PC-98 supports.nyan2000-05-086-0/+30
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasobrien2000-05-061-1/+4
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-0411-11/+11
* Add $FreeBSD$peter2000-05-012-0/+3
* More machdep/random.h -> sys/random.h fixes.bp2000-04-253-6/+3
* This is the 3rd stage of syscons code reorganization.yokota2000-01-153-3/+3
* Add the apm_saver syscons screen saver module.nsayer1999-10-023-0/+101
* Clean up and reorder.des1999-09-081-1/+11
* $Id$ -> $FreeBSD$peter1999-08-2821-21/+21
* The second phase of syscons reorganization.yokota1999-06-2211-288/+217
* MFS: indent-assisted style cleanup.des1999-05-101-30/+27
* A little closer to style(9).des1999-05-081-58/+64
* Add missing copyright.jkh1999-05-041-0/+27
* Add "fire" screen saver.jkh1999-05-043-2/+114
* Centralize and reorganize a few macros.des1999-04-124-18/+19
* Followup to yokota's last commit:des1999-02-054-13/+14
* Retrun EAGAIN if the current video mode is a graphics mode.yokota1999-01-173-6/+6
* Move the definition of set_origin from logo_saver.c to saver.h.des1999-01-162-4/+4
* The first stage of console driver reorganization: activate newyokota1999-01-1110-302/+240
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly indes1999-01-011-23/+31
* Activate the rain screensaver.des1998-12-311-2/+2
* Here's one for the terminally melancholic amongst us.des1998-12-312-0/+146
* Eliminate "initialization from incompatible type" warning in SAVER_MODULEdes1998-12-311-4/+3
* Compile without warnings.des1998-12-312-5/+6
* Add -I${.CURDIR} since it #includes logo.c from the source dir and breakspeter1998-12-291-2/+2
* Activate the logo screensaver.des1998-12-281-2/+2
* One more for the road: Chuck the friendly floating daemon. Requiresdes1998-12-283-0/+520
* Save the palette in case syscons doesn't restore it properly.des1998-12-281-3/+6
* Activate the warp screensaver.des1998-12-271-2/+2
* Finally give FreeBSD a graphical screensaver. It isn't much, but it works,des1998-12-272-0/+150
* Simple update to make these work as kld and preload modules.peter1998-11-047-85/+56
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-167-12/+15
* Fix the sreensavers so the work again with the new syscons & friends.sos1998-09-177-35/+46
* Add VESA support to syscons.sos1998-09-157-39/+39
* The daemon, snake and star savers should refuse to load if the currentyokota1998-08-063-3/+12
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesbde1998-02-016-12/+12
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isbde1998-01-163-6/+6
* - The daemon might go off the screen and crashed the system if theyokota1997-10-261-35/+148
OpenPOWER on IntegriCloud