summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Collapse)AuthorAgeFilesLines
* New Multiboot module; increase command line limit to 1023syslinux-3.08hpa2005-05-086-1/+1551
|
* Precedence fixhpa2005-04-061-1/+1
|
* Fix highlighting of digits and lower-case characters.hpa2005-04-031-1/+1
|
* Add password support to simple menu systemsyslinux-3.08-pre4hpa2005-01-212-19/+105
|
* More work on password support for the menu systems. Make the base64hpa2005-01-213-8/+34
| | | | | decoder work (necessary to handle encrypted passwords.) Simple SHA-1 password generator in Perl.
* SHA-1 support in libutil; beginnings of menu passwd supporthpa2005-01-203-14/+81
|
* 3.07: Fix chainloadinghpa2005-01-121-59/+77
|
* Fix command parsing; add mask supporthpa2005-01-051-16/+39
|
* Use DEC VT graphics and try to be compatible with as many terminalhpa2005-01-051-23/+23
| | | | emulators as possible.
* Spend little over half a kilobyte printing an error message at the end.hpa2005-01-051-2/+5
|
* New module "ethersel" which scans for devices and boots an appropriatehpa2005-01-052-1/+257
| | | | one derived from the configuration file.
* More readable scroll barhpa2005-01-041-1/+1
|
* More navigation keyshpa2005-01-041-0/+11
|
* More serial console speed improvements.hpa2005-01-041-35/+53
|
* Work better over a serial consolehpa2005-01-041-7/+12
|
* Use a scrollbar instead of [+] and [-]hpa2005-01-041-29/+38
|
* Print an error message if the configuration file seems empty.hpa2005-01-042-8/+15
|
* Make a distinction between modules and test files.hpa2004-12-301-2/+3
|
* Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa2004-12-281-3/+3
| | | | test/sample file to do that; fix bug in chain.c.
* Support menu hotkeys.hpa2004-12-283-10/+75
|
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-221-10/+18
|
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-211-7/+40
|
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-213-19/+41
|
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-20/+68
| | | | Add a dummy MENU command to specify menu-specific options.
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-214-41/+241
| | | | yet; however, debugging needed.
* Add code to edit the command line in the simple menuhpa2004-12-211-47/+147
|
* Initial work on simple menu system; add <minmax.h> to libutilhpa2004-12-201-0/+240
|
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-201-1/+1
| | | | the [Esc] key.
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-201-1/+1
| | | | to MEMDISK.
* Fix handling of alignment issueshpa2004-12-181-1/+1
|
* Compile with regparm turned on.syslinux-2.20-pre2hpa2004-12-161-1/+1
|
* Make "make install" do the right thing for the com32 libraryhpa2004-12-141-1/+14
|
* Update copyright headers.hpa2004-12-141-3/+3
|
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* Separate modules (intended to be production code used for real stuff)hpa2004-12-084-167/+1
| | | | and samples (demo code).
* libcom32-ize the chain loader; add LICENCE filehpa2004-12-032-1/+363
|
* getkey() demosyslinux-2.12-pre4hpa2004-12-011-0/+79
|
* Library to decode console codes; demo programhpa2004-12-011-1/+1
|
* Utility library which can be compiled either for Linux or for COM32hpa2004-12-012-39/+23
|
* Make the console behave the same as com32 when compiling for Linuxsyslinux-2.12-pre3hpa2004-12-011-2/+11
|
* Allow compiling for both Linux and COM32: Makefile cleanupshpa2004-12-011-2/+2
|
* Use auto CRNL; compile demo for Linux toohpa2004-12-012-10/+32
|
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-303-2/+46
|
* Enable debugging symbols to be included in the .elf file.hpa2004-11-231-1/+1
|
* Split input and output sides of the device modelhpa2004-11-231-1/+1
|
* Very basic operations now work; need to handle line-orientedhpa2004-11-172-2/+17
| | | | versus character-oriented input
* Very first cut at a klibc-derived C library for com32hpa2004-11-102-0/+88