summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [pcbios] Add extra debugging messages relating to the system memory mapMichael Brown2008-09-073-4/+19
* [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
* [smbios] Print SMBIOS version number in debugging messagesMichael Brown2008-08-191-2/+2
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-185-360/+123Star
* [pcbios] Prepare for multiple splits of hidden e820 memory regionsMichael Brown2008-08-182-2/+328
* [util] Allow Option::ROM to understand and modify initialisation entry pointMichael Brown2008-08-153-7/+66
* [settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown2008-08-141-1/+2
* [dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown2008-08-131-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-124-13/+37
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-116-82/+390
* [libc] Add missing __attribute__ (( format ( printf ) )) to ssnprintf()Michael Brown2008-08-111-1/+2
* [romprefix] Fix ROM image copy on PCI 3.0 BIOSesMichael Brown2008-08-061-1/+3
* [pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packetMichael Brown2008-08-021-5/+3Star
* [dhcp] Work around a bug in Altiris RDPMichael Brown2008-08-011-2/+2
* [virtio] Add legacy driver for KVM virtio-netStefan Hajnoczi2008-08-014-0/+723
* [autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2008-07-312-3/+31
* [cleanup] Remove obsolete README.cvs fileMichael Brown2008-07-311-65/+0Star
* [util] Add mergerom.plMichael Brown2008-07-311-0/+80
* [util] Add Option::ROM library and rewrite disrom.pl to use it.Michael Brown2008-07-312-100/+520
* [ftp] Terminate processing after receiving an errorSergey Vlasov2008-07-301-0/+1
* [ftp] Cope with RETR completion prior to all data receivedMichael Brown2008-07-301-15/+33
* [romprefix] Update PCI ROM structure to PCI 3.0Michael Brown2008-07-301-20/+84
* [prefix] Reasonable value for lkrn initrd_addr_maxStefan Hajnoczi2008-07-301-2/+8
* [smbios] Add named settings for manufacturer, product name, and serial no.Michael Brown2008-07-271-0/+28
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* [cmdline] Minor tidy-ups to shell_banner.cMichael Brown2008-07-241-4/+4
* [cmdline] Added configurable shell banner timeoutAndrew Schran2008-07-242-5/+8