summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt
AgeCommit message (Collapse)Author
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code..
1998-01-21doc keys; ian@darwinsys.comTheo de Raadt
1998-01-11scanset probing like pccons does; vons@usa.netTheo de Raadt
1998-01-04support Trident TVGA9440Theo de Raadt
1998-01-04quieter on bootTheo de Raadt
1998-01-04add TVGA9440Theo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1998-01-04prettyTheo de Raadt
1997-11-06oopsTheo de Raadt
1997-11-05flush tty queue when entering/exiting X; cgd & meTheo de Raadt
1997-10-01patch another version dependency. this one should be fixed right! XXXTheo de Raadt
1997-09-18set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0Theo de Raadt
when the device has not been opened yet.
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-06-30install libs mode 444 like other libskstailey
1997-06-17Use a blank screen screensaver by default (for energy-saver monitors).dm
1997-05-30add koi8 supportMichael Shalayeff
from Roman Palagin <romanp@mutant.mybody.ryazan.ru>
1997-05-29add S3 ViRGE detectMichael Shalayeff
1997-05-29-Wall w/ PCVT_EMU_MOUSEMichael Shalayeff
1997-05-22sync with sys/param.h changesTodd C. Miller
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
<wisner@gryphon.com>. Closes PR#180.
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-03-30Previous commit was in error, definition of MANDIR was correctTodd C. Miller
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk.
1997-03-30/usr/share/man/cat -> /usr/share/manTodd C. Miller
NetBSD PR #3401
1997-01-27select subsystem si_pid becomes si_selpid, to not conflict against ↵Theo de Raadt
user/kernel siginfo si_pid #define
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-21-Wall madness.Todd C. Miller
1996-12-04DESTDIR fixingTheo de Raadt
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-17One too much ifdef..Niklas Hallqvist
1996-10-04Make it compileable.Jason Downs
1996-09-21Added a swedish ISO 8859-1 keyboard map with national ISO 8859-1 characters.Mats O Jansson
The previous one used CP850 for national characters and not ISO 8859-1. -moj
1996-09-06remove keyboard randomness supply.Michael Shalayeff
not needed w/ adition of tty randomness.
1996-08-29rnd -> randomTheo de Raadt
1996-08-27curses! "you should call keypad()" is dumbTheo de Raadt
1996-08-19virtual terimals' name become ttyC*shawn
1996-08-17pcvt virtual terminal is now ttyC*shawn
1996-08-01 [Ctrl]+8 emits 9 on a kernel with PCVT; netbsd pr#2666; ↵Theo de Raadt
tacha@tera.fukui-med.ac.jp
1996-07-20add KOI-8 cyrillic fontsMichael Shalayeff
1996-07-18make pcvt recognize most S3 adapters up to dateshawn
1996-07-17nextbsd pr#2637 (and 2638): add cirrus gd5434.Jason Downs
1996-07-16pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.comTheo de Raadt
1996-06-16pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.eduTheo de Raadt
1996-06-11includes target for pcvt include fileTheo de Raadt
1996-06-11no need for a keycap database backupTheo de Raadt
1996-06-10syncTheo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-03missed from last commit.Michael Shalayeff
1996-06-03put all this stuff in /usr/sbin.Michael Shalayeff
include fed, it's now working w/ new curses.