| Commit message (Expand) | Author | Age | Files | Lines |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -1102/+0 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 1 | -3/+0 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -0/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -3/+3 |
* | Use ttymalloc() instead of ttyregister(). | phk | 2004-06-04 | 1 | -3/+1 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Eliminate global cons_unavailable flag and replace it by the status | kan | 2004-02-05 | 1 | -0/+2 |
* | Changed the data types of three index variables, two of them | robert | 2003-07-27 | 1 | -3/+3 |
* | Unbreak pcvt, it suffered from common variables. Whoever added the | joerg | 2002-01-27 | 1 | -8/+14 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -7/+9 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+2 |
* | Provide keyboard entropy harvesting for PCVT users. | markm | 2000-09-10 | 1 | -0/+1 |
* | Remove old entropy-harvesting hooks; this is going to be re-engineered | markm | 2000-06-25 | 1 | -1/+0 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -1/+1 |
* | Convert pcvt to use the newbus driver framework, options COMPAT_OLDISA | hm | 2000-04-16 | 1 | -8/+5 |
* | pcvt cleanup. | hm | 2000-03-28 | 1 | -2/+2 |
* | Substantially cleanup of the pcvt kernel part. This cleanup does | hm | 2000-03-26 | 1 | -453/+130 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 1 | -0/+2 |
* | Implement scrollback for pcvt based on code submitted by | hm | 1999-12-30 | 1 | -24/+16 |
* | Lose explict initialization of mouse to {0}; this gave a warning, and the | eivind | 1999-12-21 | 1 | -2/+2 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -1/+1 |
* | Updated a comment (Crtat is no longer bogusly shared with syscons). | bde | 1999-05-12 | 1 | -2/+0 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -1/+1 |
* | The first stage of console driver reorganization: activate new | yokota | 1999-01-11 | 1 | -11/+21 |
* | Part 3 of the pcvt/voxware revival. | peter | 1999-01-01 | 1 | -0/+1418 |
* | Pre 3.0 branch cleanup casualty #4: pcvt | phk | 1998-12-27 | 1 | -1418/+0 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -0/+1 |
* | Make all the documented (in pcvt(4)) options supported options. While | joerg | 1997-10-18 | 1 | -0/+3 |
* | #include <machine/stdarg.h> in the one place in pcvt that it is used | bde | 1997-07-20 | 1 | -6/+0 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -12/+4 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -1/+0 |
* | Fix a bogon in pcvt that caused a characterset designation to not take | joerg | 1997-03-07 | 1 | -5/+5 |
* | Move pcvt towards using kbdio (finally!). | joerg | 1997-03-06 | 1 | -0/+16 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -2/+2 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -4/+0 |
* | Fix many long-standing bugs and problems with pcvt, namely: | joerg | 1996-08-10 | 1 | -6/+6 |
* | Oops, include opt_pcvt_hdr.h before the key value in it is used. | bde | 1996-04-13 | 1 | -2/+2 |
* | Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. | bde | 1996-04-11 | 1 | -0/+2 |
* | Moved vm includes out of centralized headers again. | bde | 1995-12-10 | 1 | -3/+0 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -0/+3 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -4/+2 |
* | Add /dev/random hooks to the key input routines for pcvt. This allows | markm | 1995-11-12 | 1 | -1/+3 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+0 |
* | Always declare vga_move_charset(). It doesn't depend on option XSERVER. | bde | 1995-11-04 | 1 | -2/+0 |
* | Fix benign type mismatches in isa interrupt handlers. Many returned int | bde | 1995-09-19 | 1 | -1/+1 |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 1 | -13/+5 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -5/+5 |