Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
[profile/ivi/syslinux.git] / extlinux.asm
2008-04-19 H. Peter AnvinSupport LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
2008-04-07 H. Peter Anvinextlinux: Correct the directory block end condition syslinux-3.63-pre3
2008-02-16 H. Peter AnvinPut virtual kernels (CLI labels) in high memory syslinux-3.62-pre7
2008-02-13 H. Peter AnvinCorrect comment specific to SYSLINUX in the other deriv...
2008-02-12 H. Peter AnvinSwitch the display file and graphics routines to using...
2008-02-12 H. Peter AnvinChange command line limit to 2047 characters
2008-02-12 H. Peter AnvinRemove last users of getcbuf; reclaim the address space
2008-01-16 H. Peter AnvinEXTLINUX: correct bug when accessing an empty file...
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-14 H. Peter AnvinCreate libinstaller; actually implement boot-once for...
2007-12-13 H. Peter AnvinSnapshot: initialize the default ADV for disk-based...
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-10 H. Peter Anvinextlinux: "open" takes a mangled pointer in DS:DI
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-02 H. Peter AnvinRebalance sections for especially extlinux
2007-01-29 H. Peter AnvinMerge with syslinux-3.35 syslinux-3.40-pre4
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 AnvinWhen exiting a COMBOOT/COM32 module, reset the stack...
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2005-08-22 hpaSilly fix for slow symlinks
2005-08-22 hpaRegister-handling cleanups for searchdir.
2005-08-22 hpaSymlink support for EXTLINUX
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 hpaMerge updates to syslinux into extlinux
2005-04-03 hpaextlinux: fix multiple directory-parsing bugs.
2005-01-25 hpaextlinux: handle sparse files correctly
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 pointers/block calculation
2004-12-22 hpaHandle partition offset
2004-12-21 hpaConfig file is extlinux.conf
2004-12-20 hpaFix EQUs
2004-12-20 hpaActually fix the block calculation. I think it works...
2004-12-20 hpaFurther fixes to linear address computation, now works...
2004-12-20 hpaFix regparm in libcom32; make extlinux actually work...
2004-12-20 hpaUse %define instead of equ to work around NASM 0.98...
2004-12-19 hpaMake extlinux actually compile. No words on actually...
2004-12-19 hpaA lot more work on extlinux. Should have most of the...
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 hpaFlesh out getfssec
2004-12-17 hpaHumble beginnings of an extlinux program.