| Commit message (Expand) | Author | Age | Files | Lines |
* | WSDISPLAY_COMPAT_RAWKBD support for hilkbd. |  miod | 2005-01-18 | 1 | -0/+165 |
* | Display driver for zaurus, PXALCD requested and ok miod@ |  drahn | 2005-01-17 | 1 | -1/+2 |
* | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. |  miod | 2005-01-14 | 1 | -2/+7 |
* | Add type for zaurus, ok miod@ |  drahn | 2005-01-14 | 1 | -1/+2 |
* | correct indent |  deraadt | 2004-12-25 | 1 | -2/+2 |
* | vt100 wscons crashes restoring cursor if it had never been saved before. |  miod | 2004-12-23 | 2 | -2/+6 |
* | Fix crash due to wrong argument in the (almost useless) DECRQUPSS escape |  miod | 2004-12-23 | 1 | -2/+2 |
* | Reliability fix, from NetBSD: |  miod | 2004-12-23 | 1 | -18/+25 |
* | Better granularity between wsmouse support and wsmoused support, as one |  miod | 2004-11-05 | 1 | -18/+24 |
* | Only compile the mouse pasting code if wsmouse is configured in the kernel; |  miod | 2004-11-04 | 1 | -8/+25 |
* | Do not retrigger the screen blanker if one change its settings through |  miod | 2004-09-21 | 1 | -2/+3 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 3 | -13/+6 |
* | Remove unneeded dependency on wscons_raster.h |  miod | 2004-06-05 | 2 | -4/+2 |
* | Define wscons device ids for the Luna devices. |  miod | 2004-04-24 | 1 | -1/+4 |
* | Most of the non-US keyboard layouts define an ``AltGr'' key to access up |  miod | 2004-04-05 | 1 | -13/+29 |
* | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists |  deraadt | 2004-04-02 | 6 | -42/+6 |
* | Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si). |  miod | 2004-03-16 | 1 | -3/+17 |
* | Caps lock should only affect the letter keys, rather than enforcing a shift |  miod | 2004-03-14 | 1 | -3/+11 |
* | indent |  deraadt | 2004-03-10 | 1 | -6/+6 |
* | Allow the screen blanker to be disabled; PR#3123 |  miod | 2004-03-09 | 1 | -4/+11 |
* | Define a wsdisplay type for rfx; ok deraadt@ |  miod | 2004-03-01 | 1 | -1/+2 |
* | kbd_reset can work on amd64 too |  deraadt | 2004-02-27 | 1 | -2/+2 |
* | Do not check for end of line too early, as this will confuse the cursor |  miod | 2004-02-24 | 1 | -32/+11 |
* | Fix for gcc3 compilation suggested by miod@: use temporary variable |  grange | 2003-12-06 | 1 | -10/+22 |
* | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for |  miod | 2003-10-03 | 1 | -3/+1 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 4 | -9/+9 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 2 | -5/+5 |
* | Add signal number sanity checking to usl_sync_init(). This is not |  millert | 2003-08-11 | 1 | -1/+4 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 2003-08-06 | 1 | -3/+3 |
* | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 |  miod | 2003-06-17 | 1 | -1/+2 |
* | Provide more "dead_symbol + space -> symbol" entries in the compose table; |  miod | 2003-06-16 | 1 | -1/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 9 | -54/+18 |
* | The ramdac's hater club is proud to present new yet another SBus frame |  miod | 2003-05-14 | 1 | -1/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 2 | -5/+5 |
* | add a whole bunch of display types (will be used by the accelerated X |  jason | 2003-03-28 | 1 | -1/+12 |
* | initialize error |  tedu | 2003-02-23 | 1 | -5/+3 |
* | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage |  miod | 2003-02-16 | 1 | -1/+2 |
* | in async mode, send SIGIO to the process group of the process that |  matthieu | 2003-02-12 | 1 | -2/+2 |
* | Define a wsmouse type for HIL mice. |  miod | 2003-02-12 | 1 | -1/+2 |
* | Define an HIL wscons keyboard type. |  miod | 2003-02-11 | 1 | -2/+3 |
* | wsdisplay type for sti |  mickey | 2003-02-05 | 1 | -1/+2 |
* | Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net. |  maja | 2003-01-04 | 1 | -2/+25 |
* | Add support for turkish keyboard from Berk Demir bdd at ieee dot org. |  maja | 2003-01-04 | 1 | -3/+16 |
* | Repair minor indentation problem. |  miod | 2002-12-23 | 1 | -8/+8 |
* | New identifier for dutch keyboard layout. |  miod | 2002-11-23 | 1 | -2/+4 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 3 | -7/+7 |
* | Fix the extra cursor image remaining in the upper left corner of the |  miod | 2002-09-23 | 1 | -3/+6 |
* | Add missing translations for End, Ins and f11-f12, indent the switch a bit |  fgsch | 2002-09-15 | 1 | -20/+30 |
* | Rework the wsemul_sun behaviour, and add color support, from the current |  miod | 2002-09-09 | 1 | -148/+312 |
* | Do not print the ASCII_ESC character. |  jason | 2002-09-05 | 1 | -6/+3 |