Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even more places which need -m32...syslinux-3.35-pre4 | H. Peter Anvin | 2007-01-25 | 1 | -4/+7 |
| | |||||
* | Quick hack to make sure we build 32-bit binaries with the -m32 flag. | H. Peter Anvin | 2007-01-25 | 1 | -1/+3 |
| | | | | | | Quick hack to make sure we build 32-bit binaries with the -m32 flag. This makes rpmbuild --target i386 do the right thing. A Makefile overhaul is really in order, though. | ||||
* | Invoke ONERROR if we hit abort_load (and ONERROR is set.) | H. Peter Anvin | 2007-01-25 | 3 | -6/+19 |
| | |||||
* | Compilation fix for older gcc where __DBL_*_EXP__ isn't defined | H. Peter Anvin | 2007-01-25 | 2 | -33/+42 |
| | |||||
* | Document config file search pathsyslinux-3.35-pre3 | H. Peter Anvin | 2007-01-24 | 1 | -4/+11 |
| | |||||
* | DOS FAT installer: Fix name mangling for -d option | H. Peter Anvin | 2007-01-24 | 1 | -3/+10 |
| | |||||
* | Win32 FAT installer: fix type typo (which happened to cancel itself out...) | H. Peter Anvin | 2007-01-24 | 1 | -1/+1 |
| | | | | | | I had written "char *c = ..." instead of "char c = ..."; as it turned out, the resulting (invalid) type conversions all worked themselves out and it didn't matter, except for compiler warnings... | ||||
* | Win32 FAT installer: fix path mangling for -d option | H. Peter Anvin | 2007-01-24 | 1 | -3/+10 |
| | |||||
* | New API call: read disk. | H. Peter Anvin | 2007-01-24 | 3 | -1/+48 |
| | |||||
* | Win32 FAT installer: support installing in a subdirectorysyslinux-3.35-pre2 | H. Peter Anvin | 2007-01-23 | 1 | -1/+46 |
| | |||||
* | DOS FAT installer: Correct parsing of -d option | H. Peter Anvin | 2007-01-23 | 1 | -2/+2 |
| | |||||
* | Call this version 3.35 instead of 3.32syslinux-3.35-pre1 | H. Peter Anvin | 2007-01-23 | 2 | -2/+2 |
| | |||||
* | Update documentation to indicate FAT subdirectory support. | H. Peter Anvin | 2007-01-23 | 2 | -16/+30 |
| | |||||
* | Unix FAT installer: support installing ldlinux.sys in a subdirectory | H. Peter Anvin | 2007-01-23 | 1 | -23/+44 |
| | |||||
* | mtools FAT installer: support installing ldlinux.sys in a subdirectory | H. Peter Anvin | 2007-01-23 | 1 | -19/+73 |
| | |||||
* | DOS FAT installer: support installing ldlinux.sys in a subdirectory | H. Peter Anvin | 2007-01-23 | 1 | -3/+71 |
| | |||||
* | Support subdirectories in the FAT version of SYSLINUX | H. Peter Anvin | 2007-01-23 | 1 | -112/+226 |
| | |||||
* | Fix segment register confusion in mangle_name | H. Peter Anvin | 2007-01-23 | 1 | -2/+2 |
| | |||||
* | comboot.doc: for function 0009h, clarify ES:DI = PXE parameter structure | H. Peter Anvin | 2007-01-05 | 1 | -1/+1 |
| | | | | | Apparently "data buffer" was misinterpreted by some readers. ES:DI points to the parameter structure, which may point to other buffer(s). | ||||
* | Stealth whitespace cleanup.syslinux-3.32-pre8 | H. Peter Anvin | 2006-12-12 | 4 | -10/+10 |
| | |||||
* | Patch: Parse append arguments properly in mboot module | Ram Yalamanchili | 2006-12-12 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | Hey guys, I noticed the appended ipappend options end up in the beginning of the cmdline argv[] when mboot is entered. mboot then tries to parse the first argument as the name of the kernel module and promptly fails cuz it can't find "ip=.." or "bootif=...". I'm attaching a patch which basically looks for any arguments in the argv[] array and appends them to the kernel cmdline. The arguments have to be back-to-back to be considered "appened options", so this should be safe enough to not take out-of-place arguments and tack onto the kernel cmdline. Last time i sent in some of the elf section loader patches, i think Peter had trouble importing time. Hopefully it works now. thanks, Ram Yalamanchili | ||||
* | Merge with ↵syslinux-3.32-pre7 | H. Peter Anvin | 2006-11-21 | 1 | -8/+8 |
|\ | | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x | ||||
| * | Resolve issue with push/pop ordering in raw mode. | H. Peter Anvin | 2006-11-21 | 1 | -8/+8 |
| | | | | | | | | Bug reported by James Ling. | ||||
* | | memdisk: Update copyright date | H. Peter Anvin | 2006-11-13 | 1 | -1/+1 |
|/ | |||||
* | spec: handle variants of "i386" like "i686"syslinux-3.32-pre6 | H. Peter Anvin | 2006-11-01 | 1 | -4/+3 |
| | |||||
* | menu system: handle console setup/cleanup differently | H. Peter Anvin | 2006-11-01 | 4 | -2/+24 |
| | | | | | | Handle console setup/cleanup explicitly, instead of relying on a destructor. The destructor doesn't get called on outbound API calls that don't return. | ||||
* | NEWS: Document recent changessyslinux-3.32-pre5 | H. Peter Anvin | 2006-10-30 | 1 | -0/+3 |
| | |||||
* | The simple menu system doesn't work with serial console | hiranotaka@zng.info | 2006-10-30 | 1 | -1/+2 |
| | | | | | | | | | | | Hello, I have just get started using pxelinux, and encountered a problem. The document says the simple menu system supports serial console, and it works on syslinux 0.2x, but it doesn't seem to work in 0.3x and 0.4x. I confirmed that this patch fixed the bug. *** com32/lib/sys/xserial_write.c~ 2006-10-30 08:30:35.000000000 +0900 | ||||
* | memdisk: Constrain input drive numbers both by equipment byte and INT 13hsyslinux-3.32-pre4 | H. Peter Anvin | 2006-10-30 | 1 | -2/+20 |
| | | | | | | Apparently on some BIOSes, INT 13h return a bogus number of floppy drives when the real value is zero (probably because the code doesn't check the validity bit in the equipment byte.) Do it ourselves if we need to. | ||||
* | sha1pass: allow the user to specify an empty salt | H. Peter Anvin | 2006-10-26 | 1 | -1/+3 |
| | |||||
* | When chainloading, set ES:DI to point to the $PnP ICS if available. | H. Peter Anvin | 2006-10-24 | 1 | -3/+32 |
| | | | | | | Arguably these really should be kept from the original invocation instead of saved. This is doable for PXELINUX, but might be very hard to do for the disk-based ones. Think hard about it. | ||||
* | memdisk: $PnP Installation Check structure length is byte 5, not 2 | H. Peter Anvin | 2006-10-24 | 1 | -3/+4 |
| | |||||
* | [memdisk] Enable EDD support by default.syslinux-3.32-pre3 | H. Peter Anvin | 2006-10-20 | 2 | -2/+3 |
| | |||||
* | Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2 | H. Peter Anvin | 2006-10-17 | 3 | -24/+30 |
| | |||||
* | Remove -x c from assembly preprocessing | H. Peter Anvin | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Remove -traditional | H. Peter Anvin | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Set MAKEFLAGS to -r to suppress predefined rules | H. Peter Anvin | 2006-10-17 | 1 | -1/+4 |
| | |||||
* | Move -m32 to CFLAGS as well | H. Peter Anvin | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Move flags from CC to CFLAGS | H. Peter Anvin | 2006-10-17 | 1 | -2/+2 |
| | |||||
* | Document memdisk changes | H. Peter Anvin | 2006-10-17 | 1 | -0/+1 |
| | |||||
* | Merge with ↵ | H. Peter Anvin | 2006-10-17 | 8 | -47/+92 |
|\ | | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x | ||||
| * | New TEXT..ENDTEXT statement for the benefit of the menu system | H. Peter Anvin | 2006-10-02 | 3 | -33/+62 |
| | | |||||
| * | Official binaries are 32 bits. Clean up release vs prerel. | H. Peter Anvin | 2006-10-02 | 1 | -10/+7 |
| | | |||||
| * | Reduce verbosity | H. Peter Anvin | 2006-10-02 | 1 | -2/+2 |
| | | |||||
| * | Fix to "make tidy" | H. Peter Anvin | 2006-10-02 | 1 | -1/+3 |
| | | |||||
| * | vesainit: clear the VESA buffers before call (paranoia) | H. Peter Anvin | 2006-09-30 | 1 | -0/+2 |
| | | |||||
| * | vesainit: more careful detection of VESA modes | H. Peter Anvin | 2006-09-30 | 1 | -2/+14 |
| | | |||||
| * | Document new safeint mode.syslinux-3.32-pre1 | H. Peter Anvin | 2006-09-28 | 1 | -0/+3 |
| | | |||||
| * | Next version on this branch: 3.32 | H. Peter Anvin | 2006-09-28 | 1 | -1/+1 |
| | | |||||
* | | [memdisk] Saner handling of the values returned to the real-mode code. | H. Peter Anvin | 2006-10-17 | 2 | -17/+18 |
| | |