summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-178-111/+176
* [uri] Allow use of relative URIs when calling churi()Michael Brown2009-02-161-1/+4
* [build] Cope with oddities in the Fedora 10 assemblerMichael Brown2009-02-163-15/+15
* [build] Fix building on gcc 3Michael Brown2009-02-161-0/+2
* [build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -WerrorMichael Brown2009-02-161-1/+1
* [image] Avoid claiming zero-length images as validMichael Brown2009-02-162-0/+12
* [image] Allow multiple embedded imagesMichael Brown2009-02-1610-91/+126
* [romprefix] Update ROM checksum even if PMM allocation failsMichael Brown2009-02-151-7/+9
* [build] Treat warnings as errors in assembly filesMichael Brown2009-02-151-0/+1
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-1510-102/+85Star
* [i386] Add explicit ""aw", @nobits" declarations to stack sectionsMichael Brown2009-02-152-2/+2
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-157-32/+18Star
* [umalloc] Avoid problems when _textdata_memsz is a multiple of 4kBMichael Brown2009-02-151-3/+3
* [http] Allow for URI encodings within username and passwordMichael Brown2009-02-131-2/+15
* [http] Add support for HTTP Basic authenticationMichael Brown2009-02-131-0/+28
* [base64] Add base64 encoding functionsMichael Brown2009-02-132-0/+90
* [settings] Handle errors in fetchf_uristring()Michael Brown2009-02-121-1/+4
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-108-954/+354Star
* [crypto] Remove unused filesMichael Brown2009-02-107-1851/+0Star
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-092-600/+702
* [sundance] Added NIC variantThomas Miletich2009-02-061-0/+1
* [pxe] Display the "Press F8" prompt rather than displaying menu with timeoutMichael Brown2009-02-051-58/+112
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-056-62/+195
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-052-6/+30
* [pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown2009-02-031-1/+2
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-018-18/+31
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-013-3/+29
* [tftp] Guard against invalid data block numbersMichael Brown2009-02-011-0/+5
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-0117-961/+1367
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5
* [scsi] Cope with targets that send multiple CHECK CONDITIONS at power-onMichael Brown2009-01-301-5/+19
* [ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown2009-01-271-0/+9
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-272-11/+66
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-272-0/+35
* [tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2009-01-272-8/+23
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-252-14/+197
* [bios] Add F8 function key as a recognised BIOS keycodeMichael Brown2009-01-251-1/+3
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-252-22/+21Star
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-232-55/+56
* [dhcp] Handle missing ProxyDHCP serversMichael Brown2009-01-231-1/+8
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-233-75/+133
* [tcp] Always set PUSH flag on TCP transmissionsMichael Brown2009-01-211-1/+1
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-213-1/+109
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-217-20/+29
* [ethernet] Fix eth_mc_hash() return statusMichael Brown2009-01-211-0/+1
* [dhcp] Centralise DHCP successful state transitionsMichael Brown2009-01-211-19/+35
* [dhcp] Allow for missing server ID in ProxyDHCPACKMichael Brown2009-01-211-9/+13
* [efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOLMichael Brown2009-01-121-7/+12
* [efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2009-01-122-0/+98
* [efi] Provide component name protocol and device path protocol interfacesMichael Brown2009-01-122-22/+325