summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Avoid doing the same job more than once...syslinux-3.11-pre3hpa2005-08-261-10/+10
* Allow customization of the menu layout.hpa2005-08-263-11/+38
* Remove special handling of P and N in menuhpa2005-08-221-6/+2
* Actually decrement counter; return string if EOF after reading characterssyslinux-3.10-pre18hpa2005-08-211-1/+2
* Correct the code related to the run kernel image API function.hpa2005-08-211-24/+22
* Add more low-level API function to load the kernel, and make thehpa2005-08-212-8/+46
* Need to strdup the kernel name so it can be free'dhpa2005-08-191-1/+1
* Saner idle call semanticshpa2005-08-191-2/+1
* Improve the idle behaviour slightly.hpa2005-08-191-2/+12
* Improve and document secondary menus.hpa2005-08-192-19/+33
* Handle MENU PASSWD correctlysyslinux-3.10-pre12hpa2005-08-181-2/+9
* Add debugging code, if necessaryhpa2005-08-091-1/+14
* Better tests for CM#1 and CM#2syslinux-3.10-pre6hpa2005-08-091-33/+56
* Out-of-line versions of intcall and farcallhpa2005-08-092-0/+21
* Out-of-line __intcall and __farcall; better detection mechanism for CM#2hpa2005-08-094-24/+44
* Explain conf method #2hpa2005-08-092-2/+2
* Explicitly detect the config typesyslinux-3.10-pre4hpa2005-08-081-0/+2
* Be even more anal about PCI BIOS detection.hpa2005-08-081-2/+3
* Add PCI_CFG_BIOShpa2005-08-031-0/+1
* Actual implementation of the read/write through BIOShpa2005-08-032-0/+30
* Support PCI config via BIOShpa2005-08-0311-15/+56
* gcc4 compilation fixsyslinux-3.09-pre1hpa2005-05-192-0/+17
* 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-214-26/+113
* More work on password support for the menu systems. Make the base64hpa2005-01-219-15/+163
* SHA-1 support in libutil; beginnings of menu passwd supporthpa2005-01-206-14/+448
* Move idle function into libcom32; libutil function is now just a wrapper.hpa2005-01-209-5/+193
* Move <zconf.h> to the right placesyslinux-3.07-pre2hpa2005-01-121-0/+0
* 3.07: Fix chainloadinghpa2005-01-121-59/+77
* Move png header files in place; add documentationsyslinux-3.06hpa2005-01-105-0/+5192
* ftell() operationsyslinux-3.06-pre1hpa2005-01-101-0/+18
* Add libpnghpa2005-01-0831-3/+41417
* Move <zlib.h> to include directory; add prototype for ftell()hpa2005-01-082-0/+3
* Add zlib to libcom32hpa2005-01-0831-3/+12076
* Add missing header filesyslinux-3.10-pre1hpa2005-01-061-0/+14
* Fix dependency detection in subdirectorieshpa2005-01-051-1/+2
* Support PCI configuration space mechanism #2 if necessary.hpa2005-01-0511-88/+149
* Allow libcom32 to detect a disabled video console, and act appropriately.syslinux-3.02hpa2005-01-051-2/+17
* 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
* 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
* Fix PCI access functionshpa2005-01-048-7/+90
* More readable scroll barhpa2005-01-041-1/+1
* More navigation keyshpa2005-01-042-0/+15
* 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