summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS, version: now working on version 4.02H. Peter Anvin2010-07-021-0/+10
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* NEWS: explain the memory overwrite bug a bit betterH. Peter Anvin2010-07-021-2/+2
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* pxelinux: new IPAPPEND 4 to generate a SYSUUID= option.syslinux-4.01-pre3H. Peter Anvin2010-07-011-0/+4
| | | | | | | Add a new IPAPPEND option to generate a SYSUUID= option with the in-system UUID. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Merge branch 'lua'H. Peter Anvin2010-07-011-0/+1
|\ | | | | | | | | | | | | Resolved Conflicts: NEWS Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
| * NEWS: add lua.c32luaH. Peter Anvin2010-07-011-0/+1
| | | | | | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* | NEWS: document memory overwrite fixH. Peter Anvin2010-07-011-0/+2
|/ | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabledGert Hulselmans2010-07-011-0/+2
| | | | | | | | | | | | | | | | New module which detects if the PLoP Boot Loader already has booted a CDROM or USB drive by checking for the presence of the PLoP INT13h hook. The following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz plop_INT13h_active Signed-off-by: Gert Hulselmans <gerth@zytor.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* NEWS: document changes to the CD-ROM initialization sequencesyslinux-4.01-pre1H. Peter Anvin2010-07-011-0/+3
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: beginning of a 4.01 NEWS fileH. Peter Anvin2010-06-291-0/+6
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* NEWS: Document mdiskchk.com and eltorito.sys changesShao Miller2010-06-281-0/+8
|
* NEWS: document MENU IMMEDIATEH. Peter Anvin2010-06-281-0/+2
|
* NEWS: document isohybrid.cH. Peter Anvin2010-06-281-1/+3
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* NEWS: document ifcpu*.c32 fixH. Peter Anvin2010-06-281-0/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* NEWS: Fixing HDT, adding ifcpu changesErwan Velu2010-06-281-1/+3
|
* NEWS: first cut of a NEWS file for 4.00H. Peter Anvin2010-06-281-3/+41
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* chain: Support booting GPT partition by labelShao Miller2010-06-261-1/+1
| | | | | | | Use the "label:" specifier followed by the label for one of a GPT disk's partitions. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
* chain: Support booting GPT disk/partition by GUIDShao Miller2010-06-261-1/+1
| | | | | | | Use the "guid:" specifier followed by the GUID for a GPT disk or one of its partitions. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
* chain: Implement GPT hand-over protocol as documentedShao Miller2010-06-251-0/+1
| | | | | | | When a partition was yielded by a GPT partition iterator, we follow the protocol documented in syslinux/doc/gpt.txt. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
* chain: Allow booting the Syslinux partition with "fs"Shao Miller2010-06-241-0/+1
| | | | | | | | | | We will now accept an "fs" option which instructs us to chain-load whatever partition we were booted from. Not useful for PXELINUX, for obvious reasons. Can be used in combination with a "file=" option, to boot something other than Syslinux. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
* chain: A sprinkling of documentationShao Miller2010-06-241-0/+2
| | | | Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
* NEWS: document mBFT fixsyslinux-3.86-pre4H. Peter Anvin2010-03-301-0/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document MEMDISK offset fixsyslinux-3.86-pre2H. Peter Anvin2010-03-301-0/+2
|
* NEWS: updateH. Peter Anvin2010-03-301-0/+7
|
* NEWS, version: update for 3.86syslinux-3.86-pre1H. Peter Anvin2010-03-051-0/+4
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document i915resolution merge.syslinux-3.85-pre12H. Peter Anvin2010-02-161-0/+4
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: update for 3.85 releaseH. Peter Anvin2010-02-131-1/+16
|
* NEWS: document Grub4DOS chainloadingH. Peter Anvin2010-01-101-0/+2
|
* core: Remove the built-in defaultH. Peter Anvin2010-01-061-0/+6
| | | | | | | The built-in default is rarely if ever used anymore and highly confusing to users. Remove it entirely. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS, version: prepare for 3.85H. Peter Anvin2009-12-221-0/+3
|
* NEWS: document eltorito.sysH. Peter Anvin2009-12-181-0/+2
|
* NEWS: chain.c32 now always returns to text mode.H. Peter Anvin2009-12-181-0/+1
|
* NEWS: document chain.c32 -> isolinux.bin additionH. Peter Anvin2009-12-181-0/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document MENU RESOLUTIONH. Peter Anvin2009-12-071-0/+2
|
* NEWS: document mBFTH. Peter Anvin2009-12-071-0/+3
|
* NEWS: update for 3.84H. Peter Anvin2009-12-071-1/+10
|
* NEWS: merged hdt 0.3.5syslinux-3.84-pre1H. Peter Anvin2009-11-101-0/+1
|
* NEWS: document fix for DOS installerH. Peter Anvin2009-11-101-0/+4
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document pxelinux-optionsH. Peter Anvin2009-09-291-0/+7
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: update for 3.83H. Peter Anvin2009-08-251-0/+6
|
* NEWS: document isohybrid -id fixed.H. Peter Anvin2009-08-031-0/+1
|
* NEWS: document Thinkpad fixsyslinux-3.83-pre3H. Peter Anvin2009-07-301-0/+2
|
* PXELINUX: allow filenames up to 251 characters longsyslinux-3.83-pre2H. Peter Anvin2009-07-281-0/+1
| | | | | | At least one users really need this, so be nice and provide it... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document chain.c32 ISOLINUX fix.syslinux-3.83-pre1H. Peter Anvin2009-07-231-0/+1
|
* NEWS: document chainloading fixH. Peter Anvin2009-06-141-0/+2
|
* bootsect: zero memory above a chainloaded boot sector/NBPH. Peter Anvin2009-06-141-0/+4
| | | | | | | | Windows RIS has been reported to make inappropriate use of data found in uninitialized memory. To avoid that, clear memory between a chainloaded boot sector or NBP and Free Base Memory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* PXELINUX: handle OACK packets with extra NULs, cleaner TFTP errorsyslinux-3.82-pre5H. Peter Anvin2009-06-081-0/+2
| | | | | | | | | | | | | | There are apparently TFTP servers in the field which will send OACK packets with extra NUL bytes appended at the end. If we find an OACK packet where the only thing left at some point during processing is NULs, then just consider the packet processed. We have reported all TFTP protocol errors as "tsize required", which is definitely not true anymore. Change error code to 0 (undefined) and the error string to "TFTP error". When this code gets converted to C we'll do better. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* simple menu: make ONTIMEOUT work with MENU HIDDENSergey Vlasov2009-06-041-0/+1
| | | | | | | | | | | The command invoked when no keys were pressed for the specified time (ONTIMEOUT) may be different from the menu item initially selected when the menu is displayed (DEFAULT or MENU DEFAULT). Unfortunately, this did not work together with MENU HIDDEN (which is exactly the case when having a separate ONTIMEOUT command makes the most sense). Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: add changes since 3.81syslinux-3.82-pre1H. Peter Anvin2009-05-311-0/+6
|
* altmbr: cap at 439 bytes so the partition select byte followsH. Peter Anvin2009-05-251-0/+2
| | | | | | | | | | | | Cap altmbr at 439 bytes, so that the partition select byte is not part of the file. This means that: a) updating the altmbr doesn't clobber the configuration; b) it is easier to simply concatenate the select byte to the file. This also matches gptmbr behavior. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* NEWS: document altmbr fixH. Peter Anvin2009-05-251-1/+3
|