summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_kbd.c
Commit message (Expand)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.phk2006-05-171-2523/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Update for the KDB framework:marcel2004-07-101-18/+11
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-101-0/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-4/+0
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-101-6/+0
* Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAhm2000-04-161-2/+2
* Substantially cleanup of the pcvt kernel part. This cleanup doeshm2000-03-261-863/+93
* Implement scrollback for pcvt based on code submitted byhm1999-12-301-23/+149
* Keyboard allocation/deallocation fix.yokota1999-06-291-1/+1
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-201-3/+3
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-1/+1
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-271-2/+2
* Fix various breakage after the recent keyboard driver change.yokota1999-01-141-2/+3
* The first stage of console driver reorganization: activate newyokota1999-01-111-213/+71
* Part 3 of the pcvt/voxware revival.peter1999-01-011-0/+3321
* Pre 3.0 branch cleanup casualty #4: pcvtphk1998-12-271-3321/+0
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+4
* Support compiling with `gcc -ansi'.bde1998-04-151-1/+1
* Don't access "time" directly.phk1998-03-291-2/+2
* Update for changes in the callout interface.gibbs1997-09-211-5/+7
* Fixed typo in the set_keyboard_param().yokota1997-04-221-1/+1
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-2/+2
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.yokota1997-04-181-14/+17
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-1/+1
* Move pcvt towards using kbdio (finally!).joerg1997-03-061-4/+318
* Fixed setting of the keyboard LEDs. For some keyboards and/or keyboardbde1996-10-141-11/+69
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+2
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-121-5/+3
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-101-7/+7
* Convert DDB to new-style option.wollman1996-01-041-0/+2
* Completed function declarations and/or added prototypes.bde1995-11-241-1/+3
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-121-0/+9
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-191-1/+1
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+0
* Remove trailing whitespace.rgrimes1995-05-301-84/+84
* Update pcvt to 3.20 b24joerg1995-04-081-37/+8
* Update pcvt to 3.20b23joerg1995-04-011-9/+50
* Update to beta3.20/b22joerg1995-03-051-13/+20
* Bring pcvt console driver into the tree - now users can chose whicheverjkh1995-02-051-0/+2914
OpenPOWER on IntegriCloud