summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Teach the menu system to ignore TEXT blocks for now.syslinux-3.40-pre8H. Peter Anvin2007-02-271-0/+10
* Support customization of menu messages.H. Peter Anvin2007-02-273-9/+51
* Do not overwrite pointer "p" when calling is_kernel_type()H. Peter Anvin2007-02-231-2/+2
* Support multiple image types in the menu systemH. Peter Anvin2007-02-193-16/+86
* Fix -fno-stack-protector per bug report from Gilles Espinassesyslinux-3.36-pre9H. Peter Anvin2007-02-081-1/+1
* fileread: new file descriptor should be from oreg, not iregH. Peter Anvin2007-02-071-1/+1
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-02-074-4/+9
|\
| * Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-064-4/+9
* | fileread: ES:BX -> buffer, not ES:SIH. Peter Anvin2007-02-071-1/+1
|/
* -FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTEDH. Peter Anvin2007-01-251-1/+1
* Compilation fix for older gcc where __DBL_*_EXP__ isn't definedH. Peter Anvin2007-01-252-33/+42
* Stealth whitespace cleanup.syslinux-3.32-pre8H. Peter Anvin2006-12-124-10/+10
* Patch: Parse append arguments properly in mboot moduleRam Yalamanchili2006-12-121-2/+22
* menu system: handle console setup/cleanup differentlyH. Peter Anvin2006-11-014-2/+24
* The simple menu system doesn't work with serial consolehiranotaka@zng.info2006-10-301-1/+2
* Reduce verbosityH. Peter Anvin2006-10-021-2/+2
* Fix to "make tidy"H. Peter Anvin2006-10-021-1/+3
* vesainit: clear the VESA buffers before call (paranoia)H. Peter Anvin2006-09-301-0/+2
* vesainit: more careful detection of VESA modesH. Peter Anvin2006-09-301-2/+14
* Try to be more true to the way "MENU INCLUDE" should work.syslinux-3.31-pre4syslinux-3.31H. Peter Anvin2006-09-221-6/+8
* Make the last row the end row.H. Peter Anvin2006-09-211-1/+1
* New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3H. Peter Anvin2006-09-211-4/+18
* If a later "menu background" overrides an earlier one, free the dataH. Peter Anvin2006-09-211-0/+2
* Add missing #include "fill.h"syslinux-3.31-pre2H. Peter Anvin2006-09-211-0/+1
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-219-69/+135
* Support multiple configuration files in the menu systems.H. Peter Anvin2006-09-203-13/+32
* Add file missing from previous commitsyslinux-3.30-pre10H. Peter Anvin2006-09-161-0/+23
* Proper handling of different screen sizes (we're 78x29 in graphics mode...)H. Peter Anvin2006-09-168-7/+36
* More color tweaks.syslinux-3.30-pre9H. Peter Anvin2006-09-151-1/+1
* Properly parse MENU COLOR statements.H. Peter Anvin2006-09-151-32/+38
* Default color tweakingH. Peter Anvin2006-09-151-2/+2
* Use gamma-corrected gradient for the default image, now when we have itH. Peter Anvin2006-09-151-6/+6
* Actually do proper gamma-corrected alpha blending. It seems fast enough.H. Peter Anvin2006-09-154-12/+67
* Allow specifying * instead of any of the MENU COLOR fields.syslinux-3.30-pre8H. Peter Anvin2006-09-141-6/+16
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-142-19/+41
* Clean up cursor during initializationH. Peter Anvin2006-09-142-4/+2
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-145-26/+79
* Fix dependency checking for sys/vesaH. Peter Anvin2006-09-141-1/+1
* Replace memcpy() with a routine written in assembly which minimizes storesH. Peter Anvin2006-09-142-29/+36
* Beginnings of supporting multiple pixel formatsH. Peter Anvin2006-09-133-27/+91
* fmtpixel.h: cleanups and performance improvementsH. Peter Anvin2006-09-131-10/+15
* Code to deal with multiple pixel formatsH. Peter Anvin2006-09-132-0/+79
* For SOH codes, always issue a leading zero resetsyslinux-3.30-pre5H. Peter Anvin2006-09-123-12/+16
* Merge with 3.2x branchH. Peter Anvin2006-09-125-2/+301
|\
| * Introducing a new com32 module to parse pci devices/busessyslinux-3.2xErwan Velu2006-09-124-1/+297
| * Before this fix, the cpu flags were shiftederwan2006-09-121-0/+3
* | initvesa: don't trust the BIOS when it says tty is supportedH. Peter Anvin2006-09-121-1/+7
* | ansi: actually enable/disable the menu as required.H. Peter Anvin2006-09-121-0/+1
* | vesainfo: program to dump all VESA modesH. Peter Anvin2006-09-122-1/+84
* | com32/ansicon: actually mode the cursor...H. Peter Anvin2006-09-121-3/+5