summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build native (not necessarily i386) binarieshpa2005-01-042-9/+9
* 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-283-4/+71
* Support menu hotkeys.hpa2004-12-283-10/+75
* Support shift in/shift out -> DEC VT symbols;hpa2004-12-271-2/+32
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-222-19/+61
* Fix handling of attributes when clearing the screen.hpa2004-12-221-1/+1
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-215-20/+60
* extlinux: Document need for MBR, and usage on a RAID system.hpa2004-12-212-2/+33
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-213-19/+41
* Add strlcpy(), strlcat()hpa2004-12-212-0/+57