aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-12/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-6/+1
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-9/+3
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-99/+78
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-10/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+6
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.Bill Fumerola1999-08-171-1/+5
* Fix a warning on the alpha.Dmitrij Tejblum1999-08-131-3/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* register tty devices so they will look right in pstat.Poul-Henning Kamp1999-08-081-61/+26
* - Clear relevant variables when the keyboard is not available.Kazutaka YOKOTA1999-07-181-8/+18
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-071-8/+4
* Tidy up a few warnings when used without splash. (things defined but notPeter Wemm1999-07-011-1/+7
* Fix warnings on the Alpha.Peter Wemm1999-07-011-2/+7
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),Kazutaka YOKOTA1999-06-291-2/+6
* Fix a dev_t/udev_t issuePeter Wemm1999-06-261-3/+3
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionKazutaka YOKOTA1999-06-241-5/+7
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-2301/+1838
* Unifdef VM86Jonathan Lemon1999-06-011-5/+4
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Removed global variable `Crtat'. This was once (bogusly) shared withBruce Evans1999-05-121-6/+3
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-101-2/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+9
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-3/+13
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-2/+2
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Pull down the splash screen when someone is about to read from theKazutaka YOKOTA1999-01-261-7/+2
* sysconsKazutaka YOKOTA1999-01-191-80/+184
* - Examine the error code from the screen saver and act accordingly.Kazutaka YOKOTA1999-01-171-18/+28
* Get conditional compilation right so that unnecessary referenceKazutaka YOKOTA1999-01-131-8/+10
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-963/+673
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-6/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+3
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* Don't update the screen while the cursor shape is being changedKazutaka YOKOTA1998-11-031-1/+5
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Restore static of sc_flags.Andrey A. Chernov1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-3/+4
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-291-32/+31
* Cosmetic changes:Kazutaka YOKOTA1998-09-261-22/+19
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-261-4/+2
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-231-40/+157
* Add VESA support to syscons.Søren Schmidt1998-09-151-1327/+490
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt1998-09-141-3/+1
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-9/+11