summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Forgot to add our own drive to the drive count!syslinux-3.52-pre3H. Peter Anvin2007-06-301-0/+3
* Disable vmware workaround until bug report has been substantiatedH. Peter Anvin2007-06-291-0/+3
* PXELINUX: if siaddr isn't set, fall back to server identitysyslinux-3.52-pre2H. Peter Anvin2007-06-292-1/+14
* chain.c32: add support for searching for an MBR signature at runtime.H. Peter Anvin2007-06-222-20/+58
* Next version is 3.52syslinux-3.52-pre1H. Peter Anvin2007-06-201-1/+1
* Document changes since 3.51H. Peter Anvin2007-06-201-0/+6
* Alignment fix when loading multiple kernels.H. Peter Anvin2007-06-201-7/+13
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-2012-131/+50
* Don't print multiple newlines after initrd...H. Peter Anvin2007-06-201-1/+1
* Workaround for VMware console bug; make more common code commonH. Peter Anvin2007-06-208-98/+80
* Simple menu: F-key config was accidentally case sensitiveH. Peter Anvin2007-06-151-1/+1
* Begin version 3.51syslinux-3.51-pre1syslinux-3.51H. Peter Anvin2007-06-102-1/+4
* extlinux: "open" takes a mangled pointer in DS:DIH. Peter Anvin2007-06-101-1/+1
* lstadjust: handle struc/endstruc correctlyH. Peter Anvin2007-06-101-9/+12
* Add missing documentation of RAID mode.H. Peter Anvin2007-06-091-0/+3
* Show list file addresses in absolutesyslinux-3.50H. Peter Anvin2007-06-084-32/+72
* Use strcpy to copy MACStrsyslinux-3.50-pre23H. Peter Anvin2007-06-081-2/+1
* Capture the UUID from packet 1 (request)syslinux-3.50-pre22H. Peter Anvin2007-06-081-7/+8
* Lower case seems to be more common for UUIDH. Peter Anvin2007-06-082-22/+23
* Generate config file name based on the UUIDH. Peter Anvin2007-06-083-108/+180
* Sanitize handling of client identifier optionH. Peter Anvin2007-06-071-0/+8
* Fix the INT 18h patch offset for the RAID mode (-r) optionsyslinux-3.50-pre21H. Peter Anvin2007-06-072-2/+2
* Stealth whitespace cleanupH. Peter Anvin2007-06-056-17/+12
* vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20H. Peter Anvin2007-06-051-4/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-059-38/+107
* Not all terminals home the cursor on CSI 2 JH. Peter Anvin2007-06-051-1/+1
* Unify hexval functions; fix % in printf stringH. Peter Anvin2007-06-053-16/+8
* Clarify that the background is always an image fileH. Peter Anvin2007-06-051-3/+3
* Fix alignment of tab and timeout messagessyslinux-3.50-pre19H. Peter Anvin2007-06-051-2/+7
* com32: change the message color scheme; background 0 is always transparentH. Peter Anvin2007-06-055-15/+96
* RAID mode installer support for SYSLINUXsyslinux-3.50-pre18H. Peter Anvin2007-06-016-27/+50
* Remove unused set_8() functionH. Peter Anvin2007-06-011-5/+0
* RAID mode installer support for extlinuxH. Peter Anvin2007-06-011-12/+30
* "RAID mode": execute INT 18h on boot failure instead of wait for keyH. Peter Anvin2007-06-012-4/+28
* Shift horiontaly timeout message when HSHIFT is setsyslinux-3.50-pre17Otavio Salvador2007-05-311-1/+1
* Document F-key help in the simple menu systemsyslinux-3.50-pre16H. Peter Anvin2007-05-311-0/+1
* Add file missing from previous checkinH. Peter Anvin2007-05-311-0/+123
* Hook up F-key help for the menu system, documentH. Peter Anvin2007-05-314-8/+134
* Fix decoding of <F11> and <F12>H. Peter Anvin2007-05-311-5/+5
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-312-0/+8
* Document that we disabled polling for ARP.H. Peter Anvin2007-05-311-0/+2
* Disable polling for ARP during idle.H. Peter Anvin2007-05-311-2/+17
* Correct inverted handling of Ctrl-FH. Peter Anvin2007-05-311-2/+2
* Simple program to dump serial console infoH. Peter Anvin2007-05-312-1/+41
* Implement syslinux_serial_console_info()H. Peter Anvin2007-05-312-1/+54
* ansi.h: remove unused fieldH. Peter Anvin2007-05-311-1/+0
* Hacky debugging function by setting VESA pixels, sometimes usefulH. Peter Anvin2007-05-311-0/+13
* ansi.c: minor cleanupsH. Peter Anvin2007-05-311-15/+17
* vesa/drawtxt.c: remove divide caused by %H. Peter Anvin2007-05-311-3/+6
* xserial_write: handle the new \1..\5 control sequencesH. Peter Anvin2007-05-311-30/+24