summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge fixed mbr.asm from the 2.xx treesyslinux-1.xxhpa2002-10-031-15/+13
* Next version is 1.76syslinux-1.76-pre1hpa2002-08-131-1/+1
* Workaround for Toshiba laptops.hpa2002-08-132-35/+13
* Trying again to make "make release" work properlysyslinux-1.75hpa2002-06-151-0/+2
* Remove incorrect statement in "make release"hpa2002-06-151-1/+0
* Actually set the KeepPXE flag correctly if requested...syslinux-1.75-pre9hpa2002-06-151-1/+1
* Errr... get the right polarity on the KeepPXE test...syslinux-1.75-pre8hpa2002-06-141-1/+1
* Add new "keeppxe" optionhpa2002-06-145-11/+115
* Clean up the cleanup routinesyslinux-1.75-pre7hpa2002-06-141-81/+56
* Document unloading now working...hpa2002-06-141-0/+3
* "Secret sauce" to actually allow at least some PXE 2 stacks to unload...syslinux-1.75-pre6hpa2002-06-142-18/+99
* PXELINUX: Put the PXE stack back in the init state before chainloadingsyslinux-1.75-pre5hpa2002-06-122-5/+8
* Add an API call to invoke the PXE stack directly.hpa2002-06-122-0/+22
* Make sure "make clean" does the right thing.hpa2002-06-111-1/+1
* Update documentation; return ClustSize not SecPerClust on an open request...syslinux-2.00-pre2hpa2002-06-112-2/+36
* Add com32.h as documentation.syslinux-2.00-pre1hpa2002-06-112-1/+50
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-1118-181/+1102
* Eliminate "near"ssyslinux-1.xxhpa2002-06-111-0/+2
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-107-45/+45
* Remove some redundant move-via-register of segmentshpa2002-06-073-6/+3
* Fix COMBOOT return; support DOS system calls 00 and 4C (both are EXIT.)syslinux-1.75-pre3hpa2002-06-065-21/+45
* Clean up major bugs in the extension-detection code.hpa2002-06-063-19/+28
* Fix the aborted_msghpa2002-06-061-1/+1
* Comment updatehpa2002-06-031-1/+4
* No more .depend files...syslinux-1.75-pre2hpa2002-06-031-0/+1
* Remove .depend files when packaging...hpa2002-06-031-1/+1
* Additional El Torito BIOS workarounds...hpa2002-06-032-6/+54
* Build SYSLINUX, not NASMhpa2002-06-021-2/+2
* Remove remaining references to genstupid.plsyslinux-1.75-pre1hpa2002-06-021-1/+0
* Major rewrite of the very early SYSLINUX code. Generate the "stupid"hpa2002-06-0210-470/+411
* If ClustSize is a dword we might as well use it as such...syslinux-1.74hpa2002-06-011-2/+1
* Fix egg-on-face bug (accessing several word variables as dword)hpa2002-06-013-9/+14
* Use INT 13h reset to turn off the floppy, not an explicit out.syslinux-1.73hpa2002-05-161-7/+5
* Further rationalize command-line parsing by allowing functions tosyslinux-1.73-pre9hpa2002-04-306-184/+114
* Fix parsing bug which caused the last vkernel to be lostsyslinux-1.73-pre8hpa2002-04-301-16/+10
* Fix the make clean rulessyslinux-1.73-pre7hpa2002-04-291-1/+1
* Hide an echo statementhpa2002-04-291-1/+1
* Add macro to undo a prereleasehpa2002-04-291-0/+4
* kwdhash.gen is a BTARGEThpa2002-04-291-1/+1
* Rename generated include files from *.inc -> *.gen to avoid Makefilehpa2002-04-294-13/+13
* Change keywords to match the documentation.hpa2002-04-294-4/+4
* Null-pad the .0 extensionhpa2002-04-281-1/+1
* Change, and document, the search sequence of extensions.hpa2002-04-283-10/+13
* Document the SAY command, remove references to SYSLINUX 1.0hpa2002-04-281-21/+8
* Add call to crlfhpa2002-04-281-0/+1
* Save a few bytes...hpa2002-04-281-1/+2
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-2810-288/+225
* Add rules for isolinux testinghpa2002-04-281-0/+7
* Make the setup of the bootup entry state saner.hpa2002-04-283-26/+22
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-289-104/+196