summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-111-18/+5
* Speed up the inner loop of ansi_put() by a few percent.bde1995-07-111-2/+10
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofbde1995-06-141-7/+3
* Remove trailing whitespace.rgrimes1995-05-301-180/+180
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Added nsccons variable for use by pstatsos1995-04-281-1/+2
* Added mark_all() call so that screen is proberly updatedsos1995-04-251-1/+2
* Correct the type of the `c' arg to pccnputc().bde1995-04-231-4/+7
* Add a class field to devconf and mst drivers.wollman1995-04-121-2/+3
* Fixes to the hardware cursor emulation.sos1995-04-041-48/+61
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).bde1995-04-011-4/+4
* Emulate hw cursor closely, and get start&end scanlines from BIOS.sos1995-03-301-18/+25
* Optimized the way physical screen updates are done. Now onlysos1995-03-291-49/+129
* Minor update to syscons.sos1995-03-031-6/+11
* Incorporate bde's code-review comments.pst1995-02-281-12/+1
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-27/+36
* Next syscons update (given up on numbering :)sos1995-02-221-2872/+2464
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-171-1/+32
* Fixed cursor xor problem...sos1995-02-141-3/+3
* Fixed the bug that caused the cursor to disappear undersos1995-02-071-13/+17
* Fixed the annoing bug that caused writes to /dev/console to go tosos1995-02-051-29/+34
* Allow all characters except "real" control chars.sos1995-02-031-52/+59
* Syscons bug fix: tab now right (thanks bruce!)sos1995-02-011-293/+319
* Reviewed by:sos1995-01-301-33/+47
* Third round in syscons update.sos1995-01-281-469/+367
* Get rid of overloaded Back tab, now F(64)ache1995-01-261-2/+2
* o Restore removed hardware cursor support and make it _default_ache1995-01-261-51/+120
* Second round in syscons update:sos1995-01-201-286/+499
* Oops, forgot one change when DDB is defined.sos1995-01-131-2/+2
* Use (n - 1) in ESC [ xxx d and ESC [ xxx `ache1995-01-131-3/+3
* Back out cursor wrap (restore original thing)ache1995-01-121-2/+2
* First round in syscons update. Several new features has been added:sos1995-01-121-354/+497
* Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use thebde1995-01-031-29/+26
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.ats1994-12-311-5/+5
* Miscellaneous changes from Bill Paul:jkh1994-12-311-5/+67
* Fixed two security holes in the pcmmap() function.dg1994-12-271-3/+3
* Add a patch that someone on the net has used to run on his IBM Thinkpad.ats1994-12-261-1/+8
* Initialize syscons also in cases where it ain't the system's consolejoerg1994-12-181-1/+4
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-181-2/+1
* Changed the behavior of KDMKTONE to comply with svr4, default tosos1994-12-061-2/+8
* Fix wrong size check for scroll forward/backward ('S'/'T')ache1994-11-211-5/+5
* Attempt to fix scroll forward/ scroll backward bug bringed by vi,ache1994-11-211-4/+4
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-191-1/+3
* Added support for the MicroSoft Natural keyboardsos1994-11-171-3/+24
* The style in my patch011 is inconsistent and out of date. It shouldbde1994-11-061-2/+2
* Fix for 'pstat -t' works on vtysache1994-11-031-1/+2
* The other half of patch011, read Numlck state from bios.phk1994-10-271-6/+2
* Fix initialization of video_mode_ptr. It only worked if the segmentsbde1994-10-261-9/+32
* Fixed cut&paste error.wollman1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+26
OpenPOWER on IntegriCloud