summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2021-09-22Prevent ucc keyboards from changing the wsmux keyboard layout.Anton Lindqvist
2021-09-20Changing the encoding of a ucc keyboard doesn't make sense as only oneAnton Lindqvist
2021-03-24Improve the tap detection mechanism.Ulf Brosziewski
2021-03-24Make tap detection less restrictive for multi-finger taps.Ulf Brosziewski
2021-03-21Include wstpad allocations when cleaning up wsmouse resources.Ulf Brosziewski
2021-03-12Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.Mark Kettenis
2021-03-03Add a configurable button mapping for tap gestures on touchpads.Ulf Brosziewski
2021-02-09ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itJoshua Stein
2021-01-09Revert mistaken commit: Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Stop wsmux_attach_sc race from anton@gnezdo
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onMark Kettenis
2020-09-13Fix various typos in wscons(4) comments.Frederic Cambus
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow theMark Kettenis
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingFrederic Cambus
2020-07-29Fix yet another panic in which wsevent_fini() ends up being called withanton
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-10Fix two out-of-bounds array accesses in ioctl code pats. One found byMark Kettenis