| Age | Commit message (Expand) | Author |
| 2017-05-19 | add support for loading fonts in vcons and subsequently resizing screens | macallan |
| 2014-01-21 | add function to detach wscons from a console. This allows to | mlelstv |
| 2013-01-31 | add ioctl(WSDISPLAYIO_GET_FBINFO) | macallan |
| 2011-06-29 | declare wsdisplayio_get_edid() | macallan |
| 2010-02-02 | give up some silly macros which were only used ~once, and reduce | drochner |
| 2008-03-25 | Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4). | cube |
| 2008-02-20 | -Don't detach/attach the X server in the pmf suspend/resume functions | drochner |
| 2007-12-13 | Switch to console on suspend and shutdown, switch back to where the | joerg |
| 2007-10-19 | If you're going to use device_t, may as well include sys/device.h; unb0rks | dogcow |
| 2007-10-18 | Use aprint API for output and convert to device_t/softc separation. | joerg |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-06 | add wsdisplay_preattach() to attach an early console that can be overridden | macallan |
| 2006-10-09 | KNF: No variable names in the prototype. | peter |
| 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-07 | don't include opt_wsdisplay_border.h here, to limit dependencies | drochner |
| 2006-04-05 | Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDER | drochner |
| 2006-02-19 | Multiple inclusion protection. | jmcneill |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const. | christos |
| 2005-05-23 | Rename REALWHITE to SNOWWHITE. | martin |
| 2005-05-22 | Define a real white color - since WSCOL_WHITE is ANSI-emulation specific | martin |
| 2005-02-04 | de-__P | perry |
| 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-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 |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-10-15 | Add modecookie to struct wsscreen_descr, which is used to point to video | junyoung |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-06-26 | PR/17402: Add wsmoused support by providing get/set char and events. | christos |
| 2001-10-13 | ANSIfy. | augustss |
| 2001-10-13 | Two changes to the wsmux code: | augustss |
| 2000-12-30 | notify console polling mode or not to lower level framebuffer driver. | sato |
| 2000-09-10 | * rename vga_stdscreen* -> vga_25lscreen* | lukem |
| 2000-09-10 | Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach control | takemura |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 1999-12-06 | -allow the "show_screen" call to the display driver to complete | drochner |
| 1999-10-19 | Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent | mycroft |
| 1999-10-12 | add wsdisplay_switchtoconsole() to allow other parts of kernel to force | jdolecek |
| 1999-02-12 | change the "mapchar" interface to return a "quality" or "match level" | drochner |
| 1999-01-26 | improve error handling in 2 cases: | drochner |
| 1999-01-13 | change the way fonts are handled: now we have a display-global ioctl | drochner |
| 1999-01-09 | add ioctl()s for screen allocation/deallocation | drochner |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-07-28 | Do locator related defines using defines from locators.h rather | augustss |
| 1998-06-26 | define a "mapping" function which can be used by the emulation module | drochner |
| 1998-06-20 | Change the calling interface for text output (to the graphics driver) | drochner |
| 1998-06-11 | Implement the VT access and keyboard control ioctl()s needed for | drochner |