summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Teach the menu system to ignore TEXT blocks for now.syslinux-3.40-pre8H. Peter Anvin2007-02-271-0/+10
|
* Support customization of menu messages.H. Peter Anvin2007-02-275-9/+69
|
* Correctly ignore TEXT blocks.H. Peter Anvin2007-02-271-12/+8
|
* Do not overwrite pointer "p" when calling is_kernel_type()H. Peter Anvin2007-02-231-2/+2
| | | | | | | If is_kernel_type() returns NULL, we don't want it to set p to NULL, or subsequent options won't be parsed. Bug report from Ram Yalamanchili.
* Remove now-unnecessary push/pop.H. Peter Anvin2007-02-201-2/+0
|
* Make sure we can read the config file name even after changing it...syslinux-3.40-pre7H. Peter Anvin2007-02-198-44/+55
|
* Support multiple image types in the menu systemH. Peter Anvin2007-02-193-16/+86
|
* Add new PXE keyword (we might have to distinguish from BOOT at some point)H. Peter Anvin2007-02-196-11/+17
|
* Assume 3.40 will be the first version which fixes Read Disk.syslinux-3.40-pre6H. Peter Anvin2007-02-192-1/+2
|
* Merge with syslinux-3.3xH. Peter Anvin2007-02-192-2/+2
|\
| * Comboot function READ DISK corrupts its arguments; fix.syslinux-3.3xH. Peter Anvin2007-02-192-2/+2
| |
* | Merge with ↵syslinux-3.40-pre5H. Peter Anvin2007-02-1040-290/+865
|\ \ | |/ | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * 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
| * | 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
| | | | | | | | | | | | | | | Default to having EDD off on floppies and EDD on on hard disks. Additionally, add options "edd" and "noedd" to force this choice.
* | | Merge with syslinux-3.35syslinux-3.40-pre4H. Peter Anvin2007-01-2823-263/+682
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: NEWS version