Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo 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-21 | doc keys; ian@darwinsys.com | Theo de Raadt | |
1998-01-11 | scanset probing like pccons does; vons@usa.net | Theo de Raadt | |
1998-01-04 | support Trident TVGA9440 | Theo de Raadt | |
1998-01-04 | quieter on boot | Theo de Raadt | |
1998-01-04 | add TVGA9440 | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1998-01-04 | pretty | Theo de Raadt | |
1997-11-06 | oops | Theo de Raadt | |
1997-11-05 | flush tty queue when entering/exiting X; cgd & me | Theo de Raadt | |
1997-10-01 | patch another version dependency. this one should be fixed right! XXX | Theo de Raadt | |
1997-09-18 | set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0 | Theo de Raadt | |
when the device has not been opened yet. | |||
1997-07-25 | Typo (from NetBSD #2622) | Tobias Weingartner | |
1997-06-30 | install libs mode 444 like other libs | kstailey | |
1997-06-17 | Use a blank screen screensaver by default (for energy-saver monitors). | dm | |
1997-05-30 | add koi8 support | Michael Shalayeff | |
from Roman Palagin <romanp@mutant.mybody.ryazan.ru> | |||
1997-05-29 | add S3 ViRGE detect | Michael Shalayeff | |
1997-05-29 | -Wall w/ PCVT_EMU_MOUSE | Michael Shalayeff | |
1997-05-22 | sync with sys/param.h changes | Todd C. Miller | |
1997-05-04 | Add newer S3 chipsets that pcvt supports. Fix from William Wisner | Todd C. Miller | |
<wisner@gryphon.com>. Closes PR#180. | |||
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd 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/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-01-27 | select subsystem si_pid becomes si_selpid, to not conflict against ↵ | Theo de Raadt | |
user/kernel siginfo si_pid #define | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-21 | -Wall madness. | Todd C. Miller | |
1996-12-04 | DESTDIR fixing | Theo de Raadt | |
1996-11-07 | Conditinally unused variable (-Wall fix) | Niklas Hallqvist | |
1996-10-27 | Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr> | Todd C. Miller | |
1996-10-17 | One too much ifdef.. | Niklas Hallqvist | |
1996-10-04 | Make it compileable. | Jason Downs | |
1996-09-21 | Added 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-06 | remove keyboard randomness supply. | Michael Shalayeff | |
not needed w/ adition of tty randomness. | |||
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-27 | curses! "you should call keypad()" is dumb | Theo de Raadt | |
1996-08-19 | virtual terimals' name become ttyC* | shawn | |
1996-08-17 | pcvt 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-20 | add KOI-8 cyrillic fonts | Michael Shalayeff | |
1996-07-18 | make pcvt recognize most S3 adapters up to date | shawn | |
1996-07-17 | nextbsd pr#2637 (and 2638): add cirrus gd5434. | Jason Downs | |
1996-07-16 | pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.com | Theo de Raadt | |
1996-06-16 | pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.edu | Theo de Raadt | |
1996-06-11 | includes target for pcvt include file | Theo de Raadt | |
1996-06-11 | no need for a keycap database backup | Theo de Raadt | |
1996-06-10 | sync | Theo de Raadt | |
1996-06-10 | tty_attach() | Theo de Raadt | |
1996-06-03 | missed from last commit. | Michael Shalayeff | |
1996-06-03 | put all this stuff in /usr/sbin. | Michael Shalayeff | |
include fed, it's now working w/ new curses. |