Merge commit 'hdt/master'
[profile/ivi/syslinux.git] / dos /
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 AnvinMove files out of root into core, dos, and utils
2008-05-29 H. Peter AnvinAssemble via ELF, to enable future linking
2008-05-28 H. Peter AnvinMerge commit 'origin/master' into gpxe-added
2008-05-14 H. Peter AnvinMerge commit 'origin/gptmbr'
2008-05-12 Stefan BucurFixed the various Makefiles so that SYSLINUX compiles...
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-03-04 H. Peter AnvinMerge commit 'origin/master' into nolen syslinux-3.70-pre4
2008-03-04 H. Peter AnvinPrevent inclusion of system include files when inapprop...
2008-01-11 H. Peter AnvinMerge commit 'syslinux-3.55' into adv syslinux-3.60
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
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-27 H. Peter AnvinMerge commit 'syslinux-3.60-pre6' into gpxe-support
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-09-25 H. Peter AnvinMerge commit 'syslinux-3.52' into gpxe-support syslinux-3.60-pre2
2007-09-24 H. Peter AnvinFix building on a 64-bit system without a 32-bit system... syslinux-3.52 syslinux-3.52-pre10
2007-06-02 H. Peter AnvinRAID mode installer support for SYSLINUX syslinux-3.50-pre18
2007-05-25 Luciano RochaDon't clobber /dev/null when compiling as root
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-07 H. Peter AnvinDeal with various distributions breaking gcc in weird...
2007-01-29 H. Peter AnvinMerge with syslinux-3.35 syslinux-3.40-pre4
2007-01-25 H. Peter AnvinDOS FAT installer: Fix name mangling for -d option
2007-01-24 H. Peter AnvinDOS FAT installer: Correct parsing of -d option
2007-01-24 H. Peter AnvinDOS FAT installer: support installing ldlinux.sys in...
2006-11-22 H. Peter AnvinMerge with syslinux-3.32-pre7 syslinux-3.40-pre3
2006-10-17 H. Peter AnvinMakefile cleanup to be able to build with CC='gcc ... syslinux-3.32-pre2
2006-10-17 H. Peter AnvinMove -m32 to CFLAGS as well
2006-10-17 H. Peter AnvinMove flags from CC to CFLAGS
2006-08-17 H. Peter AnvinMerge ... git+ssh:///boot/syslinux/syslinux.git
2006-08-17 H. Peter AnvinRemove more CVS-era $Id$ tags.
2006-08-17 H. Peter AnvinRemove CVS-era $Id$ tags.
2006-08-09 H. Peter AnvinDOS installer: make sure we tell gcc what the memory... syslinux-3.20-pre11
2006-05-04 H. Peter AnvinAcross-the-board stealth whitespace cleanup
2004-12-30 hpaMake the various Makefiles agree what is BTARGET and...
2004-12-28 hpaFix using the resolver function from the API (with...
2004-12-28 hpaFix the scanning of the partition table (for the -a...
2004-12-28 hpaSupport the -m and -a options for the DOS installer...
2004-12-22 hpaFix the -m and -a options for Win32; add support for...
2004-12-19 hpaMake DOS installer use our homegrown 64-bit divide
2004-12-19 hpaBeef up the sanity checking of the boot sector. For...
2004-12-18 hpaMake the DOS-based installer actually work; mark debugg...
2004-12-18 hpaFix handling of alignment issues
2004-12-18 hpaFix dec/hex bug in crt0.S; do -msoft-float just in...
2004-12-18 hpaResurrect printf(), and create a library. This way...
2004-12-17 hpaAdditional fixes for the proper argc/argv parsing
2004-12-17 hpaActually parse argc/argv properly.
2004-12-17 hpaOutput \n as \r\n
2004-12-17 hpaCharacter to print goes in DL, not in BL
2004-12-17 hpaFix memcpy/memset to match the use of regparm and ...
2004-12-16 hpaAdd -DREGPARM=3 to go along with -mregparm=3
2004-12-16 hpaConvert to using -mregparm=3; makes the code slightly...
2004-12-16 hpaMSDN says the 0x08 forms of the lock calls are OK for...
2004-12-15 hpaUse the DOS version to determine whether to use the...
2004-12-15 hpaPut in MS-DOS 7 locking support
2004-12-15 hpa@:\LDLINUX.SYS not @:LDLINUX.SYS
2004-12-15 hpaAdjust the interface to syslxmod.c so the DOS installer...
2004-12-15 hpaSimple memset/memcpy implementation
2004-12-15 hpaTweak optimizations.
2004-12-15 hpaConvert the DOS installer to C like everything else.
2004-12-15 hpaMore adjustment to the Brave New World<TM>
2004-12-15 hpaPrepping for new 2.20 version: rewrite main syslinux...