summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-256-10/+15
* com32/lib: fix "make clean" by proper parens for "find"H. Peter Anvin2008-09-251-1/+1
* simple menu: make "menu default" work after "menu begin"H. Peter Anvin2008-09-221-1/+5
* ansicon, vesacon: beep on ^GH. Peter Anvin2008-09-094-0/+16
* menu: quiet warnings in drain_keyboard()syslinux-3.72-pre5H. Peter Anvin2008-09-081-2/+2
* sdi.c32: Change SDIReserved -> MDBTypeH. Peter Anvin2008-09-081-1/+1
* sdi.c32: verify the header checksumRemi Lefevre2008-09-081-0/+33
* Merge commit 'stefanha/gdbstub'H. Peter Anvin2008-09-086-0/+1006
|\
| * Fix GDB protocol flow control issuesStefan Hajnoczi2008-08-301-7/+5
| * Add GDB stubStefan Hajnoczi2008-08-296-16/+874
| * Relocating COM32 moduleStefan Hajnoczi2008-08-282-0/+150
* | 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