summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [tg3] Added support for tg3-5754.Andrew Schran2008-07-243-25/+67
* [makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown2008-07-241-2/+2
* [phantom] Add new board typeMichael Brown2008-07-242-0/+2
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-1718-51/+115
* [phantom] Guard against partially-written status descriptorsMichael Brown2008-07-171-15/+28
* [int13] Pairwise swap drive numbers, instead of shifting all drive numbersMichael Brown2008-07-162-22/+41
* [udp] Avoid reusing auto-allocated ports after connection close.Michael Brown2008-07-101-2/+3
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [forcedeth] Add support for PCI ID 10de:0373Andrew Schran2008-07-101-0/+4
* [hermon] Add support for MT26418 deviceMichael Brown2008-07-091-0/+1
* [phantom] Remove warning relating to now-fixed firmware bugMichael Brown2008-07-081-11/+0Star
* [phantom] Add NetXen dual copyrightMichael Brown2008-07-083-0/+21
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-082-6/+10
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star
* [image] Clear LOADED flag on all other images when loading a new imageMichael Brown2008-07-081-1/+10
* [settings] Allow "config" command to access root settings blockMichael Brown2008-07-081-7/+7
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-084-76/+6Star
* [dhcp] Allow DHCP non-option settings to be clearedMichael Brown2008-07-081-0/+3
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-057-0/+3067
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-019-30/+23Star
* [pxe] Fix a typo in PXENV_GET_CACHED_INFO that broke AltirisMichael Brown2008-07-011-1/+1
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25