| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-04-24 | BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that's | ad |
| 2019-12-01 | Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit. | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2015-03-01 | Also unmap video memory when detaching console | mlelstv |
| 2015-01-14 | remove BIOS-mapping code that was #if-0'd in the previous commit. | chs |
| 2014-08-21 | #if 0 code to map the VGA BIOS | macallan |
| 2014-07-12 | detach wscons when detaching console | mlelstv |
| 2013-11-04 | mark variables __diagused | christos |
| 2013-01-21 | Make internal functions static | mlelstv |
| 2012-08-09 | Reset flip/flop using dedicated vga_reset_state() macro we already have. | uwe |
| 2012-01-11 | wsfont_matches() and wsfont_find() take an extra parameter now | macallan |
| 2011-06-08 | add support for the interesting parts of ISO-2 and KOI8-R fonts | drochner |
| 2010-12-09 | PR/41415: IdOp: Implement save and restore palette for vga. | christos |
| 2010-10-19 | If PCDISPLAY_SOFTCURSOR is defined, disable the hardware cursor on resume. | jmcneill |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-03-22 | pckbc.c, vga.c: It doesn't appear to be helpful to compare two | dyoung |
| 2010-02-25 | retire our private definitions for the scan1/3/5/7/9 DEC graphics | drochner |
| 2009-02-19 | Remove vesafb-specific hacks. | jmcneill |
| 2008-03-16 | Always deviter_release(). | dyoung |
| 2008-03-14 | In vga_is_console(), use deviter_first/_next() and device_t accessors. | dyoung |
| 2008-03-14 | Split device_t and softc for all attachments of vga(4). | cube |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-28 | Implement bounds checking in some places in display driver code to avoid | mjf |
| 2007-07-19 | include sys/cdefs.h before opt_xxx.h | dsl |
| 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-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-13 | - use c99 initializers | christos |
| 2006-08-13 | Provide a method for other display drivers to ask vga to free resources | jmcneill |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-04-05 | Move the ga_getborder()/vga_setborder() calls from accessops to the | drochner |
| 2006-02-19 | Prevent vga from attaching if vesafb is the console. Accessing VGA | jmcneill |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-21 | decrement nscreens in vga_free_screen | dbj |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-08-13 | Fix two annoying display glitches with "fast scrolling" and | mycroft |
| 2004-08-08 | disable the quirk on the console so that it can scroll. | christos |
| 2004-07-30 | Fix initialitzation of border color at boot time through the | jmmv |
| 2004-07-30 | let kernels that don't have WSDISPLAY_CUSTOM_BORDER compile again. | dogcow |
| 2004-07-29 | Implement border color customization in wscons(4), only available for vga(4) | jmmv |
| 2004-07-28 | Implement support to dynamically change wscons console and kernel colors. | jmmv |
| 2004-05-29 | fix another scrolling use that leaked. | christos |
| 2004-05-28 | move scroll function definition last. | christos |
| 2004-05-28 | PR/19925: David Ferlier: Add scrolling support to wscons. | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |