summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* chain.c32: error out on missing boot sector signatureH. Peter Anvin2008-07-301-0/+7
* vesamenu: avoid strcmp() with NULLH. Peter Anvin2008-07-221-1/+1
* pci: resize pci_device arrayssyslinux-3.71-pre15Sebastian Herbszt2008-07-191-5/+5
* ethersel: use library functionsSebastian Herbszt2008-07-191-26/+4
* <sys/cpu.h>: asm() formatting cleanupH. Peter Anvin2008-07-161-1/+2
* <sys/cpu.h>: drop redundant "return"H. Peter Anvin2008-07-161-1/+1
* com32: move cpuid inlines to <sys/cpu.h>H. Peter Anvin2008-07-162-73/+41
* ifcpu64.c32: clean up the sourcessyslinux-3.71-pre14H. Peter Anvin2008-07-161-23/+18
* cpuid.h: add __constfuncH. Peter Anvin2008-07-161-5/+6
* cpufeature.h: remove unused macrossyslinux-3.71-pre13H. Peter Anvin2008-07-161-29/+0
* 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-162-120/+128
* 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
* chain.c32: explicitly verify after writing MBRsyslinux-3.71-pre7H. Peter Anvin2008-07-111-4/+20
* chain.c32: new "hide" optionH. Peter Anvin2008-07-111-9/+104
* pcitest: display "1 bus found" instead of "1 buses found"Sebastian Herbszt2008-07-071-1/+1
* Allow the initrd to be specified on a separate linesyslinux-3.71-pre4H. Peter Anvin2008-07-031-0/+14
* Simple menu: really avoid disabled entriessyslinux-3.71-pre2H. Peter Anvin2008-07-021-22/+30
* chain.c32: allow "boot" as a drive specificationH. Peter Anvin2008-06-301-13/+32
* mboot.c32: no need to include the ANSI enginesyslinux-3.70-pre24H. Peter Anvin2008-06-241-2/+3
* Default to \n -> \r\n in ANSI and xserialH. Peter Anvin2008-06-244-5/+8
* chain.c32: use a more Linux-kernel-like syntaxH. Peter Anvin2008-06-201-22/+27
* chain.c: avoid comma-space in assembly stubsH. Peter Anvin2008-06-191-14/+14
* chain.c32: check the stub sources into the treeH. Peter Anvin2008-06-192-0/+44
* Add address aliases for freedos and msdosH. Peter Anvin2008-06-191-0/+6
* chain.c32: minor stylistic cleanupH. Peter Anvin2008-06-191-2/+1
* chain.c: we can't rely on dosmem and int13 in here...H. Peter Anvin2008-06-191-86/+119
* chain.c32: support loading DOS kernelsH. Peter Anvin2008-06-181-14/+88
* <syslinux/bootrm.h>: fix order of SS and DSH. Peter Anvin2008-06-181-2/+2
* chain.c32: finalize the NTLDR interfacesyslinux-3.70-pre18H. Peter Anvin2008-06-151-47/+78
* loadfile: make sure we don't trash errnoH. Peter Anvin2008-06-151-1/+6
* pci: fix off-by-one error and introduce MAX_PCI_FUNCSebastian Herbszt2008-06-132-8/+9
* chain.c32: don't swap drives when already primarysyslinux-3.70-pre17H. Peter Anvin2008-06-121-3/+3
* chain.c32: support swapping BIOS drive numbersH. Peter Anvin2008-06-121-22/+83
* chain: use shuffle API; support loading a boot fileH. Peter Anvin2008-06-121-27/+100
* Aligning memcpy/memmove/mempcpy/memset for libcom32H. Peter Anvin2008-06-065-80/+308
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-296-16/+10
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-296-6/+6
* Merge commit 'origin/master' into gpxe-addedH. Peter Anvin2008-05-286-7/+7
|\
| * Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-125-5/+5
| * chain.c32: fix booting from logical partitionsSergey Vlasov2008-04-241-1/+1
| * syslinux 3.63: Use $(CC) for examining compiler optionsMaciej W. Rozycki2008-04-171-1/+1
* | Merge commit 'syslinux-3.63' into gpxe-addedsyslinux-3.70-pre9H. Peter Anvin2008-04-104-191/+436
|\ \ | |/
| * movebits: rewrite significant chunks of the algorithmsyslinux-3.63-pre5H. Peter Anvin2008-04-091-166/+246
| * zonelist.c: Fix the coalescing of identical rangesH. Peter Anvin2008-04-091-7/+6
| * sdi.c32: be a tad more verbose.H. Peter Anvin2008-04-081-1/+5
| * movebits: use the memmap data structure for the freelistH. Peter Anvin2008-04-081-152/+80
| * movebits: handle the case of an upward overlap move with obstaclesH. Peter Anvin2008-04-081-115/+187
| * COM32 module to load a Microsoft System Deployment ImageH. Peter Anvin2008-03-312-1/+163