| Commit message (Expand) | Author | Age | Files | Lines |
* | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). |  mpi | 2015-09-10 | 5 | -5/+99 |
* | sizes for free(); checked by semarie |  deraadt | 2015-09-08 | 2 | -14/+13 |
* | Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour to |  miod | 2015-09-05 | 1 | -1/+13 |
* | Modify kernel to prepare boot from UEFI. |  yasuoka | 2015-08-30 | 1 | -1/+2 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 4 | -8/+8 |
* | When changing screen saver parameters with wsconsctl (or any other way to |  miod | 2015-05-08 | 1 | -42/+69 |
* | remove a surplus tab |  jsg | 2015-05-07 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 8 | -16/+8 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | Define a new wscons mouse type for Synaptics clickpad devices that lack |  jsg | 2015-01-15 | 1 | -1/+2 |
* | use mallocarray() when reallocating the mux table |  deraadt | 2015-01-11 | 1 | -3/+3 |
* | unnecessary cast |  deraadt | 2015-01-11 | 1 | -2/+2 |
* | WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore. |  shadchin | 2014-12-21 | 1 | -6/+2 |
* | WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore. |  shadchin | 2014-12-21 | 1 | -4/+2 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -2/+4 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -2/+2 |
* | Stop supporting wsmoused and X in parallel. This code is racy and |  mpi | 2014-10-27 | 3 | -182/+15 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 2 | -4/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 9 | -27/+27 |
* | It's init as a process that's special, not init's original thread. |  guenther | 2014-07-11 | 1 | -2/+2 |
* | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory |  mpi | 2014-05-15 | 2 | -5/+5 |
* | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, |  shadchin | 2014-05-14 | 2 | -30/+27 |
* | Plug a memory leak, free the keymap's memory on detach. |  mpi | 2014-05-05 | 1 | -1/+3 |
* | For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to |  guenther | 2014-04-18 | 1 | -11/+11 |
* | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux |  miod | 2014-01-26 | 6 | -62/+111 |
* | CIRCLEQ begone. |  krw | 2013-12-02 | 2 | -15/+15 |
* | Distinguish between inteldrm and radeondrm. |  kettenis | 2013-11-17 | 1 | -2/+3 |
* | Convert wskbd_set_mixervolume() to use a task internally instead of |  mpi | 2013-11-04 | 1 | -9/+5 |
* | Better defaults for the screen burner settings: all unblank actions enabled, |  miod | 2013-11-04 | 2 | -5/+6 |
* | Fix jagged diagonal lines (kernel part) |  shadchin | 2013-10-30 | 2 | -10/+7 |
* | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the |  miod | 2013-10-20 | 2 | -12/+7 |
* | Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0). |  miod | 2013-10-20 | 1 | -3/+7 |
* | WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@ |  miod | 2013-10-20 | 1 | -1/+2 |
* | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation |  miod | 2013-10-18 | 15 | -373/+1358 |
* | Add a conditional to disable most of the `abort state' code in the emulation |  miod | 2013-10-18 | 2 | -2/+17 |
* | Introduce a dedicated private header file to control the optional features |  miod | 2013-10-18 | 6 | -63/+74 |
* | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for |  kettenis | 2013-08-20 | 1 | -1/+20 |
* | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g |  kettenis | 2013-07-06 | 2 | -4/+4 |
* | Add submatch function for use with config_found_sm(9). |  kettenis | 2013-07-05 | 2 | -2/+17 |
* | Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *. |  miod | 2013-06-16 | 1 | -5/+5 |
* | When we disable the burner when X is running, also set sc_burnout to 0 to |  kettenis | 2013-06-15 | 1 | -3/+7 |
* | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 2013-06-11 | 1 | -5/+5 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -17/+18 |
* | In wsdisplay_switchtoconsole(), make sure we really are the console before |  kettenis | 2013-05-12 | 1 | -2/+2 |
* | Add escape codes for F21 to F24, continuing the existing sequence. Note that |  miod | 2013-04-14 | 1 | -3/+7 |
* | Make it possible to call wsdisplay_cnattach() to override an already attached |  kettenis | 2013-03-10 | 1 | -3/+3 |
* | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, |  ratchov | 2013-01-06 | 1 | -3/+3 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 2 | -5/+2 |
* | Add support for Elantech touchpads to pms(4). This allows the X synaptics(4) |  stsp | 2012-10-29 | 1 | -1/+2 |
* | #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 |  jsg | 2012-10-17 | 1 | -2/+2 |