summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Removed global variable `Crtat'. This was once (bogusly) shared withbde1999-05-121-6/+3
* MFS: indent-assisted style cleanup.des1999-05-101-30/+27
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* 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-041-0/+103
* Suser() simplification:phk1999-04-271-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+9
* Centralize and reorganize a few macros.des1999-04-124-11/+19
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-3/+13
* Followup to yokota's last commit:des1999-02-054-13/+14
* - Don't assume the line length in the video memory is always the same asyokota1999-02-052-4/+4
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+2
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Pull down the splash screen when someone is about to read from theyokota1999-01-261-7/+2
* sysconsyokota1999-01-193-82/+193
* Retrun EAGAIN if the current video mode is a graphics mode.yokota1999-01-173-6/+6
* - Examine the error code from the screen saver and act accordingly.yokota1999-01-171-18/+28
* Move the definition of set_origin from logo_saver.c to saver.h.des1999-01-161-3/+1
* Get conditional compilation right so that unnecessary referenceyokota1999-01-131-8/+10
* The first stage of console driver reorganization: activate newyokota1999-01-1113-1312/+1055
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-6/+14
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly indes1999-01-011-23/+31
* Here's one for the terminally melancholic amongst us.des1998-12-311-0/+136
* Compile without warnings.des1998-12-311-4/+4
* Make the VESA KLD module work!yokota1998-12-301-3/+3
* One more for the road: Chuck the friendly floating daemon. Requiresdes1998-12-282-0/+511
* Save the palette in case syscons doesn't restore it properly.des1998-12-281-3/+6
* Finally give FreeBSD a graphical screensaver. It isn't much, but it works,des1998-12-271-0/+141
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-8/+4
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Simple update to make these work as kld and preload modules.peter1998-11-046-84/+34
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Restore static of sc_flags.ache1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.yokota1998-10-014-21/+9
* Fix destructive cursor shape after text mode switch.ache1998-09-293-34/+37
* Cosmetic changes:yokota1998-09-262-23/+21
* - Use `u_long cmd' ioctl arg.yokota1998-09-263-17/+9
* Cosmetic change: adjust copyright notice.yokota1998-09-252-34/+28
* Fix and update for VESA BIOS support in syscons.yokota1998-09-234-58/+201
* Fix the sreensavers so the work again with the new syscons & friends.sos1998-09-176-33/+45
* Add VESA support to syscons.sos1998-09-1510-1391/+1222
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfssos1998-09-141-3/+1
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-9/+11
* Fix one forgotten instance of \n to \rsos1998-08-181-2/+2
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-101-1/+17
OpenPOWER on IntegriCloud