summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu2009-02-253-42/+101
* hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu2009-02-252-3/+8
* hdt: Improving performances by not computing product ids when the vendor does...Erwan Velu2009-02-251-30/+25
* hdt: Improving detection speed by skipping uncessary linesErwan Velu2009-02-251-0/+13
* hdt: No need to only copy vendor nameErwan Velu2009-02-251-8/+6
* hdt: Performance optimisations : avoiding hex_to_int in pci_domain loopsErwan Velu2009-02-251-14/+29
* hdt: Adding battery detection in DMI Improving memory detectionErwan Velu2009-02-255-74/+444
* hdt: Adding memory informationErwan Velu2009-02-251-1/+26
* hdt: Adding get_class_name_from_pci_ids to grab class name from the pciidsErwan Velu2009-02-252-0/+89
* hdt: Improving clean targetErwan Velu2009-02-251-1/+1
* hdt: Removing useless defineErwan Velu2009-02-252-4/+1
* hdt: Fixing typoErwan Velu2009-02-253-3/+3
* hdt: Removing useless printfErwan Velu2009-02-251-4/+0
* hdt: Fixing cpu structure to prevent conflict on s_cpu_flagsErwan Velu2009-02-251-2/+2
* hdt: Updating cpuid code to match upstream codeErwan Velu2009-02-252-7/+15
* entrydump: trivial program to probe PXE entry conditionsH. Peter Anvin2009-02-182-1/+63
* syslinux_derivative_info(): use the buffer we already haveH. Peter Anvin2009-02-182-5/+4
* Constructed data objects can't be common; hack derivative_infoH. Peter Anvin2009-02-183-34/+64
* getcwd.c: need <string.h>H. Peter Anvin2009-02-181-0/+1
* kbdmap.c: clean up stealth whitespaceH. Peter Anvin2009-02-181-4/+2
* Simple "cmd" module to issue a CLI commandsyslinux-3.74-pre1Michael Brown2009-02-172-1/+43
* COM32 module: Read-Only shellGene Cumm2009-02-155-1/+1024
* Merge branch 'master' into dirH. Peter Anvin2009-02-152-4/+6
|\
| * COM32 libutil: Fix error in flags in console_ansi_std(void)Gene Cumm2009-02-151-1/+1
| * ifcpu64: fix handing with less than three argumentsH. Peter Anvin2009-02-151-3/+5
* | COM32 API: Add functions for directory useGene Cumm2009-02-109-0/+220
|/
* kbdmap.c32: new module to load a keyboard map dynamicallyH. Peter Anvin2009-02-032-1/+57
* Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-033-0/+98
* Merge branch 'master' into uiH. Peter Anvin2009-01-252-1/+40
|\
| * config.c32: new module to just load a configuration fileH. Peter Anvin2009-01-252-1/+40
* | Add new "UI" directive instead of abusing the DEFAULT directiveH. Peter Anvin2008-12-142-1/+44
|/
* mboot.c: prefer ELF header over multiboot headersyslinux-3.73-pre6Ralf Ertzinger2008-10-201-63/+57
* mboot.c32: add <stdint.h> and <stdbool.h>syslinux-3.73-pre5H. Peter Anvin2008-10-191-0/+2
* mboot.c32: reorganize print messagesH. Peter Anvin2008-10-191-8/+7
* mboot.c32: change DHCP_ACK_SIZE to 2048H. Peter Anvin2008-10-191-1/+1
* mboot.c32: add Solaris modeRalf Ertzinger2008-10-191-0/+43
* com32: make _Exit just an ordinary symbolH. Peter Anvin2008-10-142-5/+8
* Older binutils wants parens around macrosDag Wieers2008-10-141-1/+1
* meminfo: update to deal with ACPI 3 and other braindamageH. Peter Anvin2008-10-131-3/+14
* e820: pre-initialize bufferH. Peter Anvin2008-10-131-0/+2
* com32/lib: fix reversed test when looking for extattr in e820H. Peter Anvin2008-10-131-1/+1
* Support "extended attributes" for INT 15h, AX=E820hH. Peter Anvin2008-10-131-1/+8
* Move vesainfo.c32 from "samples" to "modules"H. Peter Anvin2008-10-133-2/+2
* Add CD-ROM mode query to the COM32 interfaceH. Peter Anvin2008-10-101-1/+1
* Remove line-leading gas-style comments in files compiled with -std=gnu99H. Peter Anvin2008-09-263-45/+47
* setjmp.S: use C-style commentsH. Peter Anvin2008-09-261-15/+15
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-256-10/+15
* com32/lib: fix "make clean" by proper parens for "find"H. Peter Anvin2008-09-251-1/+1
* simple menu: make "menu default" work after "menu begin"H. Peter Anvin2008-09-221-1/+5
* ansicon, vesacon: beep on ^GH. Peter Anvin2008-09-094-0/+16