| Age | Commit message (Expand) | Author |
| 2023-02-15 | dev/wscons/wsdisplay_vcons.c: Sprinkle KNF. | riastradh |
| 2023-02-14 | add flags for drivers to requesr R2L bit/byte-ordered fonts, default to | macallan |
| 2023-02-14 | make vcons_putchar_buffer() return a flag indicating if anything actually | macallan |
| 2022-07-18 | Make it compile w/o warnings for !VCONS_DRAW_INTR | martin |
| 2022-07-17 | wsdisplay(4): Make most of struct vcons_data private. | riastradh |
| 2022-07-17 | wsdisplay(4): KNF: return foo, not return (foo) | riastradh |
| 2022-07-17 | wsdisplay(4): KASSERT(a && b) -> KASSERT(a); KASSERT(b) | riastradh |
| 2022-07-17 | wsdisplay(4): Use DPRINTF; reduce #ifdefs. | riastradh |
| 2022-07-17 | wsdisplay(4): Insert memory barriers for scr_dirty synchronization. | riastradh |
| 2022-07-17 | wsdisplay(4): Factor out scr_dirty setting. | riastradh |
| 2022-07-17 | wsdisplay(4): Factor out use_intr tests. | riastradh |
| 2022-07-17 | wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic. | riastradh |
| 2022-07-17 | wsdisplay(4): Nix trailing whitespace. | riastradh |
| 2022-07-16 | modify screen before updating cache. | mlelstv |
| 2021-05-16 | Try to guess attributes better. | mlelstv |
| 2021-05-16 | No need to check cell count. | mlelstv |
| 2021-01-28 | fix logic botch from previous - if we're asked to draw the cursor somewhere | macallan |
| 2021-01-26 | - refactor vcons_cursor_noread() a bit so it works the same way as the other | macallan |
| 2021-01-25 | clear the RI_CURSOR flag when we overwrite the cursor so we can skip clearing | macallan |
| 2021-01-21 | introduce a putchar() based implementation of cursor() in order to avoid | macallan |
| 2021-01-17 | Revert previous and introduce vcons_earlyinit, which is like vcons_init | jmcneill |
| 2021-01-17 | The change from config_interrupts to a kthread for VCONS_DRAW_INTR init | jmcneill |
| 2021-01-02 | be more careful when optimizing stretches of blanks into erasecols() | macallan |
| 2020-12-28 | provide (bug)compatibility with vga in WSDISPLAYIO_{PUT|GET}WSCHAR | macallan |
| 2020-12-23 | fix tpyo | macallan |
| 2020-11-21 | Fix previous and tag the right callout... | mlelstv |
| 2020-11-21 | Run callout without kernel lock, the softint itself is still protected. | mlelstv |
| 2019-07-31 | When font is switched, not only putchar, but also other ri_ops can be | rin |
| 2018-12-01 | Don't abuse config_interrupts()'s first argument. Use kthread instead of | msaitoh |
| 2017-06-02 | - add a cookie to show_screen_cb() | macallan |
| 2017-05-19 | add support for loading fonts in vcons and subsequently resizing screens | macallan |
| 2017-04-26 | properly optimize drawing stretches of blanks that are interrupted only by | macallan |
| 2015-11-08 | PR/50413: Vicente Chaves: Check the allocattr return and return an error. | christos |
| 2015-07-19 | use optimized refresh with VCONS_DRAW_INTR even when in polling mode. | mlelstv |
| 2014-11-10 | allocate char and attr buffers with M_ZERO | jmcneill |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-01-21 | fix build | mlelstv |
| 2014-01-21 | keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows and | mlelstv |
| 2013-09-15 | Remove unused variable | martin |
| 2013-05-28 | in vcons_redraw_screen(): | macallan |
| 2012-01-04 | bump character buffers and cache to 32bit per character so flags we store | macallan |
| 2011-05-25 | remove VCONS_DRAW_ASYNC | macallan |
| 2011-05-25 | add a cache so when we update the screen we only redraw the character cells | macallan |
| 2011-02-18 | add vcons_hard_switch, for switching w/o callouts (eg. entering ddb) | jmcneill |
| 2011-02-09 | add vcons_{enable,disable}_polling and genfb_{enable,disable}_polling | jmcneill |
| 2011-02-08 | VCONS_DRAW_INTR changes: | jmcneill |
| 2011-02-08 | abuse config_interrupts to make sure we don't switch to 'intr' mode until | jmcneill |
| 2011-02-08 | add support for command buffering in vcons. still a WIP, same limitations | jmcneill |
| 2011-01-25 | Add support for asynchronous drawing in vcons. | macallan |
| 2010-09-21 | add separate flags for putchar() based copycols() and copyrows() methods | macallan |