summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2020-04-26Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.Ulf Brosziewski
2020-04-26Remove unused assignments.Ulf Brosziewski
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)Mark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-03-24Backout the rename, it was more confusing then helpful.anton
2020-03-24Remove a chatty debug printf (not enabled by default) in wskbdopen() andanton
2020-03-24Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the sameanton
2020-03-24Ensure that me_evp is still NULL before assignment during open of wsconsanton
2020-03-22Mark omissions of break statements as intentional.Ulf Brosziewski
2020-03-22zap trailing whitespaceanton
2020-03-03Add WSDISPLAY_TYPE_RKDRMMark Kettenis
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-10-13Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).Frederic Cambus
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-08-31Fix a bug of the tap-detection code.Ulf Brosziewski
2019-08-19Add a configuration option for reverse scrolling.Ulf Brosziewski
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha
2019-07-01Use timeout_add_msec(9)kn
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton
2019-05-11Add the colemak keyboard layout.Aaron Bieber
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-03-30Restrict the number of allowed wsmux devices, just like wskbd and wsmouseanton
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24Switch to precision scrolling in wstpad.Ulf Brosziewski
2019-03-24Add new event types for precision scrolling.Ulf Brosziewski
2019-03-16Clear the me_evp pointer after calling wsmux_do_close() as opposed ofanton
2019-03-02Limited the number of allowed stacked wsmux devices. A sufficiently long chainanton
2019-02-20When adding a wsmux device to an existing wsmux device usinganton
2019-02-19whitespace nitsanton
2019-02-19favor C99 initializers for improved grepability; ok mpi@anton