summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2021-11-10s/configuraiton/configuration/ in comment.msaitoh
2021-09-28wsmouse: add support for "precision scrolling" events and (GET|SET)PARAMSnia
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-22wscons: add definitions for BÉPO, a standardized, Dvorak-style optimizednia
2021-06-07fix the NetBSD tag.christos
2021-06-07PR/56223: David Shao ^[]8;;^G make console unresponsive. From OpenBSD:christos
2021-06-01wsdisplay(4): Use C99 initializer for usl_syncops.riastradh
2021-05-16Try to guess attributes better.mlelstv
2021-05-16No need to check cell count.mlelstv
2021-05-11wscons: add support for the Neo 2 German keyboard layoutnia
2021-04-24add an ioctl() to get a list of fonts currently available via wsfontmacallan
2021-01-28fix logic botch from previous - if we're asked to draw the cursor somewheremacallan
2021-01-26- refactor vcons_cursor_noread() a bit so it works the same way as the othermacallan
2021-01-25clear the RI_CURSOR flag when we overwrite the cursor so we can skip clearingmacallan
2021-01-21introduce a putchar() based implementation of cursor() in order to avoidmacallan
2021-01-17Revert previous and introduce vcons_earlyinit, which is like vcons_initjmcneill
2021-01-17The change from config_interrupts to a kthread for VCONS_DRAW_INTR initjmcneill
2021-01-17Add appropriate memory barriers around sc_busy accesses. Fixes an issuejmcneill
2021-01-17trailing whitespacejmcneill
2021-01-16Instead of defining VCONS_DONT_READ as the raw value of 0x30, insteadjmcneill
2021-01-02be more careful when optimizing stretches of blanks into erasecols()macallan
2020-12-28provide (bug)compatibility with vga in WSDISPLAYIO_{PUT|GET}WSCHARmacallan
2020-12-27Explicitly include generated ioconf.h for struct cfdrivers.tsutsui
2020-12-25Use C99 designated initializers for struct consdev.tsutsui
2020-12-23fix tpyomacallan
2020-12-18Use sel{record,remove}_knote().thorpej
2020-11-21Fix previous and tag the right callout...mlelstv
2020-11-21Run callout without kernel lock, the softint itself is still protected.mlelstv
2020-10-29wscons(4): WSKBD_TYPE_PC_AT is automatically translated tonia
2020-10-17Correct KB_NEXT value. No impact since KB_NEXT isn't used anywhere.mlelstv
2020-08-29provide KB_APPLE layout variant which uses Command-F* to switch console screensmacallan
2020-07-13Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.nia
2020-07-13Canadian French keyboard layout for ukbd/pckbdnia
2020-07-13Add keyboard layout for Latin American Spanish to ukbd/pckbdnia
2020-07-12Add Icelandic keyboard layout to ukbd/pckbd.nia
2020-07-12Add Estonian layout as a variation of Swedish for ukbd and pckbdnia
2020-07-12Add support for the Brazilian keyboard layout to pckbd and ukbd.nia
2020-06-11Update for proplib(3) API changes.thorpej
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-04-04KNF (Format block comment)pgoyette
2020-04-04Make default protocol version used by wscons selectable and defaultmlelstv
2019-12-12Rather than keeping a separate mutex, condvar, and pserialize for eachpgoyette
2019-12-06localifymaxv
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-31When font is switched, not only putchar, but also other ri_ops can berin
2019-07-25Halt the old console on both cnattach and preattachjmcneill
2019-07-24Call cn_halt for old console in wsdisplay_preattach toojmcneill
2019-07-23Enable us to enter DDB from serial console when WSDISPLAY_MULTICONSrin
2019-07-23Call cn_halt on the old console devicejmcneill
2019-07-09Do not overflow int64_t on HP Spectre x360 13-inch ae019TUryoon