summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* pci modules: Check for pci_scan() == NULL.Erwan Velu2009-03-231-1/+5
* cmd.c32: simplify by passing the unparsed command lineH. Peter Anvin2009-03-141-21/+3
* cmd.c32: use strpcpy() instead of sprintf()syslinux-3.74-pre4H. Peter Anvin2009-03-121-5/+6
* Moving dmi & cpuid stuff to gpl subdirsErwan Velu2009-03-122-339/+6
* Add gpllib, gplincludeH. Peter Anvin2009-03-121-1/+1
* PCI: flexible modules.pcimap & pci.ids pathsErwan Velu2009-03-111-3/+3
* hdt: Cleaning DMI implementationerwan2009-03-032-596/+1
* hdt: Cleaning initErwan Velu2009-02-251-6/+5
* hdt: Fixing DMI memory corruptionErwan Velu2009-02-251-8/+7
* hdt: Updating CPU namesErwan Velu2009-02-251-1/+1
* hdt: Fixing wrong nb of elements displayedErwan Velu2009-02-251-2/+2
* hdt: Cleaning dmi structuresErwan Velu2009-02-251-0/+11
* hdt: Adding "filled" filed to detect supported devicesErwan Velu2009-02-251-1/+19
* hdt: Removing static dmitable, it have to be in the s_dmi structure Making dm...Erwan Velu2009-02-253-26/+37
* hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu2009-02-251-14/+62
* hdt: Adding battery detection in DMI Improving memory detectionErwan Velu2009-02-252-74/+154
* hdt: Adding memory informationErwan Velu2009-02-251-1/+26
* hdt: Removing useless defineErwan Velu2009-02-251-1/+1
* hdt: Fixing typoErwan Velu2009-02-252-2/+2
* hdt: Removing useless printfErwan Velu2009-02-251-4/+0
* hdt: Updating cpuid code to match upstream codeErwan Velu2009-02-251-7/+10
* 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
* ifcpu64: fix handing with less than three argumentsH. Peter Anvin2009-02-151-3/+5
* kbdmap.c32: new module to load a keyboard map dynamicallyH. Peter Anvin2009-02-032-1/+57
* config.c32: new module to just load a configuration fileH. Peter Anvin2009-01-252-1/+40
* 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
* meminfo: update to deal with ACPI 3 and other braindamageH. Peter Anvin2008-10-131-3/+14
* Move vesainfo.c32 from "samples" to "modules"H. Peter Anvin2008-10-132-1/+84
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-1/+2
* sdi.c32: Change SDIReserved -> MDBTypeH. Peter Anvin2008-09-081-1/+1
* sdi.c32: verify the header checksumRemi Lefevre2008-09-081-0/+33
* sdi.c32: credit where credit is dueH. Peter Anvin2008-09-021-1/+2
* sdi.c32: support gzipped SDI imagesH. Peter Anvin2008-09-021-1/+1
* Add pxechain.com; new modules direction; reorganize installationH. Peter Anvin2008-08-271-2/+0
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-221-4/+4
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-67/+3
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-122-47/+27
* com32: compile with -std=gnu99H. Peter Anvin2008-08-121-2/+4
* chain.c32: error out on missing boot sector signatureH. Peter Anvin2008-07-301-0/+7
* ethersel: use library functionsSebastian Herbszt2008-07-191-26/+4
* ifcpu64.c32: clean up the sourcessyslinux-3.71-pre14H. Peter Anvin2008-07-161-23/+18
* ifcpu64.c32: simple module to choose a 32, 32pae, or 64-bit kernelH. Peter Anvin2008-07-162-1/+127
* cpuid.[ch]: various cleanupsH. Peter Anvin2008-07-161-63/+11
* chain.c32: fix test for partition types which can be hiddensyslinux-3.71-pre11Sergey Vlasov2008-07-161-1/+1
* chain.c32: fix bounce buffer handlingSergey Vlasov2008-07-161-4/+7