summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
1996-05-27Fix the warnings about "cant inline call to xxx" by reordering twoPeter Wemm
1996-05-12Fix the "well-known retries bug" (a logic-o).Joerg Wunsch
1996-05-11Give up waiting for a successful keyboard reset after someJoerg Wunsch
1996-05-02Fix ^[[1K (clear from beginning of line to cursor) andAndrey A. Chernov
1996-05-01Fixed a race that caused panics in kernel printfs when the screen timeoutBruce Evans
1996-04-26Removed options MAXCONS & HARDFONT, they are no longer in useSøren Schmidt
1996-03-27Moved the initialization of the devfs devices to after the initializationBruce Evans
1996-03-02Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm
1996-02-13use devfs_add_devswf and avoid local variable.Poul-Henning Kamp
1996-02-08Close kern/627 - panic if syscons not attachedPaul Traina
1996-02-05Deliver all bells to current console, use different pitchAndrey A. Chernov
1996-01-30Fix a bunch of spelling errors in the comment fields ofMike Pritchard
1996-01-04Convert DDB to new-style option.Garrett Wollman
1995-12-14Removed my devsw access functions [un]register_cdev() andBruce Evans
1995-12-10Removed new alias d_size_t for d_psize_t.Bruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-08Pass 3 of the great devsw changesJulian Elischer
1995-12-07Untangled the vm.h include file spaghetti.David Greenman
1995-12-06Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans
1995-11-30Fix my color/attr separation patch.Andrey A. Chernov
1995-11-29Delete obnoxious uprintf()s in load/unload procedures.Garrett Wollman
1995-11-28Separate colors & attributes as Terry pointsAndrey A. Chernov
1995-11-24Fixed a comment.Bruce Evans
1995-11-20Fix compiler warnings.Poul-Henning Kamp
1995-11-14Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()Bruce Evans
1995-11-13Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statBruce Evans
1995-11-04Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans
1995-11-04Remove the #ifdev DEVRANDOM's, as promised.Mark Murray
1995-10-28Theodore Ts'po's random number gernerator for Linux, ported by me.Mark Murray
1995-10-28Do a pass over the broken LKM's and update them to use the "new"Peter Wemm
1995-10-14Don't allow i/o operations for non-root users.Bruce Evans
1995-09-10Make pcvt and syscons live in the same kernel. If both are enabled, thenBruce Evans
1995-09-04Update the version in the snake saver...Peter Wemm
1995-08-16Added missing semi-colon in the XT_KEYBOARD code. W/out it the codeNate Williams
1995-08-08Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checkingJohn Dyson
1995-07-31Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans
1995-07-22Move the inline code for waking up writers to a new functionBruce Evans
1995-07-11Fix races in scstart(). q_to_b() wasn't called at spltty(), so thereBruce Evans
1995-07-11Speed up the inner loop of ansi_put() by a few percent.Bruce Evans
1995-06-14Don't convert \n to \r\n in pccnputc(). This is the responsibility ofBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-05-21Fixed problem with "char" cursor..Søren Schmidt
1995-05-16Changed relase number in snake_saver.c from 2.1 to 2.0.5Søren Schmidt
1995-04-28Added nsccons variable for use by pstatSøren Schmidt
1995-04-25Added mark_all() call so that screen is proberly updatedSøren Schmidt
1995-04-23Correct the type of the `c' arg to pccnputc().Bruce Evans
1995-04-12Add a class field to devconf and mst drivers.Garrett Wollman
1995-04-04Fixes to the hardware cursor emulation.Søren Schmidt
1995-04-01Fix count in mark_for_update() for insert-char(s) and delete-char(s).Bruce Evans