| Age | Commit message (Expand) | Author |
| 2023-06-08 | allow drivers to specify horizontal alignment of glyph cache cells | macallan |
| 2023-03-01 | nouveau: Kick out genfb on firmware framebuffer before initializing. | riastradh |
| 2023-02-26 | wsemul_vt100_subr: spell edp->tabs assertion with NULL | uwe |
| 2023-02-26 | wsemul_vt100_subr: don't assert unsigned ncols >= 0 | uwe |
| 2023-02-23 | wscons(4): Paranoia: Clamp numbers of rows and columns. | riastradh |
| 2023-02-23 | wscons(4): Ignore nonsense tab stops in vt100 emulation. | riastradh |
| 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 |
| 2023-01-18 | Add rin, indn, vpa, hpa, and cbt terminfo capabilities (Crystal Kolipe) | christos |
| 2023-01-09 | Fix off by one (Crystal Kolipe in tech-kern@) | christos |
| 2022-09-23 | wskbd(4): Add include guards. | riastradh |
| 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 | wsmouse(4): Nix trailing whitespace. | 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 | wsmouse(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 |
| 2022-07-06 | fix various typos in comments. | andvar |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2022-01-29 | Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG. | uwe |
| 2022-01-02 | wsemul_vt100.c - make static everything that can be static | uwe |
| 2022-01-01 | Protect KASSERT() with "#ifdef DIAGNOSTIC" as its expression is | hannken |
| 2021-12-31 | libkern: Make KASSERT verify expression is valid if !DIAGNOSTIC. | riastradh |
| 2021-11-10 | s/configuraiton/configuration/ in comment. | msaitoh |
| 2021-09-28 | wsmouse: add support for "precision scrolling" events and (GET|SET)PARAMS | nia |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-22 | wscons: add definitions for BÉPO, a standardized, Dvorak-style optimized | nia |
| 2021-06-07 | fix the NetBSD tag. | christos |
| 2021-06-07 | PR/56223: David Shao ^[]8;;^G make console unresponsive. From OpenBSD: | christos |
| 2021-06-01 | wsdisplay(4): Use C99 initializer for usl_syncops. | riastradh |
| 2021-05-16 | Try to guess attributes better. | mlelstv |
| 2021-05-16 | No need to check cell count. | mlelstv |
| 2021-05-11 | wscons: add support for the Neo 2 German keyboard layout | nia |
| 2021-04-24 | add an ioctl() to get a list of fonts currently available via wsfont | macallan |
| 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-17 | Add appropriate memory barriers around sc_busy accesses. Fixes an issue | jmcneill |