summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.2x branchsyslinux-3.30-pre2H. Peter Anvin2006-09-058-7/+862
|\
| * Adding a new com32 module to handle cpu informationsyslinux-3.21-pre1Erwan Velu2006-09-055-1/+812
| * Simple menu system updatesArne Georg Gleditsch2006-09-053-5/+49
| * This branch is now targetted toward version 3.21H. Peter Anvin2006-08-301-1/+1
* | Add support for decoding JPEG images as well as PNGH. Peter Anvin2006-09-051-17/+112
* | tinyjpeg: add rgba32 and bgra32 formatsH. Peter Anvin2006-09-053-0/+752
* | Factor tinyjpeg out by colorspace, so we don't pull in everythingH. Peter Anvin2006-09-0510-1174/+1505
* | Fix typo in Makefile ruleH. Peter Anvin2006-09-021-1/+1
* | Add tiny JPEG decoder libraryH. Peter Anvin2006-09-016-1/+2549
* | Lots of fixes to make the graphical menu actually work.syslinux-3.30-pre1H. Peter Anvin2006-09-0113-111/+139
* | Color table handling for the VESA consoleH. Peter Anvin2006-08-312-53/+49
* | state -> st.stateH. Peter Anvin2006-08-311-6/+6
* | ansicon support for SOH # color table handlingH. Peter Anvin2006-08-311-0/+45
* | Don't bother writing out the trailing byte of an invalid SOH # sequence.H. Peter Anvin2006-08-311-4/+0
* | Serial port output with color table string injection.H. Peter Anvin2006-08-314-5/+127
* | Whitespace cleanupH. Peter Anvin2006-08-311-1/+1
* | Whitespace cleanupH. Peter Anvin2006-08-311-2/+2
* | Whitespace cleanupH. Peter Anvin2006-08-311-3/+3
* | Beginnings of a color theme manager; unify vesamenu and ansimenuH. Peter Anvin2006-08-317-1646/+1068
* | Shading fixH. Peter Anvin2006-08-311-1/+1
* | More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-3111-194/+1064
* | Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-3111-25/+79
* | Better test of alpha blending (holy crap, it works!)H. Peter Anvin2006-08-302-12/+6
* | Actually blend the proper colors...H. Peter Anvin2006-08-301-2/+2
* | More sophisticated alpha blending; comment out background call ATMH. Peter Anvin2006-08-304-28/+67
* | Add alpha-blending function in preparation for proper RGBA text.H. Peter Anvin2006-08-281-0/+14
* | Test program for the VESA codeH. Peter Anvin2006-08-282-1/+31
* | Include file updatesH. Peter Anvin2006-08-283-0/+36
* | Add routine to initialize and test for the FPU.H. Peter Anvin2006-08-282-1/+59
* | Add strtod() function, needed by libpngH. Peter Anvin2006-08-281-0/+160
* | Work on getting libpng to actually do something useful...H. Peter Anvin2006-08-284-18/+43
* | More work on VESA graphical console supportH. Peter Anvin2006-08-285-12/+502
* | More work on the VESA graphics consoleH. Peter Anvin2006-08-274-0/+336
* | Move Makefile.secret to the release directoryH. Peter Anvin2006-08-261-1/+1
* | This branch is targetted at SYSLINUX 3.30H. Peter Anvin2006-08-252-3/+3
* | Beginning of a VESA graphical console driverH. Peter Anvin2006-08-251-0/+536
* | Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-2510-49/+186
|/
* We actually need klibc-1.4.27 or later...syslinux-3.20H. Peter Anvin2006-08-241-1/+1
* extlinux: when compiling against klibc, use atexit() to clean up the devnodeH. Peter Anvin2006-08-241-21/+20
* extlinux: when building for klibc, mknod() needs to be a block deviceH. Peter Anvin2006-08-241-1/+1
* We need klibc-1.4.26 for getopt_long() to actually work.H. Peter Anvin2006-08-241-1/+1
* Print a usage message when we get an invalid optionsyslinux-3.20-pre20H. Peter Anvin2006-08-241-2/+1
* Support building extlinux with klibcH. Peter Anvin2006-08-243-6/+40
* PXELINUX: Print an error message if the config file is not foundsyslinux-3.20-pre19H. Peter Anvin2006-08-211-0/+3
* Fix typosyslinux-3.20-pre18H. Peter Anvin2006-08-211-1/+1
* In kaboom, use standard macro for resetting the stack where applicableH. Peter Anvin2006-08-212-12/+2
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.gitsyslinux-3.20-pre17H. Peter Anvin2006-08-213-2/+5
|\
| * Document CD boot sector fix.syslinux-3.20-pre16H. Peter Anvin2006-08-171-0/+1
| * Comment fix.H. Peter Anvin2006-08-171-1/+1
| * Fix stack clobber when loading CD boot sectors.H. Peter Anvin2006-08-171-1/+3