| Commit message (Expand) | Author | Age | Files | Lines |
* | vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb | dumbbell | 2014-08-27 | 1 | -17/+13 |
* | vt(4): Store a rectangle for the drawable area, not just the top-left corner | dumbbell | 2014-08-25 | 1 | -6/+8 |
* | vt(4): Add vd_bitblt_bmp_t callback | dumbbell | 2014-08-23 | 1 | -0/+2 |
* | creator_fb: Implement vd_bitblt_text_t | dumbbell | 2014-08-23 | 1 | -8/+62 |
* | vt(4): Colors are indexed against a console palette, not a VGA palette | dumbbell | 2014-08-10 | 1 | -2/+3 |
* | fbd: Fix a bug where vt_fb_attach() success would be considered a failure | dumbbell | 2014-08-10 | 1 | -2/+3 |
* | Retire vd_maskbitbltchr. The same functionality can be obtained by testing | nwhitehorn | 2014-08-07 | 1 | -1/+0 |
* | Retire various intertwined bits of fbd(4) and vt_fb, in particular the | nwhitehorn | 2014-08-06 | 1 | -103/+8 |
* | Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers | nwhitehorn | 2014-08-05 | 1 | -0/+220 |
* | Allow console drivers active from early boot to be used with xf86-video-scfb, | nwhitehorn | 2014-07-16 | 1 | -7/+0 |
* | Should check fb_read method presence instead of double check for fb_write. | ray | 2014-07-09 | 1 | -1/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -22/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+0 |
* | Remove more superfluous const specifiers. | dim | 2014-02-23 | 2 | -8/+8 |
* | Clean up license text | emaste | 2013-12-29 | 2 | -8/+1 |
* | o Add virtual terminal mmap request handler. | ray | 2013-12-23 | 1 | -1/+10 |
* | Implement minimum ioctls set for framebuffer device. | ray | 2013-11-22 | 1 | -1/+32 |
* | Handle suspend/resume. Switch to console window before suspend, switch back on | ray | 2013-11-07 | 1 | -2/+17 |
* | Allow to use fb_probe() outside of driver. | ray | 2013-11-05 | 1 | -1/+2 |
* | Fail to attach if fb_info not passed. | ray | 2013-11-02 | 1 | -0/+2 |
* | Add link to drmn device. | ray | 2013-11-01 | 1 | -0/+1 |
* | Allow fbd to be attached as newbus device. | ray | 2013-10-31 | 1 | -0/+74 |
* | Define fb newbus interface to connect framebuffer providers with fbd. | ray | 2013-10-31 | 1 | -0/+13 |
* | Use copy method which maybe defined by framebuffer provider, but not just | ray | 2013-10-23 | 1 | -0/+19 |
* | Add generic/simple framebuffer. | ray | 2013-10-22 | 1 | -0/+324 |
* | Reduce diff against stable/9 slightly. | jkim | 2013-08-28 | 1 | -3/+2 |
* | Do not save/restore video memory if we are not using linear frame buffer. | jkim | 2013-08-28 | 1 | -22/+15 |
* | Make sure to free stale buffer before allocating new one for safety. | jkim | 2013-08-28 | 1 | -2/+6 |
* | Avoid unnecessary signedness conversion. | jkim | 2013-08-28 | 1 | -3/+3 |
* | Limit the amount of video memory we map for the driver to the maximum value. | jkim | 2013-03-27 | 1 | -5/+6 |
* | Piggyback MIPS changes and add ARM syscons support for devices with | gonzo | 2012-08-25 | 1 | -1/+6 |
* | Provide basic glue to allow syscons to be used on MIPS, modelled | rwatson | 2012-08-25 | 1 | -0/+23 |
* | Fix the previous commit to only copy the data we were asked to and not | phk | 2012-06-18 | 1 | -0/+1 |
* | On certain newer Intel Atom based motherboards, for instance the | phk | 2012-06-17 | 1 | -3/+10 |
* | Fix a Clang warning. | jkim | 2012-04-16 | 1 | -1/+1 |
* | Save and restore VGA display memory between suspend and resume. | jkim | 2012-04-04 | 1 | -14/+29 |
* | Do not copy VESA state buffer if the VBE call has failed for any reason. | jkim | 2012-04-04 | 1 | -2/+2 |
* | Remove a useless warning. The mode information is unused for very long time | jkim | 2012-04-04 | 1 | -4/+0 |
* | Do not reuse the previous address when restoring linear frame buffer. | jkim | 2012-03-19 | 1 | -4/+6 |
* | Save and restore linear frame buffer between suspend and resume. | jkim | 2012-03-17 | 1 | -0/+19 |
* | Remove unnecessary static variable initializations and duplicate codes. | jkim | 2012-03-16 | 1 | -52/+42 |
* | Do not unnecessarily clear display memory when switching modes. | jkim | 2012-03-16 | 1 | -1/+1 |
* | If the VBE implementation does not support save/restore function, defer to | jkim | 2012-02-23 | 1 | -8/+5 |
* | Update my copyright date. | jkim | 2012-02-23 | 1 | -1/+1 |
* | Probe supported states for save/restore function. Some VBE implementation | jkim | 2012-02-23 | 1 | -11/+11 |
* | Fix a typo introduced in r231843. | jkim | 2012-02-23 | 1 | -1/+1 |
* | Set the initial mode for the adapter after executing VESA BIOS POST. | jkim | 2012-02-16 | 1 | -2/+5 |
* | Make sure the VESA mode number is between 256 and 511 inclusive. | jkim | 2012-02-16 | 1 | -2/+4 |