summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* More factoring of common codehpa2002-04-277-3201/+1278
* We *are* breaking up the source...syslinux-elf-test-1hpa2002-04-271-2/+1
* Simplify the rule for pxelinux.0, to help out the automaticsyslinux-1.73-pre3hpa2002-04-271-2/+5
* Don't rely on non-preprocessor referenceshpa2002-04-275-3/+20
* Complete conversion to new config file parserhpa2002-04-271-0/+29
* *** empty log message ***hpa2002-04-277-784/+142
* Generate hashes for the new parserhpa2002-04-271-0/+21
* Move configuration file handling to separate file (currently PXELINUXhpa2002-04-274-301/+363
* Commit missing include filehpa2002-04-271-0/+364
* Even more common code factoringsyslinux-1.73-pre2hpa2002-04-265-1191/+115
* New command parser (not yet used)hpa2002-04-261-0/+79