2006-09-18 |
H. Peter Anvin | rpm spec: add syslinux-tftpboot module |
commit | commitdiff | tree | snapshot |
2006-09-18 |
H. Peter Anvin | Added a second sample background image |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Add file missing from previous commit syslinux-3.30-pre10 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Proper handling of different screen sizes (we're 78x29... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | More color tweaks. syslinux-3.30-pre9 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Properly parse MENU COLOR statements. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Default color tweaking |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Use gamma-corrected gradient for the default image... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
H. Peter Anvin | Actually do proper gamma-corrected alpha blending.... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Allow specifying * instead of any of the MENU COLOR... syslinux-3.30-pre8 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Add sample splash image |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Default background; skip background if VESA is uninitia... syslinux-3.30-pre7 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Clean up cursor during initialization |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Properly support 16, 24 and 32-bit modes; now working... syslinux-3.30-pre6 |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Fix dependency checking for sys/vesa |
commit | commitdiff | tree | snapshot |
2006-09-14 |
H. Peter Anvin | Replace memcpy() with a routine written in assembly... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Beginnings of supporting multiple pixel formats |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | fmtpixel.h: cleanups and performance improvements |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Code to deal with multiple pixel formats |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | For SOH codes, always issue a leading zero reset syslinux-3.30-pre5 |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Document new selection programs. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Merge with 3.2x branch |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Erwan Velu | Introducing a new com32 module to parse pci devices... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
erwan | Before this fix, the cpu flags were shifted |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | initvesa: don't trust the BIOS when it says tty is... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | ansi: actually enable/disable the menu as required. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | vesainfo: program to dump all VESA modes |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | com32/ansicon: actually mode the cursor... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Remove VESA demo and function used only by it |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | vesacon: if mode set failed, assume screen is unchanged |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | vesacon: stub out debugging function |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | vesacon: if a custom font is loaded, use it instead... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
H. Peter Anvin | Implement fallback from vesacon to ansicon |
commit | commitdiff | tree | snapshot |
2006-09-12 |
H. Peter Anvin | Cursor support for vesacon |
commit | commitdiff | tree | snapshot |
2006-09-11 |
H. Peter Anvin | Factor out the ANSI engine from the ANSI and VESA consoles |
commit | commitdiff | tree | snapshot |
2006-09-06 |
H. Peter Anvin | Documentation for the graphical menu system syslinux-3.30-pre4 |
commit | commitdiff | tree | snapshot |
2006-09-06 |
H. Peter Anvin | Document graphical console |
commit | commitdiff | tree | snapshot |
2006-09-06 |
H. Peter Anvin | No need to bzero .bss memory |
commit | commitdiff | tree | snapshot |
2006-09-06 |
H. Peter Anvin | Augment tinyjpeg so that we can decode straight into... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Set saner limits, since tinyjpeg will actually decode... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Default to black screen; draw a JPEG background correctly. syslinux-3.30-pre3 |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Correct the memory layout for the BGRA32 color space |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Merge with 3.2x branch syslinux-3.30-pre2 |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Erwan Velu | Adding a new com32 module to handle cpu information syslinux-3.21-pre1 |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Arne Georg... | Simple menu system updates |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Add support for decoding JPEG images as well as PNG |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | tinyjpeg: add rgba32 and bgra32 formats |
commit | commitdiff | tree | snapshot |
2006-09-05 |
H. Peter Anvin | Factor tinyjpeg out by colorspace, so we don't pull... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
H. Peter Anvin | Fix typo in Makefile rule |
commit | commitdiff | tree | snapshot |
2006-09-02 |
H. Peter Anvin | Add tiny JPEG decoder library |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Lots of fixes to make the graphical menu actually work. syslinux-3.30-pre1 |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Color table handling for the VESA console |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | state -> st.state |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | ansicon support for SOH # color table handling |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Don't bother writing out the trailing byte of an invali... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Serial port output with color table string injection. |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2006-09-01 |
H. Peter Anvin | Beginnings of a color theme manager; unify vesamenu... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
H. Peter Anvin | Shading fix |
commit | commitdiff | tree | snapshot |
2006-08-31 |
H. Peter Anvin | More work on actual VESA console and menu. Shadowing... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
H. Peter Anvin | Explicitly initialize on open instead of initializing... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
H. Peter Anvin | Better test of alpha blending (holy crap, it works!) |
commit | commitdiff | tree | snapshot |
2006-08-30 |
H. Peter Anvin | Actually blend the proper colors... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
H. Peter Anvin | More sophisticated alpha blending; comment out backgrou... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
H. Peter Anvin | This branch is now targetted toward version 3.21 |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Add alpha-blending function in preparation for proper... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Test program for the VESA code |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Include file updates |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Add routine to initialize and test for the FPU. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Add strtod() function, needed by libpng |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | Work on getting libpng to actually do something useful... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
H. Peter Anvin | More work on VESA graphical console support |
commit | commitdiff | tree | snapshot |
2006-08-27 |
H. Peter Anvin | More work on the VESA graphics console |
commit | commitdiff | tree | snapshot |
2006-08-26 |
H. Peter Anvin | Move Makefile.secret to the release directory |
commit | commitdiff | tree | snapshot |
2006-08-26 |
H. Peter Anvin | This branch is targetted at SYSLINUX 3.30 |
commit | commitdiff | tree | snapshot |
2006-08-26 |
H. Peter Anvin | Beginning of a VESA graphical console driver |
commit | commitdiff | tree | snapshot |
2006-08-26 |
H. Peter Anvin | Support sending information from the comboot module... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | We actually need klibc-1.4.27 or later... syslinux-3.20 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | extlinux: when compiling against klibc, use atexit... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | extlinux: when building for klibc, mknod() needs to... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | We need klibc-1.4.26 for getopt_long() to actually... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | Print a usage message when we get an invalid option syslinux-3.20-pre20 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
H. Peter Anvin | Support building extlinux with klibc |
commit | commitdiff | tree | snapshot |
2006-08-22 |
H. Peter Anvin | PXELINUX: Print an error message if the config file... syslinux-3.20-pre19 |
commit | commitdiff | tree | snapshot |
2006-08-22 |
H. Peter Anvin | Fix typo syslinux-3.20-pre18 |
commit | commitdiff | tree | snapshot |
2006-08-22 |
H. Peter Anvin | In kaboom, use standard macro for resetting the stack... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git syslinux-3.20-pre17 |
commit | commitdiff | tree | snapshot |
2006-08-22 |
H. Peter Anvin | Modularize the pause bird function; don't print dots... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
H. Peter Anvin | Document CD boot sector fix. syslinux-3.20-pre16 |
commit | commitdiff | tree | snapshot |
2006-08-18 |
H. Peter Anvin | Comment fix. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
H. Peter Anvin | Fix stack clobber when loading CD boot sectors. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | More cleanup of comboot exit code syslinux-3.20-pre15 |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Fix directory name syslinux-3.20-pre14 |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Target to upload a prerelease |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Remove more CVS-era $Id$ tags. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Better describe what this macro does (comment fix.) |
commit | commitdiff | tree | snapshot |
2006-08-17 |
H. Peter Anvin | Clean up the reset stack macro further; incorporate... |
commit | commitdiff | tree | snapshot |
next |