summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-212-4/+8
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-1/+1
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-1/+6
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-051-0/+244
* [pxebs] Consistently interpret PXE type field as little-endianJoshua Oreman2009-11-211-1/+1
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-181-14/+16
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-161-1/+1
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-1/+7
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-122-2/+2
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-242-7/+6Star
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-242-12/+28
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-186-0/+12
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-8/+1Star
* [image] Redact password from URIs displayed by imgfetch()Michael Brown2009-02-171-1/+12
* [pxe] Allow Escape to abort PXE menu selectionsMichael Brown2009-02-171-2/+2
* [image] Allow multiple embedded imagesMichael Brown2009-02-161-30/+0Star
* [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-052-17/+4Star
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-051-6/+15
* [pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown2009-02-031-1/+2
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-013-2/+363
* [ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown2009-01-271-0/+9
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-192-187/+0Star
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-2/+23
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-312-6/+8
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-133-10/+28
* [autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2008-07-311-3/+30
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-172-19/+55
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-5/+9
* [NETDEV] Add notion of link stateMichael Brown2008-04-222-1/+34
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-253-6/+2Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-6/+0Star
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-18/+5Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-2/+2
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-213-6/+7
* [Command] Add "sanboot" command.Michael Brown2008-03-041-1/+1
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+30
* Remove the obsolete pre-aBFT AoE boot table.Michael Brown2007-12-121-30/+0Star
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-8/+11
* Display name and status of each file as it is downloaded.Michael Brown2007-08-033-13/+12Star
* Error message cleanups.Michael Brown2007-08-021-1/+1
* Allow images to hold references to the originating URI.Michael Brown2007-08-022-33/+17Star
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+3
* Fix endianness of "shelf" fieldMichael Brown2007-07-311-1/+2
* Added the AoE boot information table as used by Vampyre's AoEMichael Brown2007-07-311-0/+33
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-292-4/+74
* Merge branch 'symcheck2'Michael Brown2007-07-281-1/+1
|\
| * make netboot() staticHolger Lubitz2007-07-271-1/+1
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-0/+24
|/