aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/pcvt
Commit message (Expand)AuthorAgeFilesLines
* Correct sleep priority.John Dyson1998-06-021-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-1/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+3
* Don't access "time" directly.Poul-Henning Kamp1998-03-291-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+2
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+3
* Make all the documented (in pcvt(4)) options supported options. WhileJoerg Wunsch1997-10-181-0/+3
* Update for changes in the callout interface.Justin T. Gibbs1997-09-212-14/+25
* Fix the broken VT_WAITACTIVE ioctl for the case where the third argJoerg Wunsch1997-09-141-15/+3
* Update select -> poll in drivers.Peter Wemm1997-09-141-1/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsBruce Evans1997-07-201-2/+2
* #include <machine/stdarg.h> in the one place in pcvt that it is usedBruce Evans1997-07-202-6/+6
* Removed a stray semicolon.Bruce Evans1997-07-201-1/+1
* Fixed typo in the set_keyboard_param().Kazutaka YOKOTA1997-04-221-1/+1
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-204-33/+24
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.Kazutaka YOKOTA1997-04-181-14/+17
* Use the same IOPL check as in syscons.Bruce Evans1997-04-142-7/+14
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-1/+1
* Fix a bogon in pcvt that caused a characterset designation to not takeJoerg Wunsch1997-03-073-23/+23
* Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2Joerg Wunsch1997-03-071-0/+8
* Move pcvt towards using kbdio (finally!).Joerg Wunsch1997-03-063-4/+381
* Fixed struct access bug and style bugs in previous revision. The sameBruce Evans1997-03-031-6/+7
* add the same fix to pcvt that I did to syscons. Make sure that the signalsJohn-Mark Gurney1997-03-021-3/+11
* Avoid touching the LEDs too early in the game. After the recentJoerg Wunsch1996-11-021-4/+0
* Fixed setting of the keyboard LEDs. For some keyboards and/or keyboardBruce Evans1996-10-141-11/+69
* Don't claim the console when the driver is disabled. The getc/putcBruce Evans1996-10-091-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-1/+1
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-107-10/+10
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-61/+0
* Fix two minor oddities introduced by my yesterday's patches:Joerg Wunsch1996-08-122-9/+15
* Fix many long-standing bugs and problems with pcvt, namely:Joerg Wunsch1996-08-104-19/+40
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butNate Williams1996-08-011-1/+1
* Clean up -Wunused warnings. Also clean up a -Winline warning while here.Gary Palmer1996-06-121-40/+41
* Oops, include opt_pcvt_hdr.h before the key value in it is used.Bruce Evans1996-04-131-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.Bruce Evans1996-04-111-0/+2
* Added DEVFS support to create ttyv* devicesMarc G. Fournier1996-03-281-2/+19
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-1/+1
* Convert DDB to new-style option.Garrett Wollman1996-01-041-0/+2
* Removed my devsw access functions [un]register_cdev() andBruce Evans1995-12-141-4/+8
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-3/+3
* Moved vm includes out of centralized headers again.Bruce Evans1995-12-102-3/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-1/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-0/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-062-4/+3