aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/daemon
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-9/+1
* Fix sos@'s name.Xin LI2015-01-071-1/+1
* Don't malloc a buffer while holding the prison0 mutex. Instead, use a loopJohn Baldwin2009-09-101-3/+15
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-2/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-4/+5
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+2
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-1/+1
* - Mask an underline attribute on the pc98 console. It enables to use the sameYoshihiro Takahashi2005-05-151-49/+28
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Fixed warnings.Yoshihiro Takahashi2001-02-211-10/+10
* Added PC-98 supports.Yoshihiro Takahashi2000-05-081-0/+10
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* 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
* 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-151-50/+23
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-241-4/+27
* 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-211-0/+215