| Commit message (Expand) | Author | Age | Files | Lines |
* | KernelType is a byte, not a word, oops...syslinux-3.40-pre2 | H. Peter Anvin | 2006-09-22 | 1 | -1/+1 |
* | Unbreak "make depend"syslinux-3.40-pre1 | H. Peter Anvin | 2006-09-22 | 1 | -0/+2 |
* | Add files missing from previous checkins | H. Peter Anvin | 2006-09-22 | 2 | -0/+125 |
* | Return error if we specify an invalid kernel type name in AX=0016h. | H. Peter Anvin | 2006-09-22 | 1 | -0/+6 |
* | Add support for forcing the filetype, and loading a secondary config file. | H. Peter Anvin | 2006-09-22 | 19 | -67/+160 |
* | Try to be more true to the way "MENU INCLUDE" should work.syslinux-3.31-pre4syslinux-3.31 | H. Peter Anvin | 2006-09-22 | 1 | -6/+8 |
* | Make the last row the end row. | H. Peter Anvin | 2006-09-21 | 1 | -1/+1 |
* | New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3 | H. Peter Anvin | 2006-09-21 | 3 | -7/+38 |
* | If a later "menu background" overrides an earlier one, free the data | H. Peter Anvin | 2006-09-21 | 1 | -0/+2 |
* | Add missing #include "fill.h"syslinux-3.31-pre2 | H. Peter Anvin | 2006-09-21 | 1 | -0/+1 |
* | Document shadowing mode change. | H. Peter Anvin | 2006-09-21 | 1 | -0/+1 |
* | Use the color table for the shadow, and make it user controllable | H. Peter Anvin | 2006-09-21 | 10 | -87/+161 |
* | Document ability to load more than one configuration file.syslinux-3.31-pre1 | H. Peter Anvin | 2006-09-20 | 2 | -1/+5 |
* | Support multiple configuration files in the menu systems. | H. Peter Anvin | 2006-09-20 | 4 | -13/+47 |
* | Factor out extlinux as a separate package, avoid /boot/memdisk errorsyslinux-3.30 | H. Peter Anvin | 2006-09-18 | 2 | -4/+17 |
* | Correct syntax and document move to /usr/share. | H. Peter Anvin | 2006-09-18 | 2 | -17/+20 |
* | rpm spec: add syslinux-tftpboot module | H. Peter Anvin | 2006-09-18 | 1 | -15/+35 |
* | Added a second sample background image | H. Peter Anvin | 2006-09-18 | 1 | -0/+0 |
* | Add file missing from previous commitsyslinux-3.30-pre10 | H. Peter Anvin | 2006-09-16 | 1 | -0/+23 |
* | Proper handling of different screen sizes (we're 78x29 in graphics mode...) | H. Peter Anvin | 2006-09-16 | 8 | -7/+36 |
* | More color tweaks.syslinux-3.30-pre9 | H. Peter Anvin | 2006-09-15 | 2 | -2/+2 |
* | Properly parse MENU COLOR statements. | H. Peter Anvin | 2006-09-15 | 1 | -32/+38 |
* | Default color tweaking | H. Peter Anvin | 2006-09-15 | 2 | -4/+4 |
* | Use gamma-corrected gradient for the default image, now when we have it | H. Peter Anvin | 2006-09-15 | 1 | -6/+6 |
* | Actually do proper gamma-corrected alpha blending. It seems fast enough. | H. Peter Anvin | 2006-09-15 | 4 | -12/+67 |
* | Allow specifying * instead of any of the MENU COLOR fields.syslinux-3.30-pre8 | H. Peter Anvin | 2006-09-14 | 2 | -23/+36 |
* | Add sample splash image | H. Peter Anvin | 2006-09-14 | 1 | -0/+0 |
* | Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7 | H. Peter Anvin | 2006-09-14 | 2 | -19/+41 |
* | Clean up cursor during initialization | H. Peter Anvin | 2006-09-14 | 2 | -4/+2 |
* | Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6 | H. Peter Anvin | 2006-09-14 | 5 | -26/+79 |
* | Fix dependency checking for sys/vesa | H. Peter Anvin | 2006-09-14 | 1 | -1/+1 |
* | Replace memcpy() with a routine written in assembly which minimizes stores | H. Peter Anvin | 2006-09-14 | 2 | -29/+36 |
* | Beginnings of supporting multiple pixel formats | H. Peter Anvin | 2006-09-13 | 3 | -27/+91 |
* | fmtpixel.h: cleanups and performance improvements | H. Peter Anvin | 2006-09-13 | 1 | -10/+15 |
* | Code to deal with multiple pixel formats | H. Peter Anvin | 2006-09-13 | 2 | -0/+79 |
* | For SOH codes, always issue a leading zero resetsyslinux-3.30-pre5 | H. Peter Anvin | 2006-09-12 | 4 | -23/+27 |
* | Document new selection programs. | H. Peter Anvin | 2006-09-12 | 1 | -0/+2 |
* | Merge with 3.2x branch | H. Peter Anvin | 2006-09-12 | 5 | -2/+301 |
|\ |
|
| * | Introducing a new com32 module to parse pci devices/buses | Erwan Velu | 2006-09-12 | 4 | -1/+297 |
| * | Before this fix, the cpu flags were shifted | erwan | 2006-09-12 | 1 | -0/+3 |
* | | initvesa: don't trust the BIOS when it says tty is supported | H. Peter Anvin | 2006-09-12 | 1 | -1/+7 |
* | | ansi: actually enable/disable the menu as required. | H. Peter Anvin | 2006-09-12 | 1 | -0/+1 |
* | | vesainfo: program to dump all VESA modes | H. Peter Anvin | 2006-09-12 | 2 | -1/+84 |
* | | com32/ansicon: actually mode the cursor... | H. Peter Anvin | 2006-09-12 | 1 | -3/+5 |
* | | Remove VESA demo and function used only by it | H. Peter Anvin | 2006-09-12 | 3 | -53/+1 |
* | | vesacon: if mode set failed, assume screen is unchanged | H. Peter Anvin | 2006-09-12 | 1 | -4/+1 |
* | | vesacon: stub out debugging function | H. Peter Anvin | 2006-09-12 | 1 | -2/+6 |
* | | vesacon: if a custom font is loaded, use it instead of the BIOS font | H. Peter Anvin | 2006-09-12 | 1 | -7/+22 |
* | | Implement fallback from vesacon to ansicon | H. Peter Anvin | 2006-09-12 | 4 | -2/+16 |
* | | Cursor support for vesacon | H. Peter Anvin | 2006-09-11 | 7 | -31/+110 |