summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-054-14/+83
* Shift horiontaly timeout message when HSHIFT is setsyslinux-3.50-pre17Otavio Salvador2007-05-311-1/+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-313-5/+119
* If no serial console is configured, don't bother calling into itH. Peter Anvin2007-05-312-0/+8
* 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
* 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-301-21/+26
* Parse F-key help commands in the menu systemH. Peter Anvin2007-05-302-2/+46
* Add "help" to the commentH. Peter Anvin2007-05-301-0/+1
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-254-8/+16
* Make the menu system understand INCLUDE as well.syslinux-3.50-pre14H. Peter Anvin2007-05-221-0/+3
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-071-1/+1
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-051-13/+16
* Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6H. Peter Anvin2007-04-263-1/+75
* linux.c32: saturate memory size to 32 bits if too largeH. Peter Anvin2007-04-261-1/+7
* Make the pixel format canonicalization code a bit easier to read.H. Peter Anvin2007-04-101-26/+7
* Fix expansion of palette images to ABGR.H. Peter Anvin2007-04-101-11/+18
* Add syslinux_local_boot() wrapper functionH. Peter Anvin2007-04-043-1/+45
* pxe_get_cached.c: readability improvement.H. Peter Anvin2007-04-031-2/+2
* intcall, farcall: readability improvements.syslinux-3.50-pre4H. Peter Anvin2007-04-032-5/+5
* A few more syslinux wrapper functionH. Peter Anvin2007-04-034-0/+131
* set -e so the build stops on error.syslinux-3.50-pre3H. Peter Anvin2007-04-031-1/+1
* Move the PCI-scanning code into the library proper.H. Peter Anvin2007-04-033-3/+3
* pci.c: change from GPL to MIT license; Erwan has OK'd this change.H. Peter Anvin2007-04-031-5/+20
* pcitest.c: remove obsolete fields; formatting cleanupsH. Peter Anvin2007-04-031-20/+35
* Fix the handling of namelen and argument parsing in linux.c32Ferenc Wagner2007-04-032-1/+2
* ethersel: move RID range parsing into its own function.H. Peter Anvin2007-04-011-13/+21
* Remove bogus clobbering of the maskH. Peter Anvin2007-04-011-2/+1
* Return first match in list, not first match in PCI hierarchysyslinux-3.50-pre2H. Peter Anvin2007-04-011-8/+8
* Remove useless attempt at reading pci.idsH. Peter Anvin2007-04-012-91/+0
* SYSLINUX API headers, and beginning of implementation.H. Peter Anvin2007-03-207-1/+357
* Stealth whitespace cleanupH. Peter Anvin2007-03-201-1/+1
* Add interface for querying the syslinux feature flags.H. Peter Anvin2007-03-203-1/+102
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-207-64/+24
* Linux-loading module with optional DHCP generation.syslinux-3.40-pre15H. Peter Anvin2007-03-152-1/+237