summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2001-04-18Oops -- adjust the comment as well.Aaron Campbell
2001-04-18Set the default bell pitch to 400, like X.Aaron Campbell
2001-04-17During a mouse motion event, inverse the new mouse position first, then theAaron Campbell
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-16Don't remove the mouse cursor when output occurs on a virtual terminal differentjbm
2001-04-14KNFAaron Campbell
2001-04-14Remove non-portable sysbeep calls; deraadt@Aaron Campbell
2001-04-14Remove some static.Aaron Campbell
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-04-09Honor the db_console sysctl variable, like PCVT did.Aaron Campbell
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
2001-03-14Back out order change in conf.c and priority change in wscons_machdep.cTodd C. Miller
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-08Make struct wscons_keydesc public. To make it possible for kbd(1) toMats O Jansson
2001-03-07C requires labels to be followed by statements; from NetBSD.Aaron Campbell
2001-03-07Instead of panic'ing when an ESC is found in kernel output, print a warningAaron Campbell
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-03-01Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this byAaron Campbell
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-03-01Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by theAaron Campbell
2001-02-28Add ability to get display width in bytes for display memory, thisDale Rahn
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-20default to kernel messages blueTheo de Raadt
2001-02-18Fix an uninitialized variable which could cause corruption of the userAaron Campbell
2001-02-13default more wscons optionsTheo de Raadt
2001-02-11$OpenBSD$Federico G. Schwindt
2001-02-11Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). OnlyAaron 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
2001-02-05WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR()Matthieu Herrb
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