| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix -fno-stack-protector per bug report from Gilles Espinassesyslinux-3.36-pre9 | H. Peter Anvin | 2007-02-08 | 1 | -1/+1 |
| * | fileread: new file descriptor should be from oreg, not ireg | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| * | Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys... | H. Peter Anvin | 2007-02-07 | 4 | -4/+9 |
| |\ |
|
| | * | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 4 | -4/+9 |
| * | | fileread: ES:BX -> buffer, not ES:SI | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| |/ |
|
| * | -FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTED | H. Peter Anvin | 2007-01-25 | 1 | -1/+1 |
| * | Compilation fix for older gcc where __DBL_*_EXP__ isn't defined | H. Peter Anvin | 2007-01-25 | 2 | -33/+42 |
| * | Stealth whitespace cleanup.syslinux-3.32-pre8 | H. Peter Anvin | 2006-12-12 | 4 | -10/+10 |
| * | Patch: Parse append arguments properly in mboot module | Ram Yalamanchili | 2006-12-12 | 1 | -2/+22 |
| * | menu system: handle console setup/cleanup differently | H. Peter Anvin | 2006-11-01 | 4 | -2/+24 |
| * | The simple menu system doesn't work with serial console | hiranotaka@zng.info | 2006-10-30 | 1 | -1/+2 |
| * | Reduce verbosity | H. Peter Anvin | 2006-10-02 | 1 | -2/+2 |
| * | Fix to "make tidy" | H. Peter Anvin | 2006-10-02 | 1 | -1/+3 |
| * | vesainit: clear the VESA buffers before call (paranoia) | H. Peter Anvin | 2006-09-30 | 1 | -0/+2 |
| * | vesainit: more careful detection of VESA modes | H. Peter Anvin | 2006-09-30 | 1 | -2/+14 |
| * | 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 | 1 | -4/+18 |
| * | 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 |
| * | Use the color table for the shadow, and make it user controllable | H. Peter Anvin | 2006-09-21 | 9 | -69/+135 |
| * | Support multiple configuration files in the menu systems. | H. Peter Anvin | 2006-09-20 | 3 | -13/+32 |
| * | 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 | 1 | -1/+1 |
| * | Properly parse MENU COLOR statements. | H. Peter Anvin | 2006-09-15 | 1 | -32/+38 |
| * | Default color tweaking | H. Peter Anvin | 2006-09-15 | 1 | -2/+2 |
| * | 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 | 1 | -6/+16 |
| * | 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 | 3 | -12/+16 |
| * | Merge with 3.2x branch | H. Peter Anvin | 2006-09-12 | 5 | -2/+301 |
| |\ |
|
| | * | Introducing a new com32 module to parse pci devices/busessyslinux-3.2x | 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 |