aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-18[pcbios] Prepare for multiple splits of hidden e820 memory regionsMichael Brown2-2/+328
2008-08-15[util] Allow Option::ROM to understand and modify initialisation entry pointMichael Brown3-7/+66
2008-08-14[settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown1-1/+2
2008-08-13[dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown1-0/+1
2008-08-12[retry] Added configurable timeouts to retry timerAndrew Schran4-13/+37
2008-08-11[iSCSI] Add support for mutual CHAPMichael Brown6-82/+390
2008-08-11[libc] Add missing __attribute__ (( format ( printf ) )) to ssnprintf()Michael Brown1-1/+2
2008-08-05[romprefix] Fix ROM image copy on PCI 3.0 BIOSesMichael Brown1-1/+3
2008-08-02[pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packetMichael Brown1-5/+3
2008-08-01[dhcp] Work around a bug in Altiris RDPMichael Brown1-2/+2
2008-08-01[virtio] Add legacy driver for KVM virtio-netStefan Hajnoczi4-0/+723
2008-07-31[autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2-3/+31
2008-07-31[cleanup] Remove obsolete README.cvs fileMichael Brown1-65/+0
2008-07-31[util] Add mergerom.plMichael Brown1-0/+80
2008-07-31[util] Add Option::ROM library and rewrite disrom.pl to use it.Michael Brown2-100/+520
2008-07-30[ftp] Terminate processing after receiving an errorSergey Vlasov1-0/+1
2008-07-30[ftp] Cope with RETR completion prior to all data receivedMichael Brown1-15/+33
2008-07-30[romprefix] Update PCI ROM structure to PCI 3.0Michael Brown1-20/+84
2008-07-30[prefix] Reasonable value for lkrn initrd_addr_maxStefan Hajnoczi1-2/+8
2008-07-27[smbios] Add named settings for manufacturer, product name, and serial no.Michael Brown1-0/+28
2008-07-27[cmdline] Add setting expansion using ${...} syntaxMichael Brown1-2/+96
2008-07-24[ui] Add progress dots while waiting on any foreground jobMichael Brown1-3/+10
2008-07-24[cmdline] Minor tidy-ups to shell_banner.cMichael Brown1-4/+4
2008-07-24[cmdline] Added configurable shell banner timeoutAndrew Schran2-5/+8
2008-07-24[tg3] Added support for tg3-5754.Andrew Schran3-25/+67
2008-07-24[makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown1-2/+2
2008-07-24[phantom] Add new board typeMichael Brown2-0/+2
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown18-51/+115
2008-07-17[phantom] Guard against partially-written status descriptorsMichael Brown1-15/+28
2008-07-15[int13] Pairwise swap drive numbers, instead of shifting all drive numbersMichael Brown2-22/+41
2008-07-10[udp] Avoid reusing auto-allocated ports after connection close.Michael Brown1-2/+3
2008-07-10[dhcp] Verify DHCP server source portMichael Brown1-16/+45
2008-07-10[forcedeth] Add support for PCI ID 10de:0373Andrew Schran1-0/+4
2008-07-09[hermon] Add support for MT26418 deviceMichael Brown1-0/+1
2008-07-08[phantom] Remove warning relating to now-fixed firmware bugMichael Brown1-11/+0
2008-07-08[phantom] Add NetXen dual copyrightMichael Brown3-0/+21
2008-07-08[phantom] Initialise RCVPEG before reading MAC addressesMichael Brown1-4/+4
2008-07-08[image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2-6/+10
2008-07-08[image] Revert "clear LOADED flag" patchMichael Brown1-10/+1
2008-07-08[image] Clear LOADED flag on all other images when loading a new imageMichael Brown1-1/+10
2008-07-08[settings] Allow "config" command to access root settings blockMichael Brown1-7/+7
2008-07-08[bzimage] Kill off the initrd image typeMichael Brown4-76/+6
2008-07-08[dhcp] Allow DHCP non-option settings to be clearedMichael Brown1-0/+3
2008-07-04[phantom] Add support for NetXen Phantom NICsMichael Brown7-0/+3067
2008-07-02[tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown1-6/+19
2008-06-30[i386] Change semantics of __from_data16 and __from_text16Michael Brown9-30/+23
2008-06-30[pxe] Fix a typo in PXENV_GET_CACHED_INFO that broke AltirisMichael Brown1-1/+1
2008-06-30[dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown1-7/+25
2008-06-30[Config] remove src/ConfigH. Peter Anvin3-381/+1
2008-06-30[ns8390] Use stub files instead of src/ConfigH. Peter Anvin5-6/+23