summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Unbreak LINT.yokota2000-04-031-1/+1
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-53/+43
* - Fix text cursor logic so that multiple instances of the "normal" cursoryokota2000-02-111-3/+5
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-4/+0
* Unconditionally define sc_paste().yokota2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-917/+282
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-0/+1
* Add "panic key" function to syscons. When this key is defined in ayokota1999-12-101-0/+10
* Fix cursor position calculation.yokota1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theyokota1999-11-281-4/+4
* - Remove cdevsw_add().yokota1999-10-061-7/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-12/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-6/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-251-9/+3
* - Hang the scr_stat struct from dev_t.yokota1999-09-191-99/+78
* s/si_tty_tty/si_tty/gphk1999-08-301-10/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+6
* 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-071-8/+4
* 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-241-5/+7
* The second phase of syscons reorganization.yokota1999-06-221-2315/+1852
* Unifdef VM86jlemon1999-06-011-5/+4
* 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
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* Suser() simplification:phk1999-04-271-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+9
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-3/+13
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-2/+2
* 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-191-80/+184
* - Examine the error code from the screen saver and act accordingly.yokota1999-01-171-18/+28
* Get conditional compilation right so that unnecessary referenceyokota1999-01-131-8/+10
* The first stage of console driver reorganization: activate newyokota1999-01-111-965/+675
OpenPOWER on IntegriCloud