| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add option SC_KBD_PROBE_WORKS to syscons driver. | Paul Traina | 1996-09-06 | 1 | -4/+12 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -24/+1 |
| * | Fixed a panic when switching to 40x25 mode, and cursor was beyond the | Søren Schmidt | 1996-09-04 | 1 | -1/+2 |
| * | Fixed a couple of bugs in the mousepointer code. | Søren Schmidt | 1996-09-01 | 2 | -233/+298 |
| * | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | Bruce Evans | 1996-08-28 | 1 | -2/+2 |
| * | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | Peter Wemm | 1996-08-16 | 1 | -1/+2 |
| * | Fix GIO_ATTR ioctl return to match SYSV | Andrey A. Chernov | 1996-07-30 | 1 | -2/+2 |
| * | Added or restored #include of <machine/md_var.h>. Some declarations | Bruce Evans | 1996-07-01 | 3 | -5/+12 |
| * | Bump various timeouts in scprobe(). This finally fixes the broken | Joerg Wunsch | 1996-06-27 | 1 | -6/+6 |
| * | Fixed bug in pasting 8bit char (ache). | Søren Schmidt | 1996-06-26 | 2 | -81/+57 |
| * | Added #include of <machine/md_var.h>. This will be needed when | Bruce Evans | 1996-06-25 | 1 | -1/+2 |
| * | Change the way moused talk to syscons, now its only delivering mouseevents | Søren Schmidt | 1996-06-25 | 2 | -116/+216 |
| * | Moved declarations of static functions to the correct file. This fixes | Bruce Evans | 1996-06-23 | 2 | -37/+37 |
| * | Oops, fix a bug that caused updates to the screen to happen, without | Søren Schmidt | 1996-06-21 | 1 | -2/+6 |
| * | Some news for syscons (long overdue): | Søren Schmidt | 1996-06-21 | 2 | -101/+182 |
| * | Stomp another compiler warning: sc_devfs_token[] should only be declared | Bill Paul | 1996-06-17 | 1 | -1/+3 |
| * | Fix the warnings about "cant inline call to xxx" by reordering two | Peter Wemm | 1996-05-27 | 1 | -46/+49 |
| * | Fix the "well-known retries bug" (a logic-o). | Joerg Wunsch | 1996-05-12 | 1 | -2/+2 |
| * | Give up waiting for a successful keyboard reset after some | Joerg Wunsch | 1996-05-11 | 1 | -5/+7 |
| * | Fix ^[[1K (clear from beginning of line to cursor) and | Andrey A. Chernov | 1996-05-02 | 1 | -4/+4 |
| * | Fixed a race that caused panics in kernel printfs when the screen timeout | Bruce Evans | 1996-05-01 | 1 | -2/+5 |
| * | Removed options MAXCONS & HARDFONT, they are no longer in use | Søren Schmidt | 1996-04-26 | 1 | -2/+1 |
| * | Moved the initialization of the devfs devices to after the initialization | Bruce Evans | 1996-03-27 | 1 | -7/+9 |
| * | Add more options into the conf/options and i386/conf/options.i386 files | Peter Wemm | 1996-03-02 | 1 | -1/+2 |
| * | use devfs_add_devswf and avoid local variable. | Poul-Henning Kamp | 1996-02-13 | 1 | -5/+3 |
| * | Close kern/627 - panic if syscons not attached | Paul Traina | 1996-02-08 | 1 | -1/+3 |
| * | Deliver all bells to current console, use different pitch | Andrey A. Chernov | 1996-02-05 | 1 | -11/+13 |
| * | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -2/+2 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 1 | -1/+3 |
| * | Removed my devsw access functions [un]register_cdev() and | Bruce Evans | 1995-12-14 | 1 | -6/+9 |
| * | Removed new alias d_size_t for d_psize_t. | Bruce Evans | 1995-12-10 | 1 | -4/+4 |
| * | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 2 | -15/+14 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -4/+17 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+3 |
| * | Replaced #includes of <sys/user.h> by less gross headers, usually | Bruce Evans | 1995-12-06 | 1 | -2/+4 |
| * | Fix my color/attr separation patch. | Andrey A. Chernov | 1995-11-30 | 1 | -3/+3 |
| * | Delete obnoxious uprintf()s in load/unload procedures. | Garrett Wollman | 1995-11-29 | 5 | -15/+5 |
| * | Separate colors & attributes as Terry points | Andrey A. Chernov | 1995-11-28 | 2 | -74/+148 |
| * | Fixed a comment. | Bruce Evans | 1995-11-24 | 1 | -2/+2 |
| * | Fix compiler warnings. | Poul-Henning Kamp | 1995-11-20 | 1 | -8/+8 |
| * | Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() | Bruce Evans | 1995-11-14 | 5 | -21/+36 |
| * | Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat | Bruce Evans | 1995-11-13 | 5 | -10/+15 |
| * | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans | 1995-11-04 | 1 | -2/+1 |
| * | Remove the #ifdev DEVRANDOM's, as promised. | Mark Murray | 1995-11-04 | 1 | -3/+1 |
| * | Theodore Ts'po's random number gernerator for Linux, ported by me. | Mark Murray | 1995-10-28 | 1 | -1/+6 |
| * | Do a pass over the broken LKM's and update them to use the "new" | Peter Wemm | 1995-10-28 | 5 | -25/+25 |
| * | Don't allow i/o operations for non-root users. | Bruce Evans | 1995-10-14 | 1 | -2/+6 |
| * | Make pcvt and syscons live in the same kernel. If both are enabled, then | Bruce Evans | 1995-09-10 | 2 | -30/+61 |
| * | Update the version in the snake saver... | Peter Wemm | 1995-09-04 | 1 | -2/+2 |
| * | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | Nate Williams | 1995-08-16 | 1 | -2/+2 |