More fixes to the extlinux installer; change back to writable types
[profile/ivi/syslinux.git] / ldlinux.asm
2004-12-19 hpaFix some additional common code issues; fix dangling...
2004-12-19 hpaMore common code cleanup; actually use the code to...
2004-12-17 hpaFactor out the cache code into a separate file.
2004-12-17 hpaActually use sections, and move common variables into...
2004-12-17 hpaMove the .bss to a separate section so we can at least...
2004-12-16 hpaCorrect the handling for full 64K regions safe; correct...
2004-12-16 hpaGenerate the length correctly
2004-12-16 hpaCluster -> Sector conversion has to add the DataArea...
2004-12-16 hpaCorrect finding the first sector
2004-12-16 hparepe cmpsb trashes di, not just si
2004-12-16 hpaFix the sense of a couple of tests. We now get to...
2004-12-16 hpaFix some cut-and-paste bugs...
2004-12-16 hpaCorrections to self-loading sequence; we now get that...
2004-12-16 hpaFix some cases of bad pointer arithmetric
2004-12-16 hpaFirst cut at new searchdir for FAT boot loader; uses...
2004-12-16 hpaRemove unneccesary blank line
2004-12-16 hpascas uses the destination operand, so don't use it.
2004-12-16 hpaMore cleanups; try to get rid of the now-obsolete defin...
2004-12-16 hpaBuild sector-oriented getfssec routine
2004-12-16 hpaReorganize memory map to make use of 0x3000..0x5000...
2004-12-15 hpaPrepping for new 2.20 version: rewrite main syslinux...
2004-12-14 hpaUpdate copyright headers.
2004-08-04 hpaMove ASCII macros to macros.inc
2004-08-04 hpaClean up memory management and command-line creation
2004-06-18 hpaAdd an API call to query the configuration file name
2004-06-13 hpaReinstate safety check
2004-05-29 hpa- Add "allowoptions" command
2004-04-23 hpaBetter E820 memory parser
2004-02-16 hpasearchdir should preserve %bp.
2004-01-29 hpaHandle video pages correctly.
2003-12-04 hpaRate-limit ARP calls to avoid screwing over people...
2003-11-27 hpaAdd "onerror" configuration directive
2003-11-26 hpaAdd a bootstrap chainloading API, and include a sample...
2003-11-26 hpaRename timeoutcmd -> ontimeout
2003-11-25 hpa- Handle ARP requests while idle in pxelinux
2003-11-24 hpaFix COMBOOT/COM32 command-line generation.
2003-11-24 hpaAdd timeoutcmd command
2003-08-22 hpaMinor code cleanup.
2003-07-01 hpaCOM32: Try to support both farcall and intcall
2003-04-15 hpaMacroize the generation of the "insufficient DOS RAM...
2003-04-11 hpaPreparations for work on MDSLINUX, if it ever happens
2003-04-05 hpaQuiet a warning
2003-01-30 hpaGive us at least a prayer to work with nonpartitioned...
2002-10-25 hpaLDLINUX: Fix "kaboom" bug when booting off hard disk
2002-10-24 hpa* Unify the command-line handling and extension-scannin...
2002-06-17 hpaAdd API call to determine the serial console configuration.
2002-06-11 hpaAdd an API for COMBOOT images, and add support for...
2002-06-10 hpaRemove all explicit "near" declarations, except the...
2002-06-06 hpaFix COMBOOT return; support DOS system calls 00 and...
2002-06-06 hpaClean up major bugs in the extension-detection code.
2002-06-02 hpaMajor rewrite of the very early SYSLINUX code. Generat...
2002-06-01 hpaFix egg-on-face bug (accessing several word variables...
2002-04-30 hpaFurther rationalize command-line parsing by allowing...
2002-04-29 hpaChange keywords to match the documentation.
2002-04-28 hpaFactor out CPU initialization and some common configura...
2002-04-28 hpaGeneralize and factor out bootsector-generation code.
2002-04-27 hpaMore factoring of common code
2002-04-27 hpaDon't rely on non-preprocessor references
2002-04-27 hpa*** empty log message ***
2002-04-27 hpaMove configuration file handling to separate file ...
2002-04-26 hpaEven more common code factoring
2002-04-26 hpaMore common code factoring: getc library, font handling...
2002-04-26 hpaMove VGA graphics code to a shared include file
2002-04-26 hpaMove some of the common header crap into header files.
2002-04-26 hpaAdd support for automatic dependency generation
2002-04-23 hpaMake esp. ldlinux.asm more similar to other modules.
2002-04-18 hpaCorrect stack corruption problem.
2002-04-18 hpaFix use of incorrect size for [ClustSize].
2002-04-17 hpaPort the conventional memory relaxing from the 1.6x...
2002-03-19 hpaMerge with 1.6x branch
2002-01-02 hpaUpdate copyright date, and change work-in-progress...
2001-12-23 hpaCode restructuring: common subroutine to load a file...
2001-12-10 hpaFix support for small pseudo-kernels.
2001-12-10 hpaAdd support for "pseudo-kernels" < 64K in size.
2001-12-10 hpaBoot protocol version 2.03 support.
2001-11-21 hpaMake an attempt at detecting nonexistent serial port...
2001-11-21 hpaCorrect serial port/no flow control.
2001-11-20 hpaEven more tweaks at flow control support
2001-11-20 hpaCorrect parsing of serial flow control
2001-11-20 hpaModify the way serial flow control works.
2001-11-20 hpaFix parsing of hardware flow control
2001-11-20 hpaFix restoring text mode with a font set (uninitialized...
2001-09-06 hpaFirst cut of "hardware" flowcontrol support for serial...
2001-07-20 hpaTry to avoid font problems when returning to text mode.
2001-05-28 hpaFix stack-smash bug.
2001-04-24 hpa- Graphics fixes
2001-04-19 hpaIntroduce a way to return to text mode. Clean up the...
2001-04-10 hpaMove "call vgaclearmode" in case of kaboom to the corre...
2001-04-10 hpaClear graphics mode before trying to reboot.
2001-04-10 hpaFix for register corruption while displaying F-key...
2001-04-09 hpaIssue a CR LF before printing a message file. Introduc...
2001-04-09 hpaAlways use ScrollAttribute for scrolling.
2001-04-09 hpaAdd mode-specific control sequences.
2001-04-09 hpaGraphics mode scrolling fixes.
2001-04-09 hpaMore bug fixes, including the handling of VidRows/VidCo...
2001-04-08 hpaUse symbolic BS instead of 08h in strings...
2001-04-05 hpaFix the offset asserts so they actually work.
2001-04-05 hpaActually make NASM enforce the checkpoints.
2001-04-05 hpaThe great graphics merge! We're now officially working...
2001-03-28 hpaGet rid of the automatic appending of "auto". syslinux-1.54-pre3
next