aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Don't allow i/o operations for non-root users.Bruce Evans1995-10-141-2/+6
* Make pcvt and syscons live in the same kernel. If both are enabled, thenBruce Evans1995-09-102-30/+61
* Update the version in the snake saver...Peter Wemm1995-09-041-2/+2
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codeNate Williams1995-08-161-2/+2
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingJohn Dyson1995-08-081-6/+6
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-3/+2
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-8/+2
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so thereBruce Evans1995-07-112-28/+14
* Speed up the inner loop of ansi_put() by a few percent.Bruce Evans1995-07-111-2/+10
* Don't convert \n to \r\n in pccnputc(). This is the responsibility ofBruce Evans1995-06-141-7/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-182/+182
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
* Fixed problem with "char" cursor..Søren Schmidt1995-05-211-2/+6
* Changed relase number in snake_saver.c from 2.1 to 2.0.5Søren Schmidt1995-05-161-2/+2
* Added nsccons variable for use by pstatSøren Schmidt1995-04-281-1/+2
* Added mark_all() call so that screen is proberly updatedSøren Schmidt1995-04-251-1/+2
* Correct the type of the `c' arg to pccnputc().Bruce Evans1995-04-232-11/+10
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-2/+3
* Fixes to the hardware cursor emulation.Søren Schmidt1995-04-042-56/+80
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).Bruce Evans1995-04-011-4/+4
* Update to new screen update method.Søren Schmidt1995-03-302-4/+6
* Emulate hw cursor closely, and get start&end scanlines from BIOS.Søren Schmidt1995-03-302-19/+27
* Optimized the way physical screen updates are done. Now onlySøren Schmidt1995-03-292-51/+133
* 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