summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
...
* Removed a stray semicolon.bde1997-07-201-1/+1
* 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-204-33/+24
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.yokota1997-04-181-14/+17
* Use the same IOPL check as in syscons.bde1997-04-142-7/+14
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-1/+1
* Fix a bogon in pcvt that caused a characterset designation to not takejoerg1997-03-073-23/+23
* Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2joerg1997-03-071-0/+8
* Move pcvt towards using kbdio (finally!).joerg1997-03-063-4/+381
* Fixed struct access bug and style bugs in previous revision. The samebde1997-03-031-6/+7
* add the same fix to pcvt that I did to syscons. Make sure that the signalsjmg1997-03-021-3/+11
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
* Fixed setting of the keyboard LEDs. For some keyboards and/or keyboardbde1996-10-141-11/+69
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-091-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-1/+1
* Updated #includes to 4.4Lite style.bde1996-09-107-10/+10
* Remove devconf, it never grew up to be of any use.phk1996-09-062-61/+0
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-122-9/+15
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-104-19/+40
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butnate1996-08-011-1/+1
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.gpalmer1996-06-121-40/+41
* Oops, include opt_pcvt_hdr.h before the key value in it is used.bde1996-04-131-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-0/+2
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Get rid of two and a half printf in the kernel.phk1996-01-151-1/+1
* Convert DDB to new-style option.wollman1996-01-041-0/+2
* Removed my devsw access functions [un]register_cdev() andbde1995-12-141-4/+8
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-3/+3
* Moved vm includes out of centralized headers again.bde1995-12-102-3/+2
* Pass 3 of the great devsw changesjulian1995-12-081-1/+1
* Untangled the vm.h include file spaghetti.dg1995-12-071-0/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-062-4/+3
* Completed function declarations and/or added prototypes.bde1995-11-243-2/+7
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+1
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-122-1/+12
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+0
* Always declare vga_move_charset(). It doesn't depend on option XSERVER.bde1995-11-041-2/+0
* Don't allow mmapping the page after last video page.bde1995-10-141-1/+1
* Fix FAT_CURSOR to give scanlines 0-15 instead of (the current start)-15.bde1995-09-281-0/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-193-14/+10
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-103-27/+46
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-6/+3
* Eliminate the use of TS_TIMEOUT and ttstrt(). These are for handlingbde1995-07-311-15/+13
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-6/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-5/+5
* Move the inline code for waking up writers to a new functionbde1995-07-221-0/+4
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-3010-975/+975
* Fix benign type mismatches int console functions. dev_t was assumedbde1995-04-252-1/+38
OpenPOWER on IntegriCloud