summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [release] Update version to 0.9.5 for releasev0.9.5Marty Connor2008-10-012-3/+3
* [arbel] Fix off-by-one error in the failure path in arbel_probe()Michael Brown2008-10-011-4/+4
* [hermon] Fix off-by-one error in the failure path in hermon_probe()Michael Brown2008-10-011-4/+4
* [makefile] Quote argument to sed containing []H. Peter Anvin2008-09-301-1/+1
* [makefile] Avoid using ?=H. Peter Anvin2008-09-302-6/+6
* [tg3] Add PCI IDMichael Brown2008-09-291-0/+1
* [pcbios] Allow for larger-than-20-byte buffers in e820mangler.SMichael Brown2008-09-291-14/+45
* [pcbios] Print INT 15,E820 extended attributes, if presentMichael Brown2008-09-291-3/+43
* [gdb] Fix a compiler warning that shows up only when assertions are enabledMichael Brown2008-09-291-2/+2
* [pcbios] Save/restore %es in INT 15,e820Michael Brown2008-09-291-0/+2
* [i386] Add dump_regs() debug callMichael Brown2008-09-291-0/+23
* [hermon] Allocate only as much memory as is needed for ICM and ICM AUXMichael Brown2008-09-281-47/+62
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [release] Update version post release to 0.9.4+Marty Connor2008-09-261-1/+1
* [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