summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* shuffler: when looking for temporary memory, it has to be *free!*syslinux-3.80-pre8H. Peter Anvin2009-05-031-0/+2
* movebits: make the user-space test cases slightly easierH. Peter Anvin2009-05-031-9/+12
* shuffler: correctly handle one-to-many relationshipssyslinux-3.80-pre7H. Peter Anvin2009-05-021-18/+130
* shuffle: align the shuffle safe areaH. Peter Anvin2009-05-021-2/+3
* syslinux_dump_memmap(): make it easier to spot errorsH. Peter Anvin2009-05-021-1/+1
* syslinux_add_memmap(): fix failures at address zero, more?H. Peter Anvin2009-05-021-38/+63
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-291-6/+96
* shuffle_pm: remove unused variables and includesH. Peter Anvin2009-04-281-7/+1
* memscan: use the contents of the ebda_seg, not the pointer itselfH. Peter Anvin2009-04-281-1/+1
* Unify dependency generation: com32/lib, com32/cmenuH. Peter Anvin2009-04-272-15/+14
* memscan: correctly handle the DOS memory fallback caseH. Peter Anvin2009-04-271-4/+4
* shuffle_rm: clean up the trampoline generator with macrosH. Peter Anvin2009-04-231-31/+50
* shuffle_rm: set up SS:ESP and segs as quickly as possibleH. Peter Anvin2009-04-231-13/+40
* Global whitespace cleanup.H. Peter Anvin2009-04-207-7/+6
* com32: remove unused variablesSebastian Herbszt2009-04-171-2/+0
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-161-21/+9
|\
| * pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
| * PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-151-22/+11
* | Fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-04-131-8/+7
* | shuffle_rm.c: minor style cleanupH. Peter Anvin2009-04-131-8/+8
* | shuffler: work around KVM problem with the new shufflerH. Peter Anvin2009-04-133-13/+27
* | bootrm: allow entering with IF=1; smarter stub locationH. Peter Anvin2009-04-131-26/+26
* | Merge branch 'new-shuffler'H. Peter Anvin2009-04-086-99/+220
|\ \ | |/ |/|
| * memscan: adjust lower limit; saner handling of insane DOS memory sizesH. Peter Anvin2009-04-041-9/+17
| * Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-041-3/+3
| |\
| * | Update copyright noticesH. Peter Anvin2009-04-043-2/+5
| * | Merge branch 'master' into new-shufflerH. Peter Anvin2009-04-0414-122/+341
| |\ \
| * | | shuffler: fix infinite loop in syslinux_memmap_find()H. Peter Anvin2009-03-311-0/+1
| * | | shuffle: use SMT_RESERVED for the forbidden regionH. Peter Anvin2009-03-311-1/+1
| * | | shuffler: make the new shuffler actually workH. Peter Anvin2009-03-315-91/+200
* | | | 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