aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-26[release] Update version information for 0.9.4 releasev0.9.4Marty Connor2-3/+3
2008-09-26[settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown1-0/+2
2008-09-26[settings] Expose MAC address setting for general useMichael Brown1-0/+1
2008-09-26[romprefix] Fully clear the "Press B to boot..." message when INT19 is usedMichael Brown1-1/+1
2008-09-25[pcbios] Fetch INT 15,e820 entry directly into our e820 cacheMichael Brown1-19/+9
2008-09-25[arbel] Allocate sufficient space for firmware bufferMichael Brown1-1/+1
2008-09-25[hermon] Allocate sufficient space for firmware bufferMichael Brown1-1/+1
2008-09-25[pcbios] Add facility for testing arbitrary E820 memory mapsMichael Brown3-0/+112
2008-09-25[crypto] Remove spurious #include "config.h"Michael Brown1-2/+0
2008-09-25[romprefix] Allow BANNER_TIMEOUT to control banners in romprefix.SMichael Brown1-18/+26
2008-09-25[dhcp] Accept BOOTP as well as DHCPMichael Brown2-7/+10
2008-09-24[pxe] Enable interrupts before starting PXE NBP executionMichael Brown1-0/+1
2008-09-24[pcbios] Inhibit INT 15 memory map hiding on brain-dead BIOSesMichael Brown1-0/+27
2008-09-24[settings] Add the uristring setting typeMichael Brown1-0/+53
2008-09-24[uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2-0/+80
2008-09-24[romprefix] If we hook INT 19, prompt before attempting bootMichael Brown1-44/+107
2008-09-23[phantom] Skip command PEG initialisation if PEG is already runningMichael Brown1-0/+11
2008-09-23[pcbios] Sanity-check the INT15,e820 and INT15,e801 memory mapsMichael Brown1-0/+33
2008-09-23[phantom] Omit an initialisation step now performed by the firmwareMichael Brown1-2/+0
2008-09-23[pxe] Display PXE_LOADER debug message after call to initialise()Michael Brown1-3/+3
2008-09-23[relocate] Guard against systems that report empty memory regionsMichael Brown1-5/+10
2008-09-23[memmap] Allow for 4GB+ systems in debug messageMichael Brown1-3/+3
2008-09-19[iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"Michael Brown1-1/+1
2008-09-12[undi] Scan for UNDI ROMs on 512-byte boundaries rather than 2kB boundariesMichael Brown1-2/+2
2008-09-07[util] Disable automatic CR->LF conversion in serial-console utilityMichael Brown1-2/+2
2008-09-07[pcbios] Add extra debugging messages relating to the system memory mapMichael Brown3-4/+19
2008-09-07[contrib] Bring bochs/qemu READMEs up to date with latest upstream codeMichael Brown2-4/+4
2008-09-06[pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000Michael Brown2-1/+13
2008-09-06[multiboot] Allow for unspecified {load,bss}_end_addr for raw imagesMichael Brown1-2/+5
2008-09-04[util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin1-1/+2
2008-09-04[libprefix] Add addr32 prefix required by older assemblersEygene Ryabinkin1-1/+1
2008-08-28[comboot] Add COMBOOT and COM32 supportDaniel Verkamp15-0/+1816
2008-08-28[librm] Add rm stack copying functionsDaniel Verkamp2-0/+48
2008-08-28[librm] Make rm_sp and rm_ss globals againDaniel Verkamp2-0/+4
2008-08-28[libc] Mark setjmp and longjmp as __cdeclDaniel Verkamp1-2/+2
2008-08-28[pxe] Fill in UNDIROMID pointer in !PXE structureMichael Brown4-6/+30
2008-08-27[romprefix] Add UNDI ROMID structure bus type fieldMichael Brown1-0/+1
2008-08-27[phantom] Fix P3 B1 silicon bug workaroundMichael Brown1-1/+3
2008-08-27[util] Fix interpretation of short jumps in Option::ROMMichael Brown1-1/+3
2008-08-26[romprefix] Preserve %edi when issuing INT 1A,B101Michael Brown1-1/+3
2008-08-26[phantom] Remove comment that no longer matches realityMichael Brown1-3/+0
2008-08-25[romprefix] Add more diagnostic messages to ROM prefixMichael Brown1-27/+28
2008-08-25[phantom] Temporary workaround for bug in prototype (P3 B1) siliconMichael Brown2-1/+14
2008-08-22[romprefix] Fix regression in UNDI loaderMichael Brown1-2/+2
2008-08-22[romprefix] On a PCI3.0, non-BBS system, use the correct %cs for INT19Michael Brown1-26/+45
2008-08-22[elf] Add execution entry point debug messages for elf/multiboot imagesMichael Brown2-0/+3
2008-08-21[pxe] Add extra debug messages to the PXE UDP API callsMichael Brown1-4/+16
2008-08-21[pxe] Fix broadcast transmissions via PXENV_UDP_WRITEMichael Brown1-0/+1
2008-08-20[undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown5-65/+145
2008-08-20[undi] Work around broken UNDI polling behaviour in winBoot/iMichael Brown1-3/+17