aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons/daemon
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-4/+0
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
* Build modules from the main src/sys tree.Peter Wemm2001-08-092-405/+2
* Fixed warnings.Yoshihiro Takahashi2001-02-211-10/+10
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-2/+2
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Added PC-98 supports.Yoshihiro Takahashi2000-05-082-0/+14
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-31/+72
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-051-2/+2
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-171-2/+2
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-32/+24
* Simple update to make these work as kld and preload modules.Peter Wemm1998-11-041-14/+5
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-2/+2
* Fix the sreensavers so the work again with the new syscons & friends.Søren Schmidt1998-09-171-6/+9
* Add VESA support to syscons.Søren Schmidt1998-09-151-3/+3
* The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA1998-08-061-1/+4
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesBruce Evans1998-02-011-2/+2
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isBruce Evans1998-01-161-2/+2
* - The daemon might go off the screen and crashed the system if theKazutaka YOKOTA1997-10-261-35/+148
* Incorporated lots of fixes and suggestions from Bruce and changes toKazutaka YOKOTA1997-07-152-58/+25
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-242-5/+34
* Corrected accidental breakage in the last commit.Kazutaka YOKOTA1997-05-261-3/+3
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.David E. O'Brien1997-05-251-4/+4
* Flip the daemon at the edge of the screen.Kazutaka YOKOTA1997-05-241-14/+53
* Introducing "Jumping Daemon" screen saver. This is really cute andKazutaka YOKOTA1997-05-212-0/+224