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