syslinux.ld: don't pad between .got and .data
[profile/ivi/syslinux.git] / mbr /
2009-08-19 Erwan VeluMerge commit 'pam/disklib-fixes'
2009-08-05 Pierre-Alexandre... Merge commit 'hpa/master' into for-erwan
2009-06-01 H. Peter AnvinMerge branch 'master' into core32
2009-06-01 H. Peter AnvinMerge branch 'syslinux-3.8x'
2009-06-01 H. Peter Anvinisohdpfx: actually generate the stack frame isolinux... syslinux-3.82-pre2
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter AnvinRevert "Run Nindent on mbr/adjust.h"
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter AnvinRun Nindent on mbr/adjust.h
2009-05-26 H. Peter AnvinMerge branch 'master' into core32
2009-05-26 H. Peter AnvinMerge branch 'for-3.81'
2009-05-26 H. Peter Anvinisohdpfx: don't clear %ds before parsing partiting... syslinux-3.81-pre15
2009-05-26 H. Peter AnvinMerge branch 'master' into core32
2009-05-26 H. Peter Anvinaltmbr: cap at 439 bytes so the partition select byte...
2009-05-26 H. Peter AnvinMerge branch 'master' into core32
2009-05-26 H. Peter Anvinisohybrid: revert to a stack format compatible with... syslinux-3.81-pre14
2009-05-25 H. Peter AnvinMerge branch 'master' into core32
2009-05-25 H. Peter Anvinaltmbr: fix accounting of logical partitions
2009-05-21 H. Peter AnvinMerge branch 'master' into core32
2009-05-21 H. Peter Anvinisohybrid: add missing isohdppx.S file
2009-05-21 H. Peter Anvinisohybrid: support booting from partition; fix CBIOS...
2009-04-28 H. Peter AnvinUnify dependency generation: MCONFIG.embedded
2009-04-28 H. Peter AnvinUnify dependency generation
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-04-04 H. Peter AnvinMerge branch 'master' into new-shuffler
2009-04-04 H. Peter AnvinUpdate copyright notices; add Intel notices where appro...
2009-03-31 H. Peter Anvinaltmbr: an alternative MBR which ignores the active...
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...
2009-03-17 H. Peter AnvinMerge branch 'master' into memdisk-cd
2009-03-13 H. Peter AnvinMerge branch 'hdt'
2009-03-11 H. Peter Anvinisohdpfx: remove stray jmpw *%si
2009-03-02 H. Peter AnvinMerge branch 'master' into hdt
2009-02-27 H. Peter Anvinisohdpfx: work around gas/ld miscompilation
2008-09-09 H. Peter Anvinmbr, gptmbr, isohdpfx: don't lose the carry flag
2008-09-09 H. Peter Anvinisohdpfx: save one byte
2008-09-08 H. Peter AnvinMerge commit 'stefanha/gdbstub'
2008-09-08 H. Peter Anvinmbr/Makefile: run checksize on the proper binaries... syslinux-3.72-pre4
2008-09-05 H. Peter AnvinISOLINUX: fix EBIOS information passing in hybrid HDD...
2008-09-05 H. Peter AnvinISOLINUX: support for hybrid mode (CD-ROM/USB key)
2008-08-22 H. Peter AnvinClean up embedded Makefile targets; fix build failure
2008-08-20 H. Peter AnvinMajor Makefile cleanups; gcc 4.3.0 compatiblity
2008-06-28 H. Peter AnvinBuild _bin.c files in libinstaller; clean up B/I separation
2008-05-29 H. Peter Anvinmbr: clean up *_bin.c files
2008-05-29 H. Peter AnvinMove files out of root into core, dos, and utils
2008-05-28 H. Peter AnvinMerge commit 'origin/master' into gpxe-added
2008-05-14 H. Peter AnvinDocument GPT boot protocol; add !GPT signature
2008-05-14 H. Peter AnvinMerge commit 'origin/gptmbr'
2008-03-23 H. Peter AnvinMerge commit 'origin/nolen' into gpxe-support
2008-03-21 H. Peter AnvinMerge commit 'syslinux-3.63-pre2' into nolen syslinux-3.70-pre5
2008-03-06 H. Peter AnvinUse $(CC) in gcc_ok macro, not plain gcc
2008-02-26 H. Peter Anvingptmbr: use cltq to extend a zero %eax into %edx
2008-02-25 H. Peter Anvingptmbr: Add comment
2008-02-25 H. Peter Anvingptmbr: save phdr -> bootsect on the stack, saving...
2008-02-25 H. Peter Anvingptmbr: another confusion of start and end fields
2008-02-25 H. Peter Anvingptmbr: fix confusion between start and end fields
2008-02-25 H. Peter Anvingptmbr: use xchgw %ax,... instead of movw %ax,... when...
2008-02-25 H. Peter Anvingptmbr: Use %bp for references into phdr and the stack
2008-02-25 H. Peter Anvingptmbr: since %bx is advanced, we can test -2(%bx)...
2008-02-25 H. Peter Anvingptmbr: addw $512, %bx -> addb $2, %bh
2008-02-25 H. Peter Anvingptmbr: offsets into phdr are decimal, not hex
2008-02-25 H. Peter Anvingptmbr: move advancing %bx into read_sector
2008-02-25 H. Peter Anvingptmbr: need to set %bx -> bootsec
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to reduce register pressure
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to save 3 bytes
2008-02-25 H. Peter Anvinrep; cmpsw -> repe; cmpsw
2008-02-25 H. Peter AnvinMaster boot record for GPT partition tables
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
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-18 H. Peter Anvinmbr: remove *.bin on "spotless", not "clean" syslinux-3.53
2007-11-14 H. Peter Anvinmbr.S: fix loading from logical partitions
2007-11-01 H. Peter AnvinFix [BI]ESUBDIRS for make installer/tidy/clean/spotless
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
next