aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous problems in the new MBR code.syslinux-3.36-pre5H. Peter Anvin2007-02-043-15/+97
* MBR: Set %si immediately upon setting %spH. Peter Anvin2007-02-041-1/+1
* MBR: produce a list file.H. Peter Anvin2007-02-041-4/+4
* Document new MBR.syslinux-3.36-pre4H. Peter Anvin2007-02-041-0/+1
* Fix additional references to mbr.binH. Peter Anvin2007-02-041-2/+2
* Move old MBR into the MBR directory; fix old reference to mbr.binH. Peter Anvin2007-02-042-1/+1
* New MBR which supports logical partitions.H. Peter Anvin2007-02-044-8/+378
* Unix FAT inst: fix the order of stitched strings.syslinux-3.36-pre3H. Peter Anvin2007-02-031-1/+1
* Remember which sector we cached!H. Peter Anvin2007-02-011-0/+1
* Use LRU caching instead of LRR (least recently read)H. Peter Anvin2007-02-011-26/+57
* Rebalance sections for especially extlinuxH. Peter Anvin2007-02-012-5/+5
* Mtools installer: disable MTOOLS_NO_VFATH. Peter Anvin2007-02-011-1/+1
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...syslinux-3.36-pre2H. Peter Anvin2007-02-011-109/+147
|\
| * Unix FAT installer: separate mount/umount; try vfat before msdosH. Peter Anvin2007-02-011-109/+143
| * Unix FAT installer: #include <sys/ioctl.h>, FAT_IOCTL_SET_ATTRIBUTESH. Peter Anvin2007-02-011-0/+4
* | Document that Ghost should now work.H. Peter Anvin2007-01-311-0/+1
|/
* Document change in strategy for the "unix" installer.H. Peter Anvin2007-01-311-0/+2
* Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-01-312-71/+63
|\
| * Unix installer: use Linux-native ioctls instead of libfatH. Peter Anvin2007-01-312-71/+63
* | Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...H. Peter Anvin2007-01-3110-41/+49
|\|
| * Use %-style of implicit rules when we don't have SUFFIXES set.syslinux-3.35H. Peter Anvin2007-01-281-1/+1
| * Quiet warnings when building in a non-git directory.H. Peter Anvin2007-01-281-2/+2
| * When making a release, force a tag even if it already existsH. Peter Anvin2007-01-281-1/+1
| * Make including .depend obligatory (otherwise make might not generate it?)H. Peter Anvin2007-01-281-1/+1
| * Remove redundant rule for gethostip.oH. Peter Anvin2007-01-281-2/+0
| * Generate gethostip even when cross-compiling with -m32H. Peter Anvin2007-01-281-0/+1
| * Fix the Makefile to handle overridden CCH. Peter Anvin2007-01-281-8/+12
| * sample/Makefile: $(M32) is also needed in $(SFLAGS)H. Peter Anvin2007-01-281-1/+1
| * Remove -m32 from the CC variable globally.H. Peter Anvin2007-01-282-5/+5
| * Apparently rpmbuild won't accept a macro named "cc" either. Morons.H. Peter Anvin2007-01-281-7/+7
| * Apparently rpmbuild can't deal with empty macros. Morons.H. Peter Anvin2007-01-281-7/+7
| * Update copyright dates to 2007H. Peter Anvin2007-01-272-4/+4
| * Acknowledge slax.orgsyslinux-3.35-pre5H. Peter Anvin2007-01-251-0/+2
| * Need to support Infinibad.H. Peter Anvin2007-01-251-0/+2
| * Update TODO list.H. Peter Anvin2007-01-251-8/+9
| * -FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTEDH. Peter Anvin2007-01-251-1/+1
* | New version 3.36: document changes so farH. Peter Anvin2007-01-302-1/+5
* | MEMDISK: add alias "cbios" == "noebios" == "noedd"H. Peter Anvin2007-01-301-1/+2
* | MEMDISK: ebios/noebios as synonyms to edd/noeddH. Peter Anvin2007-01-301-2/+4
* | MEMDISK: Default to floppy = EDD off, hard disk = EDD on, give optionH. Peter Anvin2007-01-303-9/+31
|/
* Even more places which need -m32...syslinux-3.35-pre4H. Peter Anvin2007-01-251-4/+7
* Quick hack to make sure we build 32-bit binaries with the -m32 flag.H. Peter Anvin2007-01-251-1/+3
* Invoke ONERROR if we hit abort_load (and ONERROR is set.)H. Peter Anvin2007-01-253-6/+19
* Compilation fix for older gcc where __DBL_*_EXP__ isn't definedH. Peter Anvin2007-01-252-33/+42
* Document config file search pathsyslinux-3.35-pre3H. Peter Anvin2007-01-241-4/+11
* DOS FAT installer: Fix name mangling for -d optionH. Peter Anvin2007-01-241-3/+10
* Win32 FAT installer: fix type typo (which happened to cancel itself out...)H. Peter Anvin2007-01-241-1/+1
* Win32 FAT installer: fix path mangling for -d optionH. Peter Anvin2007-01-241-3/+10
* New API call: read disk.H. Peter Anvin2007-01-243-1/+48
* Win32 FAT installer: support installing in a subdirectorysyslinux-3.35-pre2H. Peter Anvin2007-01-231-1/+46