NEWS: document changes in 4.07
[profile/ivi/syslinux.git] / mbr / mbr.S
2011-01-31 Gene CummMerge branch 'master' into rosh_for_hpa
2011-01-25 Erwan VeluMerge branch 'master' into chouffe
2010-12-30 Michal SoltysMerge branch 'master' into chaindev
2010-12-23 H. Peter Anvinmbr: Make sure the MBR code starts with the byte 0x33
2010-07-05 H. Peter AnvinMerge remote branch 'marcel/luaext'
2010-07-01 H. Peter AnvinMerge branch 'master' into lua
2009-04-13 Erwan VeluMerge branch 'for-erwan' of ssh://erwan@terminus.zytor...
2009-04-11 Pierre-Alexandre... Merge branch 'master' into for-erwan
2009-04-06 H. Peter AnvinMerge commit 'hdt/master'
2009-04-04 H. Peter AnvinMerge branch 'master' into new-shuffler
2009-04-04 H. Peter AnvinMerge branch 'ctrl-mbr'
2009-04-04 H. Peter Anvinmbr: generate normal versions, force-80 versions, and...
2009-04-04 H. Peter AnvinUpdate copyright notices
2009-03-31 H. Peter Anvinmbr/*.S: use a symbolic constant for BIOS_kbdflags
2009-03-31 H. Peter Anvinmbr/*.S: if Ctrl is pressed, force the drive number...
2008-12-12 H. Peter AnvinMerge commit 'syslinux-3.73-pre7' into lua
2008-09-09 H. Peter Anvinmbr, gptmbr, isohdpfx: don't lose the carry flag
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-01-22 H. Peter Anvinmbr: save another 5 bytes by terminating error on newline syslinux-3.61-pre4
2008-01-22 H. Peter Anvinmbr.S: save one more byte syslinux-3.61-pre3
2008-01-10 H. Peter AnvinMerge commit 'origin/adv' into gpxe-support
2008-01-10 H. Peter AnvinMerge commit 'origin/master' into adv
2008-01-10 H. Peter AnvinUpdate copyright year
2007-12-27 H. Peter AnvinMerge commit 'syslinux-3.60-pre6' into gpxe-support
2007-11-14 H. Peter Anvinmbr.S: fix loading from logical partitions
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: shave off another byte
2007-07-12 H. Peter AnvinMBR: one more comment
2007-07-12 H. Peter AnvinMBR: shave another ~4 bytes through an ugly error messa...
2007-07-12 H. Peter AnvinMBR: add HLT to prevent system from melting on failure
2007-07-12 H. Peter AnvinMBR: add CR LF to the end of messages
2007-07-12 H. Peter AnvinMBR: shave 2 more bytes
2007-07-11 H. Peter AnvinMBR: Don't clobber %eax before entering CBIOS code
2007-07-11 H. Peter AnvinMBR: always do setup for EBIOS, makes stack handling...
2007-07-11 H. Peter AnvinMBR: Handle the stack in read_sector correctly...
2007-07-11 H. Peter AnvinOne more MBR byte
2007-07-11 H. Peter AnvinAnother 12 bytes shaved off the MBR...
2007-07-11 H. Peter AnvinAnother 2 bytes off the MBR.
2007-07-11 H. Peter AnvinAdd some comments to the MBR
2007-07-11 H. Peter AnvinAnother 3 bytes or so off the MBR...
2007-07-11 H. Peter AnvinOne more MBR byte...
2007-07-11 H. Peter AnvinShave two more bytes off the MBR
2007-07-11 H. Peter AnvinMBR: fix pointer to partition table base
2007-07-11 H. Peter AnvinShave another byte off the MBR
2007-07-11 H. Peter AnvinShave an additional ~7 bytes off the MBR
2007-07-11 H. Peter AnvinShave a byte off the MBR code.
2007-04-10 H. Peter AnvinMBR: fix problems when LBA > 65535*sectors.
2007-03-15 H. Peter AnvinStealth whitespace cleanup (automated)
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-05 H. Peter AnvinFix numerous problems in the new MBR code. syslinux-3.36-pre5
2007-02-05 H. Peter AnvinMBR: Set %si immediately upon setting %sp
2007-02-04 H. Peter AnvinNew MBR which supports logical partitions.