| Age | Commit message (Expand) | Author |
| 2023-02-14 | add flags for drivers to requesr R2L bit/byte-ordered fonts, default to | macallan |
| 2022-07-17 | wsdisplay(4): Make most of struct vcons_data private. | riastradh |
| 2022-07-17 | wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic. | riastradh |
| 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 | Add appropriate memory barriers around sc_busy accesses. Fixes an issue | jmcneill |
| 2021-01-16 | Instead of defining VCONS_DONT_READ as the raw value of 0x30, instead | jmcneill |
| 2018-11-30 | Remove extra whitespaces. | 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 |
| 2016-06-02 | provide a default attribute | macallan |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-01-27 | fix a typo in a comment | 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 |
| 2010-08-18 | Add copycols() and copyrows() methods which, instead of calling the underlying | macallan |
| 2009-08-20 | add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the message | macallan |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-08-06 | add scrollback support | macallan |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-09-22 | In struct vcons_data, don't depend on DIAGNOSTIC and always include | elad |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-02-19 | add a flag to completely disable drawing on a screen | macallan |
| 2006-02-18 | Bunch of changes to wscons in preparation for splash screen support: | jmcneill |
| 2006-02-12 | framework for generic virtual consoles | macallan |