summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually decrement counter; return string if EOF after reading characterssyslinux-3.10-pre18hpa2005-08-211-1/+2
* Fix handling of images with DOSEMU headers.syslinux-3.10-pre17hpa2005-08-212-1/+3
* Update TODOsyslinux-3.10-pre16hpa2005-08-211-2/+5
* Clean up(?) the local boot issues?hpa2005-08-211-3/+2
* Document changeshpa2005-08-211-0/+5
* Disable the idle call for nowhpa2005-08-211-1/+6
* Correct the code related to the run kernel image API function.hpa2005-08-213-42/+59
* Add more low-level API function to load the kernel, and make thehpa2005-08-215-8/+131
* Clean up abort.inc to handle NASM bug (forward jmp through equ)syslinux-3.10-pre15hpa2005-08-201-10/+6
* Try to be sane about spaces...hpa2005-08-202-4/+4
* Fix dependency generation.syslinux-3.10-pre14hpa2005-08-201-1/+2
* Reorganize memory so we don't have to relocate pxelinux and have morehpa2005-08-2012-22/+125
* Enable stack-switching modesyslinux-3.10-pre13hpa2005-08-191-1/+1
* Move pxelinux to 0xA000hpa2005-08-191-1/+1
* Fix stack-switching mode (USE_PXE_PROVIDED_STACK == 0)hpa2005-08-191-3/+15
* Need to strdup the kernel name so it can be free'dhpa2005-08-191-1/+1
* Saner idle call semanticshpa2005-08-195-6/+21
* Improve the idle behaviour slightly.hpa2005-08-191-2/+12
* Correct the sense of "noescape"hpa2005-08-191-1/+1
* Document chainloaded menushpa2005-08-191-0/+8
* Improve and document secondary menus.hpa2005-08-192-19/+33
* Handle MENU PASSWD correctlysyslinux-3.10-pre12hpa2005-08-182-2/+11
* Better NOESCAPE; handle comments without space (too common a mistake)hpa2005-08-187-20/+22
* Try again to make "noescape" actually work...hpa2005-08-183-4/+8
* NOESCAPE: run the default command if a load is interruptedsyslinux-3.10-pre11hpa2005-08-181-6/+4
* If onerror is set, invoke onerror on escapehpa2005-08-187-144/+85
* Make sure to zero-terminate display fileshpa2005-08-181-0/+2
* Merge updates to syslinux into extlinuxhpa2005-08-181-123/+145
* Fix incorrect use of esi which should have been sisyslinux-3.10-pre10hpa2005-08-182-2/+3
* Add localboot API callhpa2005-08-173-0/+78
* Don't modify data in the checksum region before we can checksum the code.syslinux-3.10-pre9hpa2005-08-161-6/+7
* Fix eax/edx corruption in EBIOS loop; remove transfer size adjustmenthpa2005-08-161-7/+8
* Add debugging code, if necessaryhpa2005-08-091-1/+14
* Try falling back to CBIOS if EBIOS totally fails.syslinux-3.10-pre8hpa2005-08-091-79/+90
* Reorganize the code for more spacesyslinux-3.10-pre7hpa2005-08-091-107/+120
* Copyright year updatehpa2005-08-091-1/+1
* Document what's up...hpa2005-08-091-0/+3
* Better tests for CM#1 and CM#2syslinux-3.10-pre6hpa2005-08-091-33/+56
* Out-of-line versions of intcall and farcallhpa2005-08-092-0/+21
* Out-of-line __intcall and __farcall; better detection mechanism for CM#2hpa2005-08-094-24/+44
* Explain conf method #2hpa2005-08-092-2/+2
* New retry strategysyslinux-3.10-pre5hpa2005-08-081-50/+51
* Explicitly detect the config typesyslinux-3.10-pre4hpa2005-08-081-0/+2
* Be even more anal about PCI BIOS detection.hpa2005-08-081-2/+3
* Fix help texthpa2005-08-051-3/+3
* Document diffs since 3.09syslinux-3.10-pre3hpa2005-08-031-0/+5
* Add PCI_CFG_BIOShpa2005-08-031-0/+1
* Actual implementation of the read/write through BIOShpa2005-08-032-0/+30
* Support PCI config via BIOShpa2005-08-0311-15/+56
* Form the EBIOS DAPA on the stack instead of assuming it doesn't getsyslinux-3.10-pre2hpa2005-08-031-26/+21