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