summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-11Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behaviorFederico G. Schwindt
2001-02-10sync w/ netbsd; aaron@ okMichael Shalayeff
2001-02-09Fix an uninitialized variable.Aaron Campbell
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron 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-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-05new timeoutsMichael Shalayeff
2000-05-16import newer wscons source from netbsd.Michael Shalayeff