summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* Stealth whitespace cleanupH. Peter Anvin2007-06-053-6/+4
* Allow a flat color to be specified as a background.H. Peter Anvin2007-06-056-12/+21
* 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
* 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-301-25/+25
* 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-251-2/+4
* Make the menu system understand INCLUDE as well.syslinux-3.50-pre14H. Peter Anvin2007-05-221-0/+3
* linux.c32: saturate memory size to 32 bits if too largeH. Peter Anvin2007-04-261-1/+7
* Move the PCI-scanning code into the library proper.H. Peter Anvin2007-04-032-167/+2
* 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-031-0/+1
* 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-011-89/+0
* Linux-loading module with optional DHCP generation.syslinux-3.40-pre15H. Peter Anvin2007-03-152-1/+237
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-147-22/+22
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-141-0/+1
* Move the loadfile() routine into the syslinux/ namespace, and use it.syslinux-3.40-pre13H. Peter Anvin2007-03-141-55/+2
* Finish the shuffle and boot interface, and add an ELF loading module.H. Peter Anvin2007-03-142-1/+341
* Formatting cleanupssyslinux-3.40-pre12H. Peter Anvin2007-03-071-98/+126
* Ethersel must use the pci com32 module instead of builtin pci detection codeErwan Velu2007-03-073-73/+27
* menu system: make the help message end row a configurable.syslinux-3.40-pre11H. Peter Anvin2007-03-051-2/+4
* TEXT HELP: Multiline per-entry help messages in the simple menu system.syslinux-3.40-pre10H. Peter Anvin2007-03-053-3/+67
* Simple menu system: unified way to handle message strings; add NOTABMSGsyslinux-3.40-pre9H. Peter Anvin2007-02-283-29/+68
* Teach the menu system to ignore TEXT blocks for now.syslinux-3.40-pre8H. Peter Anvin2007-02-271-0/+10
* Support customization of menu messages.H. Peter Anvin2007-02-273-9/+51
* Do not overwrite pointer "p" when calling is_kernel_type()H. Peter Anvin2007-02-231-2/+2
* Support multiple image types in the menu systemH. Peter Anvin2007-02-193-16/+86
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* Stealth whitespace cleanup.syslinux-3.32-pre8H. Peter Anvin2006-12-124-10/+10
* Patch: Parse append arguments properly in mboot moduleRam Yalamanchili2006-12-121-2/+22
* menu system: handle console setup/cleanup differentlyH. Peter Anvin2006-11-014-2/+24
* Try to be more true to the way "MENU INCLUDE" should work.syslinux-3.31-pre4syslinux-3.31H. Peter Anvin2006-09-221-6/+8
* Make the last row the end row.H. Peter Anvin2006-09-211-1/+1
* New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3H. Peter Anvin2006-09-211-4/+18