Age | Commit message (Expand) | Author |
2002-05-22 | add WSDISPLAY_TYPE_SUNFFB | Jason Wright |
2002-05-20 | Do not blindly call wsdisplay routines if no wsdisplay device is active | Miod Vallat |
2002-05-05 | fix panic triggered by using a 3.0 wsmoused on a 3.1 kernel, by | Matthieu Herrb |
2002-04-30 | charClass is const and kill lotsa spaces | Michael Shalayeff |
2002-04-30 | cdev_decl is done in conf.h, do not dupe here | Michael Shalayeff |
2002-04-09 | better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt> | Michael Shalayeff |
2002-04-05 | protect another use of wskbd_repeat with #if NWSDISPLAY > 0 | Jason Wright |
2002-04-04 | lithuanian kbdmap, made from the script at http://open.bsd.lt | Michael Shalayeff |
2002-03-31 | add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode is | Jason Wright |
2002-03-30 | fix two evil bugs: | Michael Shalayeff |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm |
2002-03-16 | skip absent screens; from leonardo@cefetpr.br | Michael Shalayeff |
2002-03-14 | initialized data cannot be common, dunno how it compiled before | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-16 | Add a sun keyboard type | Jason Wright |
2002-01-11 | Get order of operations correct so that we clear the wsmux array and | Jason Wright |
2002-01-03 | define a new wsemul_sun attribute and add it to the sparc64 framebuffers | Jason Wright |
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt |
2001-11-26 | allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
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-10-04 | supply entropy from here | Michael Shalayeff |
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-09-04 | .ua keyboard; from Igor Grabin <violent@death.kiev.ua> | Michael Shalayeff |
2001-08-29 | less defines | Michael Shalayeff |
2001-08-29 | make set/get screen work now | Michael Shalayeff |
2001-08-14 | One char was wrong. -moj | Mats O Jansson |
2001-08-14 | Allow latin-1 chars. -moj | Mats O Jansson |
2001-08-14 | add missing latin-1 chars. -moj | Mats O Jansson |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff |
2001-06-13 | add portuguese kbd map; from pmsac <pmsac@netcabo.pt> | Michael Shalayeff |
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 | swiss french keyboard; from Mathias Schmocker <smat@acm.org> | Michael Shalayeff |
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-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |