summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-6/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+3
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* 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-011-3/+4
* Fix destructive cursor shape after text mode switch.ache1998-09-291-32/+31
* Cosmetic changes:yokota1998-09-261-22/+19
* - Use `u_long cmd' ioctl arg.yokota1998-09-261-4/+2
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-40/+157
* Add VESA support to syscons.sos1998-09-151-1328/+491
* 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
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-031-143/+288
* - When the system is shut down, switch to the vty0 if possible.yokota1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneveryokota1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.yokota1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".yokota1998-08-031-3/+10
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-2/+2
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-141-8/+8
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-061-2/+21
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTyokota1998-06-241-5/+2
OpenPOWER on IntegriCloud