summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-01noone needs to see this anymoreTheo de Raadt
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-27Shorten printf() strings, KNF, and fix a braino in a switch() statement.Aaron Campbell
1999-11-26switch_screen() takes three arguments, not two; d@Aaron Campbell
1999-11-26undo damage by aaron. what is it with you guys? 4 people (matthieu,Theo de Raadt
1999-11-25sloppy aaronTheo de Raadt
1999-11-25Whoops, didn't mean to step on espie's toes. Also restore some commentsAaron Campbell
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-11-20ioctl arguments are u_long.Marc Espie
1999-11-18more untested MLINKSTheo de Raadt
1999-11-18fix .DtEric Jackson
1999-11-17add MLINKsTodd C. Miller
1999-11-16- Teach vt_cuu (cursor up) about scrollback. Cursor down is much harder...Aaron Campbell
1999-10-26Update my copyright.Jason Downs
1999-10-20special character handling; aaronTheo de Raadt
1999-10-16- Add support for a traditional PC display (16 colors and use the standard IBMAaron Campbell
1999-10-07Document ALT+F12, stress LEFT_SHIFT+PGUP/PGDN and point to machdep.kbdresetWim Vandeputte
1999-10-07Add -b (scrollback) to usage() -- OK aaron@Wim Vandeputte
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-06y2k related fixes; from netbsd, work by fgsch/ivanTheo de Raadt
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-10-01Update the man page to reflect reality.Aaron Campbell
1999-09-29Fix a typo in previous commit.Aaron Campbell
1999-09-29- Add an ioctl to pcvt that adjusts the size of the scrollback buffer.Aaron Campbell
1999-09-29Reallocate our scrollback buffer when switching 132/80 column modes, too.Aaron Campbell
1999-09-28- Reallocate scrollbuffer when changing linemodes, not loading fonts.Aaron Campbell
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-23Typo fixes.Alex Feldman
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-18fix an off-by-one errorAaron Campbell
1999-09-14Document scrollback support.Aaron Campbell
1999-09-14When switching line modes (i.e., by bringing in new character sets viaAaron Campbell
1999-09-11add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low par...Michael Shalayeff
1999-09-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-06Add scrollback support to the pcvt (i386 only) console driver.Aaron Campbell
1999-08-22Add noop MOUSEIOCSCOOKED and ENODEV MOUSEIOCSRAW ioctls, as suggested byJason Downs
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1999-07-14Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what youTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-08same here..Theo de Raadt
1999-07-08flesh out .DtTheo de Raadt
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell