Age | Commit message (Expand) | Author |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat |
2003-02-12 | in async mode, send SIGIO to the process group of the process that | Matthieu Herrb |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat |
2003-02-11 | Define an HIL wscons keyboard type. | Miod Vallat |
2003-02-05 | wsdisplay type for sti | Michael Shalayeff |
2003-01-04 | Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net. | Mats O Jansson |
2003-01-04 | Add support for turkish keyboard from Berk Demir bdd at ieee dot org. | Mats O Jansson |
2002-12-23 | Repair minor indentation problem. | Miod Vallat |
2002-11-23 | New identifier for dutch keyboard layout. | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-23 | Fix the extra cursor image remaining in the upper left corner of the | Miod Vallat |
2002-09-15 | Add missing translations for End, Ins and f11-f12, indent the switch a bit | Federico G. Schwindt |
2002-09-09 | Rework the wsemul_sun behaviour, and add color support, from the current | Miod Vallat |
2002-09-05 | Do not print the ASCII_ESC character. | Jason Wright |
2002-08-29 | Produce the same escape codes as SunOS with the L function keys in console. | Miod Vallat |
2002-08-29 | Define new wscons symbols for the L function keys found on Sun keyboards, | Miod Vallat |
2002-08-26 | now that none of the keyboard maps map anything into | Michael Shalayeff |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat |
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod Vallat |
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat |
2002-07-01 | repair burner after X, as seen on misc@; from grange@ | Michael Shalayeff |
2002-06-29 | Add Brazilian keymap (iso275). Create by me and tested by | Mats O Jansson |
2002-06-29 | Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>. | Mats O Jansson |
2002-06-11 | Fix, s/pci_sel/pcisel | Jason Wright |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb |
2002-06-08 | Disable the screen burner if it is enabled and X starts, and reinable upon | Dale Rahn |
2002-06-07 | Add wsconsctl recognition support for adb keyboard. | Dale Rahn |
2002-05-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt |
2002-05-29 | Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5). | Mats O Jansson |
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 |