summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the syslinux installer be setuid safe (we hope...)syslinux-2.00-pre8hpa2002-08-282-27/+76
|
* Fix for Toshiba laptops; ported from 1.xx branchsyslinux-2.00-pre7hpa2002-08-132-29/+4
|
* Update the documentation for COMBOOT imageshpa2002-07-201-30/+7
|
* Finally get around to fixing the MBR code.syslinux-2.00-pre6hpa2002-07-152-15/+14
|
* Correct the "invoke PXE stack" call...syslinux-2.00-pre5hpa2002-06-172-2/+6
|
* Add API call to determine the serial console configuration.hpa2002-06-176-1/+33
|
* Document changes due to the use of a stack frame; add new "get derivativehpa2002-06-173-4/+88
| | | | specific information" API call.
* Support reporting extended characters as <NUL>...; use a stack registerhpa2002-06-173-98/+179
| | | | frame for INT 21/22.
* Document new "write serial port" syscallhpa2002-06-161-1/+8
|
* Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4hpa2002-06-158-40/+126
|
* Yet another case of cp -r -> cp -rPsyslinux-2.00-pre3hpa2002-06-121-1/+1
|
* Use the new <com32.h> definitionshpa2002-06-121-2/+2
|
* Correct the CFLAGS for building com32 fileshpa2002-06-121-1/+1
|
* Export com32/include instead of com32.hhpa2002-06-122-2/+2
|
* Document the new structure definitions.hpa2002-06-121-17/+24
|
* Add <stdint.h>hpa2002-06-121-0/+146
|
* Move com32.h to a subdirectory; we expect to have more stuff here...hpa2002-06-121-16/+23
|
* Remove the noop API call, and instead use function 0 for internalhpa2002-06-122-15/+13
| | | | purposes as the actual implementation of "unimplemented syscall."
* Fix the implementation of API call 0009h (Call PXE Stack)hpa2002-06-121-0/+1
|
* Patch ported from the 1.xx branch: correct chainloading of PXE NBPs.hpa2002-06-122-0/+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
| | | | linear .com files.
* Eliminate "near"ssyslinux-1.xxhpa2002-06-111-0/+2
|
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-107-45/+45
| | | | absolutely necessary.
* 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
| | | | | version in a different manner. Require NASM 0.98.32 or higher -- thus we don't need the jmpcc macros anymore.
* 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
| | | | take an argument.
* 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
| | | | confusion
* Change keywords to match the documentation.hpa2002-04-294-4/+4
|
* Null-pad the .0 extensionhpa2002-04-281-1/+1
|