More fixes to the extlinux installer; change back to writable types
[profile/ivi/syslinux.git] / isolinux.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 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 hpaFirst cut at new searchdir for FAT boot loader; uses...
2004-12-16 hpaMore cleanups; try to get rid of the now-obsolete defin...
2004-12-16 hpaReorganize memory map to make use of 0x3000..0x5000...
2004-12-14 hpaUpdate copyright headers.
2004-12-09 hpaSupport non-mkisofs mastering programs
2004-08-04 hpaMove ASCII macros to macros.inc
2004-08-04 hpaClean up memory management and command-line creation
2004-07-26 hpaMove raw console access and strcpy() into their own...
2004-06-18 hpaAdd an API call to query the configuration file name
2004-05-29 hpa- Add "allowoptions" command
2004-05-18 hpaKnut Petersen's hack for Award BIOS bugs
2004-04-23 hpaBetter E820 memory parser
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 hpaFix ISOLINUX directory length bug
2003-07-01 hpaCOM32: Try to support both farcall and intcall
2003-04-15 hpaMacroize the generation of the "insufficient DOS RAM...
2002-11-19 hpaFix a bug in bug fix...
2002-11-19 hpaFix the write string ABI call.
2002-10-24 hpa(Hopefully) fix bug related to very long configuration...
2002-10-24 hpaFix bug which causes ISOLINUX to choke on initrds ...
2002-10-24 hpa* Unify the command-line handling and extension-scannin...
2002-08-13 hpaFix for Toshiba laptops; ported from 1.xx branch
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-07 hpaRemove some redundant move-via-register of segments
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-06 hpaFix the aborted_msg
2002-06-03 hpaComment update
2002-06-03 hpaAdditional El Torito BIOS workarounds...
2002-04-30 hpaFurther rationalize command-line parsing by allowing...
2002-04-29 hpaChange keywords to match the documentation.
2002-04-28 hpaChange, and document, the search sequence of extensions.
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-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-23 hpaSet up %fs before invoking the final transfer sequence.
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-14 hpaCorrectly handle very large kernel images and very...
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-12-06 hpaUpdate NEWS file; turn off tracers; add warning about...
2001-12-06 hpaISOLINUX: Support booting from image files (if the...
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-08-04 hpaFix short jump out of range
2001-08-04 hpaBug workaround for Award BIOSes.
2001-07-20 hpaTry to avoid font problems when returning to text mode.
2001-04-24 hpa- Graphics fixes
2001-04-19 hpaIntroduce a way to return to text mode. Clean up the...
2001-04-12 hpaFix for full pathname lookup algorithm.
2001-04-12 hpaSupport full pathname searches.
2001-04-10 hpaFix for register corruption while displaying F-key...
2001-04-09 hpaTry to improve the relability of the error routine.
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 hpaMore pruning of debug messages.
2001-04-09 hpaClean up useless align directive.
2001-04-09 hpaClean up the error messages code; move some uninitializ...
2001-04-09 hpaIf we get a disk error, do the "kaboom" thing.
2001-04-09 hpaIf we hit a disk error, actually report the correct...
2001-04-09 hpaGraphics mode scrolling fixes; remove traces of IPAppen...
2001-04-09 hpaClean up copyright messages.
2001-04-09 hpaMore bug fixes, including the handling of VidRows/VidCo...
2001-04-09 hpaIntroduce "current directory" support for the isolinux...
2001-04-09 hpaImprove the ISO filename comparison algorithm; should...
2001-04-08 hpaHandle filenames without an extension (have to append...
next