aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Minor update to syscons.Søren Schmidt1995-03-032-14/+17
* Incorporate bde's code-review comments.Paul Traina1995-02-282-14/+3
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-252-30/+44
* Next syscons update (given up on numbering :)Søren Schmidt1995-02-227-2775/+3064
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedPoul-Henning Kamp1995-02-171-1/+32
* Fixed cursor xor problem...Søren Schmidt1995-02-141-3/+3
* Fixed the bug that caused the cursor to disappear underSøren Schmidt1995-02-071-13/+17
* Fixed the annoing bug that caused writes to /dev/console to go toSøren Schmidt1995-02-051-29/+34
* Allow all characters except "real" control chars.Søren Schmidt1995-02-031-52/+59
* Syscons bug fix: tab now right (thanks bruce!)Søren Schmidt1995-02-011-287/+313
* Reviewed by:Søren Schmidt1995-01-301-32/+46
* Third round in syscons update.Søren Schmidt1995-01-281-469/+367
* Get rid of overloaded Back tab, now F(64)Andrey A. Chernov1995-01-261-2/+2
* o Restore removed hardware cursor support and make it _default_Andrey A. Chernov1995-01-261-51/+120
* Second round in syscons update:Søren Schmidt1995-01-201-286/+499
* Oops, forgot one change when DDB is defined.Søren Schmidt1995-01-131-2/+2
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `Andrey A. Chernov1995-01-131-3/+3
* Back out cursor wrap (restore original thing)Andrey A. Chernov1995-01-121-2/+2
* First round in syscons update. Several new features has been added:Søren Schmidt1995-01-121-354/+497
* Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use theBruce Evans1995-01-031-29/+26
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.Andreas Schulz1994-12-311-5/+5
* Miscellaneous changes from Bill Paul:Jordan K. Hubbard1994-12-311-5/+67
* Fixed two security holes in the pcmmap() function.David Greenman1994-12-271-3/+3
* Add a patch that someone on the net has used to run on his IBM Thinkpad.Andreas Schulz1994-12-261-1/+8
* Initialize syscons also in cases where it ain't the system's consoleJoerg Wunsch1994-12-181-1/+4
* Move the code providing the equivalent of ICRNL for console input fromJoerg Wunsch1994-12-181-2/+1
* Changed the behavior of KDMKTONE to comply with svr4, default toSøren Schmidt1994-12-061-2/+8
* Fix wrong size check for scroll forward/backward ('S'/'T')Andrey A. Chernov1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,Andrey A. Chernov1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)Andrey A. Chernov1994-11-191-1/+3
* Added support for the MicroSoft Natural keyboardSøren Schmidt1994-11-171-3/+24
* The style in my patch011 is inconsistent and out of date. It shouldBruce Evans1994-11-061-2/+2
* Fix for 'pstat -t' works on vtysAndrey A. Chernov1994-11-031-1/+2
* The other half of patch011, read Numlck state from bios.Poul-Henning Kamp1994-10-271-6/+2
* Fix initialization of video_mode_ptr. It only worked if the segmentsBruce Evans1994-10-261-9/+32
* Fixed cut&paste error.Garrett Wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+26
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-8/+8
* Remove color_display, GIO_COLOR now existsAndrey A. Chernov1994-10-181-6/+3
* Added more SCO compat ioctl's.Søren Schmidt1994-10-171-27/+52
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingPoul-Henning Kamp1994-10-171-2/+2
* Initialize color_display as undefined, cosmetiqueAndrey A. Chernov1994-10-171-2/+2
* Add color_display variable for CPU_COLORDISP sysctl.Andrey A. Chernov1994-10-151-1/+4
* Fix 'cursor-disappearce-after-switching-screen-from-X' bugAndrey A. Chernov1994-10-031-2/+2
* Ripped out APM-hooks. Not ready for prime time yet.Poul-Henning Kamp1994-10-021-22/+1
* Make fat cursor as early as possible, per Bruce suggestionAndrey A. Chernov1994-10-021-6/+2
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-011-1/+27
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAAndrey A. Chernov1994-09-291-1/+6
* Changed header slightly.Søren Schmidt1994-09-291-2/+3
* Bug fixed: cursor shaping in mode swithching produce wrong results forAndrey A. Chernov1994-09-271-2/+5