Age | Commit message (Expand) | Author |
2024-11-05 | The ability to attach a wsdisplay without a terminal emulator has been | Miod Vallat |
2024-09-30 | remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3 | Jonathan Gray |
2023-01-10 | Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup... | Tobias Heider |
2023-01-10 | rhe -> the from Crystal Kolipe | Theo Buehler |
2022-11-26 | While emulating the bell, wsdisplay could end up sleeping when reaching | Anton Lindqvist |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-08 | Display parameters exposed to userland as percentages (backlight, brightness, | Miod Vallat |
2022-07-05 | Remove old poll/select wakeup mechanism. | Visa Hankala |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-20 | Fix console screen blanker setting timeout back to zero | Greg Steuck |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2021-02-09 | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it | Joshua Stein |
2020-08-05 | Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing | Frederic Cambus |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-10 | Fix two out-of-bounds array accesses in ioctl code pats. One found by | Mark Kettenis |
2020-04-26 | Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated. | Ulf Brosziewski |
2020-04-19 | Move logic to change brightness level in reasonable steps from acpivout(4) | Mark Kettenis |
2020-03-22 | zap trailing whitespace | anton |
2019-10-13 | Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4). | Frederic Cambus |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2019-07-01 | Use timeout_add_msec(9) | kn |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-17 | Add sizes for free() in wscons(4). | Frederic Cambus |
2017-07-19 | Fix previous commit; check the enter_ddb function pointer instead of the | Mark Kettenis |
2017-07-19 | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass | Mark Kettenis |
2017-07-18 | Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl. | Mark Kettenis |
2017-01-11 | Use explicit_bzero() to wipe copybuffer when logging out of the console. | Frederic Cambus |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2015-09-08 | sizes for free(); checked by semarie | Theo de Raadt |
2015-05-08 | When changing screen saver parameters with wsconsctl (or any other way to | Miod Vallat |
2015-05-07 | remove a surplus tab | Jonathan Gray |
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-14 | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, | Alexandr Shadchin |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the | Miod Vallat |
2013-10-20 | Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0). | Miod Vallat |
2013-10-18 | UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation | Miod Vallat |
2013-10-18 | Introduce a dedicated private header file to control the optional features | Miod Vallat |
2013-07-06 | s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g | Mark Kettenis |
2013-07-05 | Add submatch function for use with config_found_sm(9). | Mark Kettenis |
2013-06-15 | When we disable the burner when X is running, also set sc_burnout to 0 to | Mark Kettenis |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-12 | In wsdisplay_switchtoconsole(), make sure we really are the console before | Mark Kettenis |
2013-03-10 | Make it possible to call wsdisplay_cnattach() to override an already attached | Mark Kettenis |
2012-07-13 | Try to avoid using the same wchan name twice. | Theo de Raadt |
2011-07-03 | Fix return values of wsdisplaykqfilter and move some code so it matches | Nicholas Marriott |