summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt
AgeCommit message (Expand)Author
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-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
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-01new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.comAaron Campbell
1999-05-24more buf oflowsAaron Campbell
1999-05-24fix buf oflowAaron Campbell
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-12builtin -> built-inAaron Campbell
1999-04-23correct keycap.pcvt pathTodd C. Miller
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-09$Log is uglyTheo de Raadt
1999-01-13RCSIdsNiklas Hallqvist
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-16Fix attribute handling. FromTobias Weingartner
1998-09-28Add Trident 9750Jason Downs
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-08-13Fix card list: Robert Earl <rearl@teleport.com>.Jason Downs
1998-08-10allow -d option to work with -c [change screen]Todd C. Miller
1998-08-10reflect realityTodd C. Miller
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-19COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well.Jason Downs
1998-07-14add "ctl" and "swap" sample keyboard mappings;Marco S Hyman
1998-07-12Fix for the new fast PII-400 machines. This makes them work, and does notTobias Weingartner
1998-07-12add .OsTheo de Raadt
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
1998-06-25Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvtTodd C. Miller
1998-06-16Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru>Todd C. Miller
1998-05-29protect from multiple define collisions w/ pccons.hMichael Shalayeff