summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
* PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-151-22/+11
* com32: the keyboard map size is in CX not in DXH. Peter Anvin2009-04-081-1/+1
* Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19H. Peter Anvin2009-04-061-1/+1
* Makefiles: try to make "make install" do the right thingH. Peter Anvin2009-04-061-1/+1
* Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin2009-04-061-6/+10
* memscan: protect 0-0x7c00 until the new shuffler is mergedH. Peter Anvin2009-04-041-3/+3
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-049-2/+10
* linux.c32: don't relocate the real-mode code *above* 0x90000H. Peter Anvin2009-04-031-1/+1
* linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-032-4/+81
* com32: add _t to scan_memory_callbackH. Peter Anvin2009-04-031-1/+1
* com32: merge all memory map discovery to one fileH. Peter Anvin2009-04-034-174/+204
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-015-8/+112
* pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu2009-03-291-1/+1
* pci: Check if configuration type is PCI_CFG_NONEErwan Velu2009-03-261-0/+7
* pci: Remove "(void)cfgtype"Erwan Velu2009-03-261-2/+0
* vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin2009-03-201-3/+0
* vesacon: migrate disable fixes from ansiconH. Peter Anvin2009-03-201-7/+8
* ansicon: handle the disabled case properlyH. Peter Anvin2009-03-201-6/+6
* vesa: fixing wrong total_memory sizeErwan Velu2009-03-141-1/+1
* hdt: Adding PCI latencyErwan Velu2009-03-141-0/+1
* hdt: irq have to be in dev_infoErwan Velu2009-03-141-1/+7
* hdt: Adding legacy IRQ stuffErwan Velu2009-03-131-1/+28
* Merge branch 'hdt'H. Peter Anvin2009-03-125-52/+263
|\
| * libcom32: add strpcpy()H. Peter Anvin2009-03-122-2/+22
| * Moving dmi & cpuid stuff to gpl subdirsErwan Velu2009-03-128-1502/+0
| * com32/gpllib: clean up Makefile structureH. Peter Anvin2009-03-122-1/+1
| * Add gpllib, gplincludeH. Peter Anvin2009-03-121-0/+5
| * PCI: flexible modules.pcimap & pci.ids pathsErwan Velu2009-03-111-6/+6
| * hdt: Cleaning DMI implementationerwan2009-03-031-0/+3
| * hdt:Cleaning DMI implementationerwan2009-03-027-0/+1499
| * hdt: PCI: Adding categoryErwan Velu2009-02-261-1/+4
| * hdt: Adding pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE *gnt)Erwan Velu2009-02-252-1/+62
| * hdt: We have to iterate & copy the vendor name to all matching pci devices as...Erwan Velu2009-02-251-4/+13
| * hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu2009-02-251-21/+26
| * hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu2009-02-251-3/+3
| * 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 get_class_name_from_pci_ids to grab class name from the pciidsErwan Velu2009-02-251-0/+87
| * hdt: Improving clean targetErwan Velu2009-02-251-1/+1
* | linux.c32: fix initrd alignmentH. Peter Anvin2009-03-121-4/+4
* | shuffler: more corrections to shuffle buffer assignmentH. Peter Anvin2009-03-101-12/+19
* | shuffler: fix the handling of more than one block of descriptorsH. Peter Anvin2009-03-101-7/+15
|/
* syslinux_derivative_info(): use the buffer we already haveH. Peter Anvin2009-02-181-4/+3
* Constructed data objects can't be common; hack derivative_infoH. Peter Anvin2009-02-181-7/+5
* getcwd.c: need <string.h>H. Peter Anvin2009-02-181-0/+1
* COM32 API: Add functions for directory useGene Cumm2009-02-107-0/+181
* Add comboot interface to access the keyboard remapping tableH. Peter Anvin2009-02-032-0/+45