summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2001-02-02Fix an uninitialized variable; henric@aimnet.comAaron Campbell
2001-02-01Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hookAaron Campbell
2001-01-31OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@Aaron Campbell
2001-01-31Some int -> u_long (I incorrectly converted paddr_t to int when porting this).Aaron Campbell
2001-01-30Pass the correct MUX type to wsmux_attach_sc().Aaron Campbell
2001-01-30- Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c.Aaron Campbell
2001-01-30WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn'tAaron Campbell
2001-01-19as the rest of our systems, make the most common key return ^? not ^H; agreed...Theo de Raadt
2000-11-24Better key repeat logic. When we're in repeat mode, with the exception ofAaron Campbell
2000-11-23Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races whenAaron Campbell
2000-11-15Make sure not to null deref the function pointer for the scrollback accessopAaron Campbell
2000-11-15Support console scrollback in wscons through a new "scrollback" accessop thatAaron Campbell
2000-11-15Add two command definitions for wscons scrollback support and link them toAaron Campbell
2000-11-15Brown is ugly.Aaron Campbell
2000-11-13Make this compile under OpenBSD.Aaron Campbell
2000-09-06Add support for smaller font, default 23point font is too large for 800x600Dale S. Rahn
2000-08-01no cn_bell yet; bad mickey, try #2Michael Shalayeff
2000-08-01no cn_bell yet; bad mickeyMichael Shalayeff
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ...Michael Shalayeff
2000-07-19Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution.Artur Grabowski
2000-07-05oops, late night typoMichael Shalayeff
2000-07-05new timeoutsMichael Shalayeff
2000-06-30.es kbd; from nbsdMichael Shalayeff
2000-06-30some more display types; from nbsdMichael Shalayeff
2000-05-16import newer wscons source from netbsd.Michael Shalayeff
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-11-21check for negative off in mmapNiklas Hallqvist
1998-08-15fix kbd generated NULs from CTRL-@ and CTRL-SPkstailey
1997-11-10use files.wsconsMichael Shalayeff
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks someth...kstailey
1997-07-31off by one in clear screen codekstailey
1997-07-31fix vi on console by not moving cursor when printing nullskstailey
1997-07-28insert char (for real)kstailey
1997-07-27arrgh! (sigh) (*sniffle*)kstailey
1997-07-10add insert char capability (and no bickering about it being ANSI 8c{)]kstailey
1997-04-08minor cleanup regarding forward scrolling usage, also only scroll one linemichaels
1997-04-08use a different, smaller font.michaels
1997-01-24Sync with NetBSD 961207Niklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist
1996-07-29Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling conventionNiklas Hallqvist
1996-06-18sync to 0616, retaining local diffsTheo de Raadt