summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* New version number; gcc 4.0.1 fixhpa2005-08-032-2/+2
* Change command line to 511 characters; 1023 caused .bss overrunssyslinux-3.09-pre2hpa2005-06-163-4/+6
* Beep the speaker on ^Ghpa2005-06-163-0/+12
* gcc4 compilation fixsyslinux-3.09-pre1hpa2005-05-194-1/+21
* New Multiboot module; increase command line limit to 1023syslinux-3.08hpa2005-05-089-6/+1564
* Don't clobber live registers, it's not nicesyslinux-3.08-pre10hpa2005-04-291-3/+3
* Use the correct registerhpa2005-04-291-2/+2
* Add new "bigraw" mode to memdisk.hpa2005-04-294-12/+34
* Advanced menu system update from Muralisyslinux-3.08-pre9hpa2005-04-281-1/+3
* Rewritten advanced menuing system from Murali.hpa2005-04-2835-1306/+3435
* Document keystrokeshpa2005-04-081-0/+16
* Ctrl-X -> return to text mode immediatelyhpa2005-04-082-3/+10