summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* 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-272-4/+0
* menu: avoid leaving obvious password turds in memoryH. Peter Anvin2008-08-265-12/+57
* Clean up embedded Makefile targets; fix build failureH. Peter Anvin2008-08-222-6/+6
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-206-254/+82
* pci: fix pci_scan()Sebastian Herbszt2008-08-121-2/+4
* pci: cosmetic fixesSebastian Herbszt2008-08-121-34/+34
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-124-251/+258
* ctype.h: change extern inline to static inlineH. Peter Anvin2008-08-121-1/+1
* stdio.h: change fflush() from "extern inline" to "static inline"H. Peter Anvin2008-08-121-1/+1
* com32: compile with -std=gnu99H. Peter Anvin2008-08-125-9/+19
* stdio.h: revamp fread/fwrite to make gcc less unhappyH. Peter Anvin2008-08-121-11/+12
* Fix lrand48() and rand()H. Peter Anvin2008-08-111-1/+1
* com32/lib: add zalloc()H. Peter Anvin2008-08-014-9/+20
* pci: inlines for extracting part of a PCI device addressH. Peter Anvin2008-08-011-0/+15
* pci: store device addressH. Peter Anvin2008-08-012-3/+8
* Merge commit 'origin/for-3.72'H. Peter Anvin2008-07-311-4/+7
|\
| * klibc/compiler.h: add __weak macrofor-3.72H. Peter Anvin2008-07-231-0/+3
| * klibc/compiler.h: booleanize likely/unlikelyH. Peter Anvin2008-07-231-4/+4
* | 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