profile/ivi/syslinux.git
2006-09-13 H. Peter AnvinBeginnings of supporting multiple pixel formats
2006-09-13 H. Peter Anvinfmtpixel.h: cleanups and performance improvements
2006-09-13 H. Peter AnvinCode to deal with multiple pixel formats
2006-09-13 H. Peter AnvinFor SOH codes, always issue a leading zero reset syslinux-3.30-pre5
2006-09-13 H. Peter AnvinDocument new selection programs.
2006-09-13 H. Peter AnvinMerge with 3.2x branch
2006-09-13 Erwan VeluIntroducing a new com32 module to parse pci devices...
2006-09-13 erwanBefore this fix, the cpu flags were shifted
2006-09-13 H. Peter Anvininitvesa: don't trust the BIOS when it says tty is...
2006-09-13 H. Peter Anvinansi: actually enable/disable the menu as required.
2006-09-13 H. Peter Anvinvesainfo: program to dump all VESA modes
2006-09-13 H. Peter Anvincom32/ansicon: actually mode the cursor...
2006-09-13 H. Peter AnvinRemove VESA demo and function used only by it
2006-09-13 H. Peter Anvinvesacon: if mode set failed, assume screen is unchanged
2006-09-13 H. Peter Anvinvesacon: stub out debugging function
2006-09-13 H. Peter Anvinvesacon: if a custom font is loaded, use it instead...
2006-09-13 H. Peter AnvinImplement fallback from vesacon to ansicon
2006-09-12 H. Peter AnvinCursor support for vesacon
2006-09-11 H. Peter AnvinFactor out the ANSI engine from the ANSI and VESA consoles
2006-09-06 H. Peter AnvinDocumentation for the graphical menu system syslinux-3.30-pre4
2006-09-06 H. Peter AnvinDocument graphical console
2006-09-06 H. Peter AnvinNo need to bzero .bss memory
2006-09-06 H. Peter AnvinAugment tinyjpeg so that we can decode straight into...
2006-09-05 H. Peter AnvinSet saner limits, since tinyjpeg will actually decode...
2006-09-05 H. Peter AnvinDefault to black screen; draw a JPEG background correctly. syslinux-3.30-pre3
2006-09-05 H. Peter AnvinCorrect the memory layout for the BGRA32 color space
2006-09-05 H. Peter AnvinMerge with 3.2x branch syslinux-3.30-pre2
2006-09-05 Erwan VeluAdding a new com32 module to handle cpu information syslinux-3.21-pre1
2006-09-05 Arne Georg... Simple menu system updates
2006-09-05 H. Peter AnvinAdd support for decoding JPEG images as well as PNG
2006-09-05 H. Peter Anvintinyjpeg: add rgba32 and bgra32 formats
2006-09-05 H. Peter AnvinFactor tinyjpeg out by colorspace, so we don't pull...
2006-09-02 H. Peter AnvinFix typo in Makefile rule
2006-09-02 H. Peter AnvinAdd tiny JPEG decoder library
2006-09-01 H. Peter AnvinLots of fixes to make the graphical menu actually work. syslinux-3.30-pre1
2006-09-01 H. Peter AnvinColor table handling for the VESA console
2006-09-01 H. Peter Anvinstate -> st.state
2006-09-01 H. Peter Anvinansicon support for SOH # color table handling
2006-09-01 H. Peter AnvinDon't bother writing out the trailing byte of an invali...
2006-09-01 H. Peter AnvinSerial port output with color table string injection.
2006-09-01 H. Peter AnvinWhitespace cleanup
2006-09-01 H. Peter AnvinWhitespace cleanup
2006-09-01 H. Peter AnvinWhitespace cleanup
2006-09-01 H. Peter AnvinBeginnings of a color theme manager; unify vesamenu...
2006-08-31 H. Peter AnvinShading fix
2006-08-31 H. Peter AnvinMore work on actual VESA console and menu. Shadowing...
2006-08-31 H. Peter AnvinExplicitly initialize on open instead of initializing...
2006-08-30 H. Peter AnvinBetter test of alpha blending (holy crap, it works!)
2006-08-30 H. Peter AnvinActually blend the proper colors...
2006-08-30 H. Peter AnvinMore sophisticated alpha blending; comment out backgrou...
2006-08-30 H. Peter AnvinThis branch is now targetted toward version 3.21
2006-08-28 H. Peter AnvinAdd alpha-blending function in preparation for proper...
2006-08-28 H. Peter AnvinTest program for the VESA code
2006-08-28 H. Peter AnvinInclude file updates
2006-08-28 H. Peter AnvinAdd routine to initialize and test for the FPU.
2006-08-28 H. Peter AnvinAdd strtod() function, needed by libpng
2006-08-28 H. Peter AnvinWork on getting libpng to actually do something useful...
2006-08-28 H. Peter AnvinMore work on VESA graphical console support
2006-08-27 H. Peter AnvinMore work on the VESA graphics console
2006-08-26 H. Peter AnvinMove Makefile.secret to the release directory
2006-08-26 H. Peter AnvinThis branch is targetted at SYSLINUX 3.30
2006-08-26 H. Peter AnvinBeginning of a VESA graphical console driver
2006-08-26 H. Peter AnvinSupport sending information from the comboot module...
2006-08-25 H. Peter AnvinWe actually need klibc-1.4.27 or later... syslinux-3.20
2006-08-25 H. Peter Anvinextlinux: when compiling against klibc, use atexit...
2006-08-25 H. Peter Anvinextlinux: when building for klibc, mknod() needs to...
2006-08-25 H. Peter AnvinWe need klibc-1.4.26 for getopt_long() to actually...
2006-08-25 H. Peter AnvinPrint a usage message when we get an invalid option syslinux-3.20-pre20
2006-08-25 H. Peter AnvinSupport building extlinux with klibc
2006-08-22 H. Peter AnvinPXELINUX: Print an error message if the config file... syslinux-3.20-pre19
2006-08-22 H. Peter AnvinFix typo syslinux-3.20-pre18
2006-08-22 H. Peter AnvinIn kaboom, use standard macro for resetting the stack...
2006-08-22 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git syslinux-3.20-pre17
2006-08-22 H. Peter AnvinModularize the pause bird function; don't print dots...
2006-08-18 H. Peter AnvinDocument CD boot sector fix. syslinux-3.20-pre16
2006-08-18 H. Peter AnvinComment fix.
2006-08-18 H. Peter AnvinFix stack clobber when loading CD boot sectors.
2006-08-17 H. Peter AnvinMore cleanup of comboot exit code syslinux-3.20-pre15
2006-08-17 H. Peter AnvinFix directory name syslinux-3.20-pre14
2006-08-17 H. Peter AnvinTarget to upload a prerelease
2006-08-17 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git
2006-08-17 H. Peter AnvinRemove more CVS-era $Id$ tags.
2006-08-17 H. Peter AnvinBetter describe what this macro does (comment fix.)
2006-08-17 H. Peter AnvinClean up the reset stack macro further; incorporate...
2006-08-17 H. Peter AnvinRemove obsolete code
2006-08-17 H. Peter AnvinThe RESET_STACK change broke SYSLINUX & EXTLINUX. ... syslinux-3.20-pre13
2006-08-17 H. Peter AnvinAdd header file missing since prior checkin syslinux-3.20-pre12
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-08-17 H. Peter AnvinDocument stack overflow issue.
2006-08-17 H. Peter AnvinWhen exiting a COMBOOT/COM32 module, reset the stack...
2006-08-17 H. Peter AnvinCOM32 module from Erwan Velu to automate loading based...
2006-08-15 H. Peter AnvinStealth whitespace cleanup
2006-08-15 Erwan VeluAdding a com32 module to handle DMI
2006-08-09 H. Peter AnvinDOS installer: make sure we tell gcc what the memory... syslinux-3.20-pre11
2006-07-14 H. Peter AnvinDocument PXELINUX timeout fix syslinux-3.20-pre10
2006-07-14 Curtis DotyPXELINUX: Fail if we couldn't get the config file
2006-05-25 H. Peter AnvinBe excrutiatingly correct with inline assembly syntax syslinux-3.20-pre9
2006-05-25 H. Peter Anvinmboot.c: allow memory addresses as jmp arguments.
2006-05-25 Tim Deeganmboot.c32: fix register constraints bug (more cleanly)
2006-05-04 H. Peter AnvinDocument changes. syslinux-3.20-pre8
next