| Commit message (Expand) | Author | Age | Files | Lines |
| * | vt(4): Merge several bug fixes and improvements | Jean-Sébastien Pédron | 2014-09-18 | 1 | -2/+3 |
| * | MFC vt(4) improvements / sync with HEAD | Ed Maste | 2014-09-04 | 1 | -15/+69 |
| * | MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr. | Ed Maste | 2014-09-04 | 1 | -1/+0 |
| * | MFC fbd(4) and vt_fb disentanglement: | Ed Maste | 2014-09-04 | 1 | -103/+8 |
| * | MFC vt(4) driver for Sun creator(4) framebuffers | Ed Maste | 2014-09-04 | 1 | -0/+221 |
| * | MFC r260047: Clean up license text | Ed Maste | 2014-09-04 | 2 | -8/+1 |
| * | MFC r268771, r268796 by nwhitehorn: | Ed Maste | 2014-09-02 | 1 | -7/+0 |
| * | MFC r262613: | Dimitry Andric | 2014-03-26 | 2 | -8/+8 |
| * | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | John Baldwin | 2014-03-06 | 2 | -0/+489 |
| * | Reduce diff against stable/9 slightly. | Jung-uk Kim | 2013-08-28 | 1 | -3/+2 |
| * | Do not save/restore video memory if we are not using linear frame buffer. | Jung-uk Kim | 2013-08-28 | 1 | -22/+15 |
| * | Make sure to free stale buffer before allocating new one for safety. | Jung-uk Kim | 2013-08-28 | 1 | -2/+6 |
| * | Avoid unnecessary signedness conversion. | Jung-uk Kim | 2013-08-28 | 1 | -3/+3 |
| * | Limit the amount of video memory we map for the driver to the maximum value. | Jung-uk Kim | 2013-03-27 | 1 | -5/+6 |
| * | Piggyback MIPS changes and add ARM syscons support for devices with | Oleksandr Tymoshenko | 2012-08-25 | 1 | -1/+6 |
| * | Provide basic glue to allow syscons to be used on MIPS, modelled | Robert Watson | 2012-08-25 | 1 | -0/+23 |
| * | Fix the previous commit to only copy the data we were asked to and not | Poul-Henning Kamp | 2012-06-18 | 1 | -0/+1 |
| * | On certain newer Intel Atom based motherboards, for instance the | Poul-Henning Kamp | 2012-06-17 | 1 | -3/+10 |
| * | Fix a Clang warning. | Jung-uk Kim | 2012-04-16 | 1 | -1/+1 |
| * | Save and restore VGA display memory between suspend and resume. | Jung-uk Kim | 2012-04-04 | 1 | -14/+29 |
| * | Do not copy VESA state buffer if the VBE call has failed for any reason. | Jung-uk Kim | 2012-04-04 | 1 | -2/+2 |
| * | Remove a useless warning. The mode information is unused for very long time | Jung-uk Kim | 2012-04-04 | 1 | -4/+0 |
| * | Do not reuse the previous address when restoring linear frame buffer. | Jung-uk Kim | 2012-03-19 | 1 | -4/+6 |
| * | Save and restore linear frame buffer between suspend and resume. | Jung-uk Kim | 2012-03-17 | 1 | -0/+19 |
| * | Remove unnecessary static variable initializations and duplicate codes. | Jung-uk Kim | 2012-03-16 | 1 | -52/+42 |
| * | Do not unnecessarily clear display memory when switching modes. | Jung-uk Kim | 2012-03-16 | 1 | -1/+1 |
| * | If the VBE implementation does not support save/restore function, defer to | Jung-uk Kim | 2012-02-23 | 1 | -8/+5 |
| * | Update my copyright date. | Jung-uk Kim | 2012-02-23 | 1 | -1/+1 |
| * | Probe supported states for save/restore function. Some VBE implementation | Jung-uk Kim | 2012-02-23 | 1 | -11/+11 |
| * | Fix a typo introduced in r231843. | Jung-uk Kim | 2012-02-23 | 1 | -1/+1 |
| * | Set the initial mode for the adapter after executing VESA BIOS POST. | Jung-uk Kim | 2012-02-16 | 1 | -2/+5 |
| * | Make sure the VESA mode number is between 256 and 511 inclusive. | Jung-uk Kim | 2012-02-16 | 1 | -2/+4 |
| * | Properly check VESA video mode number. | Jung-uk Kim | 2012-02-16 | 1 | -1/+1 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -97/+97 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 2 | -2/+2 |
| * | - Add support for ASCII art splash screens in TheDraw format | Eitan Adler | 2011-12-12 | 1 | -0/+135 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -2/+1 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Make sparc64 compatible with NEW_PCIB and enable it: | Marius Strobl | 2011-10-02 | 1 | -55/+57 |
| * | Use the preload_fetch_addr() and preload_fetch_size() convenience | Marcel Moolenaar | 2011-02-13 | 1 | -15/+17 |
| * | Fix segment:offset calculation of interrupt vector for relocated video BIOS | Jung-uk Kim | 2010-09-13 | 1 | -8/+6 |
| * | Disable video ROM shadowing by default as I originally intended. I found | Jung-uk Kim | 2010-09-02 | 1 | -2/+2 |
| * | Make sure the interrupt entry point is within the video ROM range. We must | Jung-uk Kim | 2010-08-31 | 1 | -9/+15 |
| * | Fix a debugging message under bootverbose. This address is not linear. | Jung-uk Kim | 2010-08-25 | 1 | -1/+1 |
| * | Add an experimental feature to shadow video BIOS. Long ago, this trick was | Jung-uk Kim | 2010-08-25 | 1 | -10/+57 |
| * | Protect shared palette and state buffer with a mutex. Remove defunct | Jung-uk Kim | 2010-08-07 | 1 | -14/+27 |
| * | Initialize a variable before its use. | Jung-uk Kim | 2010-07-13 | 1 | -1/+1 |
| * | Preallocate buffers for palette and state. Do not save DAC registers as | Jung-uk Kim | 2010-07-13 | 1 | -83/+58 |
| * | Plug a possible memory leak. | Jung-uk Kim | 2010-07-06 | 1 | -1/+1 |
| * | Fix a possible null pointer dereference. A patch for -STABLE was | Jung-uk Kim | 2010-07-06 | 1 | -0/+2 |