Age | Commit message (Expand) | Author |
2023-04-20 | add viogpu, a VirtIO GPU driver | Joshua Stein |
2023-04-13 | Catch up with box drawing characters which have been standardized in unicode | Miod Vallat |
2023-03-06 | Correctly account the number of bytes processed when outputting UTF-8 encoded | Miod Vallat |
2023-03-06 | Replace old'n'wrong UTF-8 logic with a better one borrowed from Citrus; | Miod Vallat |
2023-02-26 | Add a few missing bounds checks when processing terminal escape sequences. | Miod Vallat |
2023-01-23 | Add Backtab key, based on a change from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2023-01-12 | Disable double width and height escape sequences under SMALL_KERNEL. | Nicholas Marriott |
2023-01-12 | free(NULL) has been allowed in the kernel since 5.4; remove checks. | Miod Vallat |
2023-01-12 | Add CBT (cursor back tab) sequence, from Crystal Kolipe kolipe.c at | Nicholas Marriott |
2023-01-12 | Add aixterm bright colour sequences (SGR 90-97 and 100-107). From | Nicholas Marriott |
2023-01-12 | Add some missing cursor movement and scrolling escape sequences that are | Nicholas Marriott |
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 |
2023-01-09 | DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe. | Nicholas Marriott |
2023-01-09 | Correct length of replies to primary and secondary DAs so as not to send | Nicholas Marriott |
2022-11-26 | While emulating the bell, wsdisplay could end up sleeping when reaching | Anton Lindqvist |
2022-11-10 | Move the code handling brightness keys into a task, since with | Matthieu Herrb |
2022-10-16 | Fix a bug in the initialization mechanism of wsmouse. | Ulf Brosziewski |
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-06-09 | Reorganize the handling of tap inputs. | Ulf Brosziewski |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-16 | Currently, wskbd_set_mixervolume() only adjusts the volume of the first | Anton Lindqvist |
2021-12-30 | Prevent a double free by assigning the new keymap and corresponding size | Anton Lindqvist |
2021-10-22 | One could end up with the wrong encoding in xenocara while having a ucc | Anton Lindqvist |
2021-09-22 | Prevent ucc keyboards from changing the wsmux keyboard layout. | Anton Lindqvist |
2021-09-20 | Changing the encoding of a ucc keyboard doesn't make sense as only one | Anton Lindqvist |
2021-03-24 | Improve the tap detection mechanism. | Ulf Brosziewski |
2021-03-24 | Make tap detection less restrictive for multi-finger taps. | Ulf Brosziewski |
2021-03-21 | Include wstpad allocations when cleaning up wsmouse resources. | Ulf Brosziewski |
2021-03-12 | Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support. | Mark Kettenis |
2021-03-03 | Add a configurable button mapping for tap gestures on touchpads. | Ulf Brosziewski |
2021-02-09 | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it | Joshua Stein |
2021-01-09 | Revert mistaken commit: Stop wsmux_attach_sc race from anton@ | gnezdo |
2021-01-09 | Stop wsmux_attach_sc race from anton@ | gnezdo |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-06 | Fix yet another wscons race. In the same subsystem, the following | anton |
2020-11-02 | Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4). | tobhe |
2020-10-01 | Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on | Mark Kettenis |
2020-09-13 | Fix various typos in wscons(4) comments. | Frederic Cambus |
2020-09-03 | The "USL" VT switch and keyboard ioctls are a hack and don't follow the | Mark Kettenis |
2020-08-05 | Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing | Frederic Cambus |
2020-07-29 | Fix yet another panic in which wsevent_fini() ends up being called with | anton |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
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 |