NEWS: Document Bruce Robson's Adaptec bug fix
[profile/ivi/syslinux.git] / ldlinux.asm
2008-02-16 H. Peter AnvinPut virtual kernels (CLI labels) in high memory syslinux-3.62-pre7
2008-02-12 H. Peter AnvinSwitch the display file and graphics routines to using...
2008-02-12 H. Peter AnvinRemove last users of getcbuf; reclaim the address space
2008-01-16 H. Peter AnvinStandardize format for copyright lines and update
2008-01-11 H. Peter AnvinMerge commit 'syslinux-3.55' into adv syslinux-3.60
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-05 H. Peter AnvinMerge commit 'syslinux-3.55-pre4' into adv syslinux-3.60-pre7
2007-12-18 H. Peter AnvinMerge commit 'origin/master' into adv syslinux-3.60-pre6
2007-12-13 H. Peter AnvinInitial support for auxilliary data vector
2007-11-15 H. Peter AnvinPreserve ES:DI instead of probing for $PnP syslinux-3.53-pre5
2007-11-14 H. Peter AnvinRemove unused variable BufSafeSec
2007-11-02 H. Peter AnvinRemove unused EndOfGetcBuf
2007-06-21 H. Peter AnvinMove most messages into the appropriate .inc files
2007-06-21 H. Peter AnvinWorkaround for VMware console bug; make more common...
2007-06-07 H. Peter AnvinFix the INT 18h patch offset for the RAID mode (-r... syslinux-3.50-pre21
2007-06-02 H. Peter Anvin"RAID mode": execute INT 18h on boot failure instead...
2007-05-23 H. Peter AnvinMake it safe to call close_file on an already closed... syslinux-3.50-pre15
2007-05-23 H. Peter AnvinAdd a proper internal close function (close_file)
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
2007-02-20 H. Peter AnvinMake sure we can read the config file name even after... syslinux-3.40-pre7
2007-02-20 H. Peter AnvinMerge with syslinux-3.3x
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-07 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-02-07 H. Peter AnvinFor extension *search*, SYSLINUX should now use the... syslinux-3.36-pre6
2007-02-06 H. Peter AnvinSYSLINUX: Fix extension-detection for syslinux.
2007-01-29 H. Peter AnvinMerge with syslinux-3.35 syslinux-3.40-pre4
2007-01-24 H. Peter AnvinSupport subdirectories in the FAT version of SYSLINUX
2007-01-04 H. Peter AnvinMerge with 3.3x branch
2006-11-22 H. Peter AnvinMerge with syslinux-3.32-pre7 syslinux-3.40-pre3
2006-10-03 H. Peter AnvinMerge with 3.3x branch
2006-09-23 H. Peter AnvinAdd support for forcing the filetype, and loading a...
2006-09-13 H. Peter AnvinMerge with 3.2x branch
2006-09-05 H. Peter AnvinMerge with 3.2x branch syslinux-3.30-pre2
2006-08-26 H. Peter AnvinSupport sending information from the comboot module...
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-08-17 H. Peter AnvinWhen exiting a COMBOOT/COM32 module, reset the stack...
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2005-08-22 hpaRegister-handling cleanups for searchdir.
2005-08-20 hpaTry to be sane about spaces...
2005-08-20 hpaReorganize memory so we don't have to relocate pxelinux...
2005-08-18 hpaIf onerror is set, invoke onerror on escape
2005-08-18 hpaFix incorrect use of esi which should have been si
2005-08-16 hpaDon't modify data in the checksum region before we...
2005-08-16 hpaFix eax/edx corruption in EBIOS loop; remove transfer...
2005-08-09 hpaTry falling back to CBIOS if EBIOS totally fails.
2005-08-09 hpaReorganize the code for more space
2005-08-09 hpaCopyright year update
2005-08-08 hpaNew retry strategy
2005-08-03 hpaForm the EBIOS DAPA on the stack instead of assuming...
2005-01-18 hpaFix calculation of I/O block size in SYSLINUX
2005-01-08 hpaFix bug in the handling of directories spanning multipl...
2005-01-04 hpaNew CONSOLE directive to enable/disable the video console.
2004-12-28 hpaFix pxelinux relocation; work around infinite loop...
2004-12-27 hpaMore work on using sections for memory alignment. ...
2004-12-27 hpaReorganize memory slightly; split .bss into .bss and...
2004-12-22 hpaDetect null filenames correctly (problems in both pxeli...
2004-12-22 hpaFix bugs in the conversion to partition-relative sector...
2004-12-22 hpaHandle partition offset
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
next