| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049, | Aleksandr Rybalko | 2014-03-27 | 2 | -0/+489 |
| * | MFC r262613: | Dimitry Andric | 2014-03-26 | 2 | -8/+8 |
| * | MFC: r248799 | Jung-uk Kim | 2013-04-08 | 1 | -5/+6 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+1 |
| * | MFC r237203,r237223 (by phk): | Konstantin Belousov | 2012-07-17 | 1 | -3/+11 |
| * | MFC: r233042, r233054, r233056, r233187 | Jung-uk Kim | 2012-03-27 | 1 | -53/+64 |
| * | MFC: r231843, r232061, r232063, r232065, r232069 | Jung-uk Kim | 2012-02-27 | 1 | -22/+22 |
| * | MFC: r231841, r231842 | Jung-uk Kim | 2012-02-27 | 2 | -3/+5 |
| * | MFC: r225931, r225932, r227000 | Marius Strobl | 2012-01-28 | 1 | -55/+57 |
| * | MFC r228445: | Eitan Adler | 2012-01-12 | 1 | -0/+135 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -2/+1 |
| * | 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 |
| * | Use M_WAITOK for VESA BIOS initialization consistently. | Jung-uk Kim | 2010-06-23 | 1 | -5/+5 |
| * | Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOK | Jung-uk Kim | 2010-06-23 | 1 | -9/+7 |
| * | Remove unused i586 optimized bcopy/bzero/etc implementations that utilize | Konstantin Belousov | 2010-06-23 | 1 | -10/+1 |
| * | Restore the previous VESA mode after BIOS POST, just in case. | Jung-uk Kim | 2010-05-18 | 1 | -0/+1 |
| * | Remove unnecessary pointer increment. A wrong pointer may be passed to | Jung-uk Kim | 2010-05-18 | 1 | -4/+4 |
| * | Allocate memory for VBE info block with malloc(9), not as static local. | Jung-uk Kim | 2010-04-07 | 1 | -22/+28 |
| * | Do not penalize correct or correctable VESA mode tables by calling another | Jung-uk Kim | 2010-03-25 | 1 | -7/+14 |
| * | Teach VGA framebuffer about 8-bit palette format for VESA. | Jung-uk Kim | 2010-03-24 | 2 | -12/+16 |
| * | Add my copyright here. It seems I have contributed enough code. :-) | Jung-uk Kim | 2010-03-23 | 1 | -0/+1 |
| * | Be extremely careful when we determine bytes per scan line information. | Jung-uk Kim | 2010-03-23 | 1 | -11/+54 |
| * | Fall back to VGA palette functions if VESA function failed and DAC is still | Jung-uk Kim | 2010-03-23 | 1 | -11/+10 |
| * | Map entire video memory again. This is a partial backout of r203535. | Jung-uk Kim | 2010-03-23 | 1 | -3/+4 |
| * | Yet another attempt to make palette loading more safer: | Jung-uk Kim | 2010-02-23 | 1 | -24/+33 |
| * | Re-add accidentally removed pixel format for direct memory model. | Jung-uk Kim | 2010-02-23 | 1 | -2/+42 |
| * | Fix FBIO_ADPINFO ioctl on amd64. | Jung-uk Kim | 2010-02-23 | 1 | -3/+3 |
| * | Map and report actual video memory we need. | Jung-uk Kim | 2010-02-06 | 1 | -81/+34 |
| * | Replace some homegrown functions with better/correct ones. | Jung-uk Kim | 2010-02-05 | 1 | -46/+7 |
| * | Remove dead code and fix style(9) bugs. | Jung-uk Kim | 2010-02-03 | 1 | -66/+77 |
| * | Use bytes per scan line from mode table. The previous implementation did | Jung-uk Kim | 2010-02-03 | 1 | -37/+13 |
| * | Correct virtual address of frame buffer for non-linear mode. | Jung-uk Kim | 2010-02-03 | 1 | -1/+1 |
| * | Use VESA palette load/save functions if VESA BIOS says the current palette | Jung-uk Kim | 2010-01-27 | 1 | -14/+22 |
| * | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland | 2009-12-29 | 8 | -28/+30 |
| * | - Remove a redundant check for dpms(4). | Jung-uk Kim | 2009-11-12 | 1 | -2/+2 |
| * | - Partially revert hackish r198964 and r199002. | Jung-uk Kim | 2009-11-12 | 1 | -1/+0 |
| * | Remove duplicate suspend/resume code from vga_pci.c and let vga(4) register | Jung-uk Kim | 2009-11-06 | 1 | -0/+1 |
| * | Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c. | Jung-uk Kim | 2009-11-05 | 1 | -49/+5 |
| * | Do not probe video mode if we are not going to use it. | Jung-uk Kim | 2009-11-04 | 1 | -7/+9 |
| * | Restore color palette format if we reset video mode. | Jung-uk Kim | 2009-11-04 | 1 | -0/+2 |