| Commit message (Expand) | Author | Age | Files | Lines |
* | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 1 | -12/+12 |
* | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 1 | -6/+6 |
* | restore VGA fonts on VT switch |  jsg | 2020-05-17 | 1 | -1/+2 |
* | Don't attempt to reset the state of the flip-flop associated with the |  jsg | 2020-05-16 | 1 | -7/+1 |
* | The fonts we are looping through in vga_selectfont() are the builtin |  fcambus | 2017-06-17 | 1 | -8/+2 |
* | sizes for free(); ok sthen semarie |  deraadt | 2015-09-09 | 1 | -2/+2 |
* | When attaching on an alpha system, get the current textmode resolution by |  miod | 2015-07-26 | 1 | -3/+66 |
* | Shuffle include file ordering in preparation for future changes in vgavar.h, |  miod | 2015-07-18 | 1 | -2/+2 |
* | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from |  miod | 2015-03-29 | 1 | -7/+24 |
* | In vga_load_font(), keep track of the font bits being passed by the caller, |  miod | 2015-03-29 | 1 | -8/+15 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -6/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -4/+4 |
* | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the |  miod | 2013-10-20 | 1 | -2/+33 |
* | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2013-10-20 | 1 | -10/+10 |
* | Remove never enabled WSCONS_SUPPORT_PCVTFONTS code. |  miod | 2013-10-19 | 1 | -147/+2 |
* | Make sure that, when a particular mapchar() can't find a proper glyph for the |  miod | 2013-10-18 | 1 | -2/+2 |
* | Use wsemuldisplaydevsubmatch. |  kettenis | 2013-07-06 | 1 | -16/+3 |
* | Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance |  kettenis | 2013-03-18 | 1 | -2/+6 |
* | Sprinkle spltty around code which plays with either the video memory or |  miod | 2011-04-03 | 1 | -9/+18 |
* | ansify function definitions, and constify a few arrays while there. |  miod | 2010-08-28 | 1 | -108/+35 |
* | Try to save the vga hardware state around suspend, and also redisplay the |  miod | 2010-08-08 | 1 | -23/+7 |
* | Change the wsdisplay_emulops return types from void to int; emulops will now |  miod | 2009-09-05 | 1 | -6/+10 |
* | Backing store for ega and vga virtual console is not allocated until the |  miod | 2009-08-12 | 1 | -3/+5 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -4/+4 |
* | change M_WAITOK --> M_WAITOK | M_CANFAIL |  chl | 2009-02-15 | 1 | -2/+2 |
* | Save the text mode color palette upon startup, and restore it when |  miod | 2009-02-01 | 1 | -3/+78 |
* | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes |  oga | 2008-03-16 | 1 | -2/+16 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -3/+2 |
* | Remove _KERNEL_OPT leftovers. |  miod | 2007-02-11 | 1 | -5/+1 |
* | Evil typo; spotted by Thorsten Glaser |  miod | 2007-02-06 | 1 | -2/+2 |
* | In alloc_attr(), make sure xxansitopc[] indicies are within bounds. |  miod | 2006-12-02 | 1 | -3/+3 |
* | Change the getchar wsdisplay_accessops function to not return a |  miod | 2006-11-29 | 1 | -5/+6 |
* | Add an unpack_attr function to struct wsdisplay_emulops, to match the |  miod | 2006-11-29 | 1 | -3/+43 |
* | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer |  miod | 2006-11-29 | 1 | -1/+2 |
* | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time |  miod | 2006-09-29 | 1 | -1/+2 |
* | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ |  miod | 2005-01-31 | 1 | -1/+2 |
* | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most |  miod | 2005-01-05 | 1 | -5/+7 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -3/+3 |
* | Do not allow loading a font in an used font slot; discussed with and ok mickey@ |  miod | 2004-12-25 | 1 | -4/+5 |
* | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 |  mickey | 2004-11-04 | 1 | -4/+16 |
* | Easy one! Remove two redundant assignments. |  pefo | 2004-08-06 | 1 | -3/+1 |
* | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing |  millert | 2004-02-27 | 1 | -6/+7 |
* | Replace suspect strncpy with strlcpy to ensure null termination. |  krw | 2003-05-17 | 1 | -2/+2 |
* | support for the agp gart on various agp chipsets. |  mickey | 2002-07-12 | 1 | -11/+3 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -9/+9 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -25/+25 |
* | Avoid warning when building with vga on isa without vga on pci; ok mickey@ |  tholo | 2001-08-03 | 1 | -2/+2 |
* | allocate memory w/ NOWAIT during autoconf time and check for NULL return |  mickey | 2001-05-16 | 1 | -2/+4 |
* | inplement screen burner in screenblank(1) style (no program though). |  mickey | 2001-05-08 | 1 | -12/+41 |
* | support a hook for vga_pci-based ioctls; aaron@ ook |  mickey | 2001-05-08 | 1 | -25/+11 |