summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
* s/si_tty_tty/si_tty/gphk1999-08-301-10/+10
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-6/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+6
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-2/+5
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Fix a warning on the alpha.dt1999-08-131-3/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* register tty devices so they will look right in pstat.phk1999-08-081-61/+26
* - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
* - Fixed memory leak in sc_alloc_history_buffer().yokota1999-07-074-29/+88
* Tidy up a few warnings when used without splash. (things defined but notpeter1999-07-011-1/+7
* Fix warnings on the Alpha.peter1999-07-011-2/+7
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),yokota1999-06-291-2/+6
* Fix a dev_t/udev_t issuepeter1999-06-261-3/+3
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-242-2/+21
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-241-5/+7
* The second phase of syscons reorganization.yokota1999-06-2219-2768/+6005
* Unifdef VM86jlemon1999-06-012-9/+7
* Simplify cdevsw registration.phk1999-05-311-3/+2
* 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
OpenPOWER on IntegriCloud