summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comboot function READ DISK corrupts its arguments; fix.syslinux-3.3xH. Peter Anvin2007-02-192-2/+2
|
* Set up the LRU chain correctly (d'oh!)syslinux-3.36-pre10syslinux-3.36H. Peter Anvin2007-02-081-0/+1
|
* Fix -fno-stack-protector per bug report from Gilles Espinassesyslinux-3.36-pre9H. Peter Anvin2007-02-081-1/+1
|
* %ifndef IS_PXELINUX won't do much good... %if IS_PXELINUX == 0 is correctsyslinux-3.36-pre8H. Peter Anvin2007-02-081-1/+1
|
* Merge with ↵syslinux-3.36-pre7H. Peter Anvin2007-02-0811-14/+14
|\ | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * fileread: new file descriptor should be from oreg, not iregH. Peter Anvin2007-02-071-1/+1
| |
| * Merge with ↵H. Peter Anvin2007-02-0726-88/+594
| |\ | | | | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * | fileread: ES:BX -> buffer, not ES:SIH. Peter Anvin2007-02-071-1/+1
| | |
| * | Stealth whitespace cleanupH. Peter Anvin2007-02-019-11/+10
| | |
| * | Formatting cleanupH. Peter Anvin2007-02-011-1/+2
| | |
* | | PXELINUX: ES:BX -> PXENV+, so we can't have ES:DI -> $PnP.H. Peter Anvin2007-02-082-0/+7
| |/ |/| | | | | This broke chainbooting FreeBSD at least.
* | For extension *search*, SYSLINUX should now use the same code as the others.syslinux-3.36-pre6H. Peter Anvin2007-02-062-14/+5
| |
* | Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-0614-14/+56
| |
* | SYSLINUX: Fix extension-detection for syslinux.H. Peter Anvin2007-02-063-17/+4
| |
* | 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
| | | | | | | | | | New MBR which supports logical partitions. Move the MBR to a subdirectory, and convert it to gas with the expectation of including it in util-linux.
* | 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 ↵syslinux-3.36-pre2H. Peter Anvin2007-02-011-109/+147
|\ \ | |/ | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * Unix FAT installer: separate mount/umount; try vfat before msdosH. Peter Anvin2007-02-011-109/+143
| | | | | | | | | | Separate the mounting and unmounting code out into separate functions. Try mounting vfat before trying to mount msdos.
| * Unix FAT installer: #include <sys/ioctl.h>, FAT_IOCTL_SET_ATTRIBUTESH. Peter Anvin2007-02-011-0/+4
| | | | | | | | | | #include <sys/ioctl.h>, and provide a backup definition for FAT_IOCTL_SET_ATTRIBUTES.
* | 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 ↵H. Peter Anvin2007-01-312-71/+63
|\ | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * Unix installer: use Linux-native ioctls instead of libfatH. Peter Anvin2007-01-312-71/+63
| | | | | | | | | | | | Unix installer: use Linux-native ioctls instead of libfat. This should make it smaller, and should also make it possible to use the vfat filesystem (need to clean up the mount code for that to work.)
* | Merge with ↵H. Peter Anvin2007-01-3110-41/+49
|\ \ | |/ | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * 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
| | | | | | | | Fix typo.