summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pxelinux: Save/set up/restore ES around init.incH. Peter Anvin2007-05-311-1/+4
* Add missing parenthesisH. Peter Anvin2007-05-311-1/+1
* Fix problem where the command line would get truncated during editH. Peter Anvin2007-05-311-1/+1
* Improve commentH. Peter Anvin2007-05-311-2/+2
* Remove Linux test compilationH. Peter Anvin2007-05-311-8/+0
* Change \2#0 -> \1#H. Peter Anvin2007-05-311-18/+18
* Handle color tables with more than 100 entriesH. Peter Anvin2007-05-305-70/+67
* Add support to change menu vertical and horizontal shiftingOtavio Salvador2007-05-302-21/+28
* Parse F-key help commands in the menu systemH. Peter Anvin2007-05-302-2/+46
* Allow binding help text to F11 and F12.H. Peter Anvin2007-05-308-37/+49
* Add "help" to the commentH. Peter Anvin2007-05-301-0/+1
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-2513-26/+52
* Drop TFTP_MTU to 1440.H. Peter Anvin2007-05-221-1/+1
* Make it safe to call close_file on an already closed file.syslinux-3.50-pre15H. Peter Anvin2007-05-226-10/+12
* Make the menu system understand INCLUDE as well.syslinux-3.50-pre14H. Peter Anvin2007-05-222-2/+8
* Document INCLUDEH. Peter Anvin2007-05-222-1/+8
* Add "include" command to the core syslinux parserH. Peter Anvin2007-05-224-6/+22
* getc: make sure EOF is "sticky"H. Peter Anvin2007-05-221-0/+5
* New stackable getc interface, using the real_mode_seg for buffers.H. Peter Anvin2007-05-221-60/+156
* Revert "ISOLINUX: Include the caching code"H. Peter Anvin2007-05-221-9/+2
* Revert "Add subroutines to add/remove blocks from the expiry chain"H. Peter Anvin2007-05-221-54/+15
* Use a segment layout more similar to the other derivativesH. Peter Anvin2007-05-221-3/+3
* Add a proper internal close function (close_file)H. Peter Anvin2007-05-225-7/+40
* Add subroutines to add/remove blocks from the expiry chainH. Peter Anvin2007-05-221-15/+54
* ISOLINUX: Include the caching codesyslinux-3.50-pre13H. Peter Anvin2007-05-221-2/+9
* We need to bloody well set KernelVersion before using it...syslinux-3.50-pre12H. Peter Anvin2007-05-221-0/+1
* Fix loading pre-2.00 protocol kernels.syslinux-3.50-pre11H. Peter Anvin2007-05-221-9/+17
* PXELINUX: Use the client-identifier instead when DHCP doesn't have a MAC.syslinux-3.50-pre10H. Peter Anvin2007-05-112-100/+131
* Remove stale fileH. Peter Anvin2007-05-101-69/+0
* Fix <Ctrl-N> for printing network informationsyslinux-3.50-pre9H. Peter Anvin2007-05-091-0/+2
* PXELINUX: Add <Ctrl-N> to print the network informationsyslinux-3.50-pre8H. Peter Anvin2007-05-092-3/+27
* Document update of Linux boot protocol.H. Peter Anvin2007-05-091-0/+1
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-073-24/+33
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-053-35/+63