summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2024-11-05The ability to attach a wsdisplay without a terminal emulator has beenMiod Vallat
2024-11-05Implement CSI s and CSI u to save and restore cursor position. These areMiod Vallat
2024-11-05Add support for CSI b control sequence (repeat last printed character) toMiod Vallat
2024-09-30remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3Jonathan Gray
2024-08-16Fix bounds checking in wsmux_getmux().Miod Vallat
2024-06-26return type on a dedicated line when declaring functionsJonathan Gray
2024-05-29indent with tabs not spaces; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-17Make sure `row' is not used uninitialized in wsmouse_matching().Miod Vallat
2024-04-13correct indentationJonathan Gray
2024-03-25Add 'ws_' prefix to 'wseventvar' structure members. No functionalVitaliy Makkoveev
2024-02-18Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctlAnton Lindqvist
2024-01-19Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use itMark Kettenis
2023-11-23now always needs sys/task.hTheo de Raadt
2023-11-22Add support for keyboard backlight hotkeys in wskbd and hook up macppc appleTobias Heider
2023-09-08Remove the remnants of the leftover selinfo from vnode(9) layer. JustVitaliy Makkoveev
2023-08-15Replace a bunch of (1 << 31) with (1U << 31)Miod Vallat
2023-08-02Minor changes to reduce differences between vt100 and sun emulations. NFCIMiod Vallat
2023-07-24Fix scan code value for print screen key.Miod Vallat
2023-07-24Make sure we do not increase the escape sequence argument count beyond usableMiod Vallat
2023-07-09Add suspend key support in wskbd and make it work on Apple ARM laptops.Tobias Heider
2023-07-06Clear knotes when finishing wseventvarVisa Hankala
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
2023-04-20add viogpu, a VirtIO GPU driverJoshua Stein
2023-04-13Catch up with box drawing characters which have been standardized in unicodeMiod Vallat
2023-03-06Correctly account the number of bytes processed when outputting UTF-8 encodedMiod Vallat
2023-03-06Replace old'n'wrong UTF-8 logic with a better one borrowed from Citrus;Miod Vallat
2023-02-26Add a few missing bounds checks when processing terminal escape sequences.Miod Vallat
2023-01-23Add Backtab key, based on a change from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-12Disable double width and height escape sequences under SMALL_KERNEL.Nicholas Marriott
2023-01-12free(NULL) has been allowed in the kernel since 5.4; remove checks.Miod Vallat
2023-01-12Add CBT (cursor back tab) sequence, from Crystal Kolipe kolipe.c atNicholas Marriott
2023-01-12Add aixterm bright colour sequences (SGR 90-97 and 100-107). FromNicholas Marriott
2023-01-12Add some missing cursor movement and scrolling escape sequences that areNicholas Marriott
2023-01-10Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup...Tobias Heider
2023-01-10rhe -> the from Crystal KolipeTheo Buehler
2023-01-09DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe.Nicholas Marriott
2023-01-09Correct length of replies to primary and secondary DAs so as not to sendNicholas Marriott
2022-11-26While emulating the bell, wsdisplay could end up sleeping when reachingAnton Lindqvist
2022-11-10Move the code handling brightness keys into a task, since withMatthieu Herrb
2022-10-16Fix a bug in the initialization mechanism of wsmouse.Ulf Brosziewski
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-08Display parameters exposed to userland as percentages (backlight, brightness,Miod Vallat
2022-07-05Remove old poll/select wakeup mechanism.Visa Hankala
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-20Fix console screen blanker setting timeout back to zeroGreg Steuck
2022-06-09Reorganize the handling of tap inputs.Ulf Brosziewski
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-16Currently, wskbd_set_mixervolume() only adjusts the volume of the firstAnton Lindqvist
2021-12-30Prevent a double free by assigning the new keymap and corresponding sizeAnton Lindqvist
2021-10-22One could end up with the wrong encoding in xenocara while having a uccAnton Lindqvist