summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-021-4/+4
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* use devfs_add_devswf and avoid local variable.phk1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedpst1996-02-081-1/+3
* Deliver all bells to current console, use different pitchache1996-02-051-11/+13
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-6/+9
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-4/+4
* Staticize and cleanup.phk1995-12-102-15/+14
* Pass 3 of the great devsw changesjulian1995-12-081-4/+17
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+4
* Fix my color/attr separation patch.ache1995-11-301-3/+3
* Delete obnoxious uprintf()s in load/unload procedures.wollman1995-11-295-15/+5
* Separate colors & attributes as Terry pointsache1995-11-282-74/+148
* Fixed a comment.bde1995-11-241-2/+2
* Fix compiler warnings.phk1995-11-201-8/+8
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-145-21/+36
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statbde1995-11-135-10/+15
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-041-3/+1
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-281-1/+6
* Do a pass over the broken LKM's and update them to use the "new"peter1995-10-285-25/+25
* Don't allow i/o operations for non-root users.bde1995-10-141-2/+6
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-102-30/+61
* Update the version in the snake saver...peter1995-09-041-2/+2
* Added missing semi-colon in the XT_KEYBOARD code. W/out it the codenate1995-08-161-2/+2
* Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingdyson1995-08-081-6/+6
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-3/+2
* Move the inline code for waking up writers to a new functionbde1995-07-221-8/+2
* Fix races in scstart(). q_to_b() wasn't called at spltty(), so therebde1995-07-112-28/+14
* 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-302-182/+182
* Remove trailing whitespace.rgrimes1995-05-305-26/+26
* Fixed problem with "char" cursor..sos1995-05-211-2/+6
* Changed relase number in snake_saver.c from 2.1 to 2.0.5sos1995-05-161-2/+2
* 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-232-11/+10
* Add a class field to devconf and mst drivers.wollman1995-04-121-2/+3
* Fixes to the hardware cursor emulation.sos1995-04-042-56/+80
* Fix count in mark_for_update() for insert-char(s) and delete-char(s).bde1995-04-011-4/+4
OpenPOWER on IntegriCloud