Move mboot documentation to the doc/ directory
[profile/ivi/syslinux.git] / comboot.inc
2008-02-12 H. Peter AnvinRemove last users of getcbuf; reclaim the address space
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 AnvinUpdate copyright year
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 AnvinISOLINUX: Change DriveNo -> DriveNumber
2007-11-02 H. Peter AnvinUse "nop nop" to clobber "mov cs,ax" even though it...
2007-11-02 H. Peter Anvincomboot: fix shuffle_and_boot_rm (used by linux.c32)
2007-10-03 H. Peter AnvinUpdate the memory layout specification
2007-09-21 H. Peter Anvincomboot: fix memory overwrite bug
2007-06-21 H. Peter AnvinMove most messages into the appropriate .inc files
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-03-15 H. Peter AnvinAdd a register-setting shuffle and boot for real mode... syslinux-3.40-pre14
2007-03-15 H. Peter AnvinFix the shuffle and boot interface. It was probably...
2007-03-13 H. Peter AnvinINT 22h, AX=001Ah: we have FS:SI pointing to the regist...
2007-03-11 H. Peter AnvinNew API call: cleanup, shuffle and boot to flat protect...
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-19 H. Peter AnvinComboot function READ DISK corrupts its arguments;...
2007-02-10 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5
2007-02-08 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.36-pre7
2007-02-07 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git#syslinu...
2007-02-01 H. Peter AnvinStealth whitespace cleanup
2007-01-29 H. Peter AnvinMerge with syslinux-3.35 syslinux-3.40-pre4
2007-01-24 H. Peter AnvinNew API call: read disk.
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 AnvinReturn error if we specify an invalid kernel type name...
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 AnvinMore cleanup of comboot exit code syslinux-3.20-pre15
2006-08-17 H. Peter AnvinClean up the reset stack macro further; incorporate...
2006-08-17 H. Peter AnvinRemove obsolete code
2006-08-17 H. Peter AnvinThe RESET_STACK change broke SYSLINUX & EXTLINUX. ... syslinux-3.20-pre13
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 hpaSymlink support for EXTLINUX
2005-08-21 hpaDisable the idle call for now
2005-08-21 hpaCorrect the code related to the run kernel image API...
2005-08-21 hpaAdd more low-level API function to load the kernel...
2005-08-19 hpaSaner idle call semantics
2005-08-17 hpaAdd localboot API call
2005-01-20 hpaImproved handling of ARP wait; add idle function.
2005-01-12 hpa3.07: Fix chainloading
2005-01-06 hpaCommit 3.10 changes to mainline. In particular, suppor...
2005-01-05 hpaEXTLINUX: return derivative-specific information. ...
2005-01-05 hpaAllow libcom32 to detect a disabled video console,...
2004-12-28 hpaDocument resolve hostname API
2004-12-28 hpaFix pxelinux relocation; work around infinite loop...
2004-12-21 hpaWe have strcpy, use it
2004-12-21 hpaFix typo
2004-12-21 hpaAdd an API function to get the IPAPPEND strings.
2004-12-17 hpaActually use sections, and move common variables into...
2004-12-16 hpaMore cleanups; try to get rid of the now-obsolete defin...
2004-12-15 hpaPrepping for new 2.20 version: rewrite main syslinux...
2004-12-14 hpaFix the spelling of "Boston"
2004-06-18 hpaAdd an API call to query the configuration file name
2004-02-03 hpaMake "get key w/o echo" COMBOOT function work correctly
2004-02-03 hpaActually handle mode adjustments
2003-11-26 hpaAdd a bootstrap chainloading API, and include a sample...
2003-11-24 hpaFix COMBOOT/COM32 command-line generation.
2003-11-23 hpaFix the file read API for COMBOOT/COM32
2003-05-20 hpaFormatting changes; comboot bug fix(?)
2003-04-16 hpaGet the actual high paragraph rather than just blindly...
2003-04-11 hpaPreparations for work on MDSLINUX, if it ever happens
2003-04-05 hpaEncapsulate calls to the PXE stack into a single function;
2003-04-05 hpaActually come up with stack-switch code which has a...
2002-10-25 hpaUse a more conventional stack arrangement in PXELINUX...
2002-10-25 hpaLDLINUX: Fix "kaboom" bug when booting off hard disk
2002-06-17 hpaCorrect the "invoke PXE stack" call...
2002-06-17 hpaAdd API call to determine the serial console configuration.
2002-06-17 hpaDocument changes due to the use of a stack frame; add...
2002-06-17 hpaSupport reporting extended characters as <NUL>...;...
2002-06-12 hpaRemove the noop API call, and instead use function...
2002-06-12 hpaFix the implementation of API call 0009h (Call PXE...
2002-06-12 hpaAdd an API call to invoke the PXE stack directly.
2002-06-11 hpaUpdate documentation; return ClustSize not SecPerClust...
2002-06-11 hpaAdd an API for COMBOOT images, and add support for...
2002-06-06 hpaFix COMBOOT return; support DOS system calls 00 and...
2002-04-28 hpaGeneralize and factor out bootsector-generation code.
2002-04-27 hpaMore factoring of common code