Age | Commit message (Expand) | Author |
2002-05-20 | Do not blindly call wsdisplay routines if no wsdisplay device is active | Miod Vallat |
2002-04-30 | cdev_decl is done in conf.h, do not dupe here | Michael Shalayeff |
2002-04-05 | protect another use of wskbd_repeat with #if NWSDISPLAY > 0 | Jason Wright |
2002-03-30 | fix two evil bugs: | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-10-30 | do not allow setting autorepeat delays causing zero timeouts later. | Michael Shalayeff |
2001-10-25 | If the console keyboard goes away, reinit wskbd_console_device. | Dale Rahn |
2001-09-30 | add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin <... | Michael Shalayeff |
2001-09-26 | Connect USB keyboards to the display after attaching, no longer requiring | joshua stein |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-06-11 | good when it compiles | Michael Shalayeff |
2001-06-11 | follow x11 behaviour wrt caps^shift, even i like it this way, but deraadtified | Michael Shalayeff |
2001-06-09 | Set sc_dying in wskbd_detach, otherwise it's pointless. | Aaron Campbell |
2001-06-09 | Remove sc_ready from the softc, we can just test sc_events.io instead. | Aaron Campbell |
2001-06-09 | Allow wskbd_cngetc() to return any key pressed, not just ones in the ASCII | Aaron Campbell |
2001-06-08 | and add a note on result value importance | Michael Shalayeff |
2001-06-08 | invert caps w/ shifts, also cleanup the whole routine; pointed out by pvalche... | Michael Shalayeff |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-04-18 | Oops -- adjust the comment as well. | Aaron Campbell |
2001-04-18 | Set the default bell pitch to 400, like X. | Aaron Campbell |
2001-04-09 | Honor the db_console sysctl variable, like PCVT did. | Aaron Campbell |
2001-03-30 | Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a mux | Aaron Campbell |
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell |
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell |
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell |
2001-01-30 | - Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c. | Aaron Campbell |
2001-01-30 | WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn't | Aaron Campbell |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell |
2000-11-15 | Support console scrollback in wscons through a new "scrollback" accessop that | Aaron Campbell |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ... | Michael Shalayeff |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff |