Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-29 | - Add an ioctl to pcvt that adjusts the size of the scrollback buffer. | Aaron Campbell | |
- In scon(1), provide a -b option as an interface to this ioctl. | |||
1999-09-28 | - Reallocate scrollbuffer when changing linemodes, not loading fonts. | Aaron Campbell | |
- Now reallocate it when switching VTs, too, since different VTs may be in different linemodes. - Also, cut memory usage in half (thinko on my part in malloc calculation). | |||
1999-09-18 | fix an off-by-one error | Aaron Campbell | |
1999-09-08 | Remove PCVT_SCROLLBACK option and make it on by default. | Aaron Campbell | |
1999-09-06 | Add scrollback support to the pcvt (i386 only) console driver. | Aaron Campbell | |
Press LEFT_SHIFT+PGUP/PGDN to navigate. Number of buffered pages is currently only configurable by editing sys/arch/i386/isa/pcvt/pcvt_hdr.h and changing the SCROLLBACK_PAGES constant. You must add "option PCVT_SCROLLBACK" to your kernel config file to enable this support, or uncomment it from sys/arch/i386/conf/GENERIC. Known issues: - Few little buglets when switching line (font) or column modes in scon(1). - Can't hold down LEFT_SHIFT+PGUP/PGDN keys. This will be fixed... Idea from Linux, code by me. | |||
1998-09-28 | Add Trident 9750 | Jason Downs | |
1998-07-19 | COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well. | Jason Downs | |
1998-06-30 | In pccngetc, check that dev is not NODEV [NetBSD] | Todd C. Miller | |
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me] | |||
1998-06-25 | Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvt | Todd C. Miller | |
when we increase the OpenBSD version and our pcvt is now meaningfully diffable against the NetBSD one. | |||
1998-03-28 | complete TVGA 9660 support | Theo de Raadt | |
1998-03-28 | grok trident 9660 | Theo de Raadt | |
1998-01-04 | support Trident TVGA9440 | Theo de Raadt | |
1997-05-29 | add S3 ViRGE detect | Michael Shalayeff | |
1997-04-15 | support more S3 chipsets. done by comparing against SuperCode; | Theo de Raadt | |
wisner@gryphon.com | |||
1996-11-07 | Conditinally unused variable (-Wall fix) | Niklas Hallqvist | |
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-05-07 | fix that fillw's stuff again. | Michael Shalayeff | |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1995-11-13 | from netbsd: | Theo de Raadt | |
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |