| Commit message (Expand) | Author | Age | Files | Lines |
* | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it |  jcs | 2021-02-09 | 1 | -1/+9 |
* | Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing |  fcambus | 2020-08-05 | 1 | -4/+9 |
* | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 1 | -6/+6 |
* | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 1 | -2/+2 |
* | Fix two out-of-bounds array accesses in ioctl code pats. One found by |  kettenis | 2020-05-10 | 1 | -2/+2 |
* | Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated. |  bru | 2020-04-26 | 1 | -5/+5 |
* | Move logic to change brightness level in reasonable steps from acpivout(4) |  kettenis | 2020-04-19 | 1 | -1/+113 |
* | zap trailing whitespace |  anton | 2020-03-22 | 1 | -2/+2 |
* | Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4). |  fcambus | 2019-10-13 | 1 | -4/+5 |
* | Move ws_get_param/ws_set_param into wsdisplay code. |  kettenis | 2019-10-13 | 1 | -1/+9 |
* | Use timeout_add_msec(9) |  kn | 2019-07-01 | 1 | -12/+12 |
* | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) |  kettenis | 2019-05-04 | 1 | -2/+13 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Add sizes for free() in wscons(4). |  fcambus | 2018-01-17 | 1 | -2/+2 |
* | Fix previous commit; check the enter_ddb function pointer instead of the |  kettenis | 2017-07-19 | 1 | -2/+2 |
* | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass |  kettenis | 2017-07-19 | 1 | -1/+25 |
* | Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl. |  kettenis | 2017-07-18 | 1 | -1/+5 |
* | Use explicit_bzero() to wipe copybuffer when logging out of the console. |  fcambus | 2017-01-11 | 1 | -2/+2 |
* | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 2016-11-07 | 1 | -2/+2 |
* | sizes for free(); checked by semarie |  deraadt | 2015-09-08 | 1 | -10/+9 |
* | 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 |
* | Stop supporting wsmoused and X in parallel. This code is racy and |  mpi | 2014-10-27 | 1 | -169/+13 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -8/+8 |
* | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, |  shadchin | 2014-05-14 | 1 | -28/+25 |
* | Better defaults for the screen burner settings: all unblank actions enabled, |  miod | 2013-11-04 | 1 | -3/+4 |
* | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the |  miod | 2013-10-20 | 1 | -10/+5 |
* | Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0). |  miod | 2013-10-20 | 1 | -3/+7 |
* | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation |  miod | 2013-10-18 | 1 | -12/+8 |
* | Introduce a dedicated private header file to control the optional features |  miod | 2013-10-18 | 1 | -32/+27 |
* | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g |  kettenis | 2013-07-06 | 1 | -2/+2 |
* | Add submatch function for use with config_found_sm(9). |  kettenis | 2013-07-05 | 1 | -1/+15 |
* | When we disable the burner when X is running, also set sc_burnout to 0 to |  kettenis | 2013-06-15 | 1 | -3/+7 |
* | 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 |
* | Make it possible to call wsdisplay_cnattach() to override an already attached |  kettenis | 2013-03-10 | 1 | -3/+3 |
* | Try to avoid using the same wchan name twice. |  deraadt | 2012-07-13 | 1 | -2/+2 |
* | Fix return values of wsdisplaykqfilter and move some code so it matches |  nicm | 2011-07-03 | 1 | -7/+7 |
* | a bit more ansi; ok tedu |  deraadt | 2011-06-23 | 1 | -3/+3 |
* | Change wsdisplay_kbdinput() to get an aray of keysym_t and a count, instead of |  miod | 2010-11-20 | 1 | -14/+27 |
* | Move common code for waking up writers on a tty into a function. |  nicm | 2010-07-02 | 1 | -8/+2 |
* | Make it possible to get the screen types and emulations for a wsdisplay. |  maja | 2010-07-01 | 1 | -2/+24 |
* | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 2010-06-28 | 1 | -2/+2 |
* | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 2010-04-12 | 1 | -3/+3 |
* | Prevent the apmd/x races for good. |  oga | 2010-03-30 | 1 | -1/+111 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | KNOTE() after selwakeup(); ok miod |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | Use suser when possible. Suggested by miod@. |  fgsch | 2009-10-31 | 1 | -2/+2 |
* | Correctly empty the tty rings in wsdisplaystart() if the display is |  miod | 2009-09-14 | 1 | -3/+5 |