aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the initialization of the devfs devices to after the initializationBruce Evans1996-03-271-7/+9
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* use devfs_add_devswf and avoid local variable.Poul-Henning Kamp1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedPaul Traina1996-02-081-1/+3
* Deliver all bells to current console, use different pitchAndrey A. Chernov1996-02-051-11/+13
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+3
* Removed my devsw access functions [un]register_cdev() andBruce Evans1995-12-141-6/+9
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-4/+4
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-10/+13
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-4/+17
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+4
* Fix my color/attr separation patch.Andrey A. Chernov1995-11-301-3/+3
* Separate colors & attributes as Terry pointsAndrey A. Chernov1995-11-281-68/+131
* Fixed a comment.Bruce Evans1995-11-241-2/+2
* Fix compiler warnings.Poul-Henning Kamp1995-11-201-8/+8
* Remove the #ifdev DEVRANDOM's, as promised.Mark Murray1995-11-041-3/+1
* Theodore Ts'po's random number gernerator for Linux, ported by me.Mark Murray1995-10-281-1/+6
* 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-101-22/+60
* 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-111-18/+5
* 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-301-180/+180
* Fixed problem with "char" cursor..Søren Schmidt1995-05-211-2/+6
* 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-231-4/+7
* 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-041-48/+61
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).Bruce Evans1995-04-011-4/+4
* Emulate hw cursor closely, and get start&end scanlines from BIOS.Søren Schmidt1995-03-301-18/+25
* Optimized the way physical screen updates are done. Now onlySøren Schmidt1995-03-291-49/+129
* Minor update to syscons.Søren Schmidt1995-03-031-6/+11
* Incorporate bde's code-review comments.Paul Traina1995-02-281-12/+1
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-27/+36
* Next syscons update (given up on numbering :)Søren Schmidt1995-02-221-2872/+2464
* 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-293/+319
* Reviewed by:Søren Schmidt1995-01-301-33/+47
* 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