summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify and fix label string scanningH. Peter Anvin2008-07-222-15/+7
* parseconfig, ui: store the label name unmangledSebastian Herbszt2008-07-222-4/+27
* core/runkernel.inc: remove dead codesyslinux-3.71-pre16Sergey Vlasov2008-07-221-6/+0
* Fix initrd overwriting the kernel for some kernel sizesSergey Vlasov2008-07-221-0/+2
* Fix loading of *.lkrn images from gPXESergey Vlasov2008-07-221-7/+6
* 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
* Document SERIAL fixH. Peter Anvin2008-07-171-0/+1
* Correctly parse "serial" statements with no baud rateH. Peter Anvin2008-07-171-7/+6
* win32: run shell script in the current dir with ./H. Peter Anvin2008-07-171-1/+1
* isolinux: rename CurDir to CurrentDirSebastian Herbszt2008-07-161-8/+8
* <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
* win32: search for a mingw compiler under several namesH. Peter Anvin2008-07-162-17/+37
* 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-163-1/+131
* cpuid.[ch]: various cleanupsH. Peter Anvin2008-07-162-120/+128
* NEWS: document ADV CBIOS fix.syslinux-3.71-pre12H. Peter Anvin2008-07-161-0/+1
* adv: fix the handling of the ADV with CBIOSH. Peter Anvin2008-07-161-25/+39
* parseconfig: fix invalid mangle_name assumptionH. Peter Anvin2008-07-161-1/+1
* 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
* gen-id: only truncate tags starting with syslinux-<version>-H. Peter Anvin2008-07-153-12/+24
* Use "git describe" in generating build signaturesH. Peter Anvin2008-07-151-4/+2
* Reformat overwide commentH. Peter Anvin2008-07-151-11/+15
* NEWS: KEYMAP -> KBDMAPH. Peter Anvin2008-07-141-1/+1
* keymap, font: use readc, so we can handle indeterminate file sizessyslinux-3.71-pre10H. Peter Anvin2008-07-143-30/+42
* getc: add "readc" function to do block readsH. Peter Anvin2008-07-141-0/+20
* conio: jump to loadkeys_ret in loadkeys if size not 256 bytessyslinux-3.71-pre9Sebastian Herbszt2008-07-141-0/+2
* Document unbreaking of KEYMAPsyslinux-3.71-pre8H. Peter Anvin2008-07-131-0/+1
* Fix residual use of DX:AX in the KEYMAP commandH. Peter Anvin2008-07-131-6/+2
* chain.c32: explicitly verify after writing MBRsyslinux-3.71-pre7H. Peter Anvin2008-07-111-4/+20
* chain.c32: new "hide" optionH. Peter Anvin2008-07-112-9/+107
* syslinux.txt: update; add INITRDSICMA_FIRST_IMPORTH. Peter Anvin2008-07-091-18/+23
* Document fix for RootDirH. Peter Anvin2008-07-091-1/+4
* ldlinux: CurrentDir not set if syslinux.cfg is missingSebastian Herbszt2008-07-091-0/+2
* Make version.mk optional, so cleaning commands worksyslinux-3.71-pre6H. Peter Anvin2008-07-072-2/+2
* Share the gen-id stuff between core and memdiskH. Peter Anvin2008-07-076-5/+17
* Centralize more of the version number machineryH. Peter Anvin2008-07-0713-30/+49
* Drop macros that just point to other macrosH. Peter Anvin2008-07-075-7/+5
* comboot: re-enable the idle callsyslinux-3.71-pre5H. Peter Anvin2008-07-071-4/+2
* pcitest: display "1 bus found" instead of "1 buses found"Sebastian Herbszt2008-07-071-1/+1
* comboot: make sure we CLD at all relevant entry pointsH. Peter Anvin2008-07-071-1/+6
* comboot.inc: add missing "section .text"H. Peter Anvin2008-07-071-0/+2