Add timeoutcmd command
[profile/ivi/syslinux.git] / ldlinux.asm
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
2001-03-28 hpaAdd hack that hopefully will make -s mode less necessary syslinux-1.54-pre2
2001-02-08 hpaSupport for ip= option in PXELINUX. syslinux-1.52-pre2
2001-02-07 hpaDon't rely on SS -> zero_seg, since that will NOT be... syslinux-1.52-pre1
2001-01-24 hpaDon't do wraparound on the serial port - that's the...
2001-01-22 hpaReduce the io_delay to make the A20 slowdown less severe syslinux-1.51-pre6
2001-01-21 hpaFix E820 code; clean up some of the old debugging suppo... syslinux-1.51-pre5
2001-01-21 hpaTry to make the A20 delay loops a bit more consistent.
2001-01-19 hpaYet more fixes to the new A20 code. syslinux-1.51-pre4
2001-01-19 hpaFix really embarrassing A20 test bug.
2001-01-19 hpaBug fixes (we hope!) to both the E820 and new A20 code.
2001-01-19 hpaINT 15h, AX=0E820h memory detection support. syslinux-1.51-pre3
2001-01-19 hpaYet another round of A20 changes. syslinux-1.51-pre2
2000-11-17 hpaChange the A20 code to allow operation on KBC-less... syslinux-1.50 syslinux-1.50-0x3a159915
2000-11-06 hpaMove up the stack so it doesn't get clobbered when...
2000-07-09 hpaInitial PXELINUX/SYSLINUX bug fix/new protocol merge... syslinux-1.49-0x3968dd43
2000-07-06 hpa- Add support for boot protocol 0x0202 to SYSLINUX... syslinux-1.49-0x3964365c
2000-06-22 hpaThe kernel command line always lives at 9xxxxh, as...
1999-12-24 hpaMake it actually boot on M-systems flash... syslinux-1.49-0x3862f733
1999-12-22 hpaUntested M-systems fix for SYSLINUX... syslinux-1.49-0x38609533
1999-09-10 hpaCheckpoint - we are now talking TFTP natively instead...
1999-06-15 hpaMake ready for 1.45 release syslinux-1.45
1999-06-15 hpaFix up handling of serial port "raw hardware" driver...
1999-06-14 hpaSerial console support; still needs polishing, though...
1999-05-28 hpaChange the HIGHMEM_MAX limit from 3f000000h to 38000000h syslinux-1.44
1999-05-28 hpaSlight optimization it seems...
1999-03-23 hpaMove far jmp into the boot sector, since there actually...
1999-03-19 hpaUpdate copyrights to 1999 syslinux-1.43
1999-03-05 hpaFix typo.
1999-03-05 hpaMake io_delay a subroutine, and preserve ax across...
1999-03-05 hpaAdded sys2ansi.pl and I/O port change to NEWS
1998-12-05 hpaBe ultra-hyper-paranoid about A20.
1998-12-04 hpaAdd WBINVD to A20 loop; add some debugging code to... syslinux-1.42-0x3667907e
1998-12-03 hpaFrob the fast A20 gate as well as the keyboard controll...
1998-12-01 hpaAlways make the initrd fit under the 0x3f000000 mark... syslinux-1.41 syslinux-1.41-0x36642a1d
1998-12-01 hpaQuery memory with INT 15h, AX=0E801h and trust memory...
1998-05-13 hpaWe have space in the boot sector to check the file...
next