aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown7-28/+28
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown3-3/+3
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2-4/+8
2010-01-20[config] Make PXE stack a compile-time optionJoshua Oreman1-1/+1
2010-01-20[dhcp] Add generic facility for using cached network settingsJoshua Oreman1-1/+6
2010-01-05[iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman1-0/+244
2009-11-20[pxebs] Consistently interpret PXE type field as little-endianJoshua Oreman1-1/+1
2009-11-18[autoboot] Ensure that an error message is always printed for a boot failureMichael Brown1-14/+16
2009-11-16[ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown1-1/+1
2009-08-12[dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown1-1/+7
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2-2/+2
2009-06-24[dhcp] Await link-up before starting DHCPJoshua Oreman2-7/+6
2009-06-24[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2-12/+28
2009-06-24[netdevice] Add mechanism for reporting detailed link status codesMichael Brown1-0/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown6-0/+12
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-8/+1
2009-02-17[image] Redact password from URIs displayed by imgfetch()Michael Brown1-1/+12
2009-02-17[pxe] Allow Escape to abort PXE menu selectionsMichael Brown1-2/+2
2009-02-16[image] Allow multiple embedded imagesMichael Brown1-30/+0
2009-02-05[pxe] Display the "Press F8" prompt rather than displaying menu with timeoutMichael Brown1-58/+112
2009-02-05[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2-17/+4
2009-02-05[pxe] Skip PXE boot server discovery if directed to do soMichael Brown1-6/+15
2009-02-03[pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown1-1/+2
2009-02-01[dhcp] Split PXE menuing code out of dhcp.cMichael Brown3-2/+363
2009-01-27[ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown1-0/+9
2008-11-19[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2-187/+0
2008-11-08[netdevice] Retain and report detailed error breakdownsMichael Brown1-2/+23
2008-10-31[hacks] Improve the guess_boot_netdev() logicMichael Brown2-6/+8
2008-10-13[sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown3-10/+28
2008-07-31[autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown1-3/+30
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2-19/+55
2008-07-08[image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown1-5/+9
2008-04-22[NETDEV] Add notion of link stateMichael Brown2-1/+34
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown3-6/+2
2008-03-23[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown1-6/+0
2008-03-21[Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown1-18/+5
2008-03-21[Settings] Use a settings applicator to configure IPv4 routes.Michael Brown1-2/+2
2008-03-20[Settings] Convert code in src/usr to use settings API.Michael Brown3-6/+7
2008-03-04[Command] Add "sanboot" command.Michael Brown1-1/+1
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown1-0/+30
2007-12-12Remove the obsolete pre-aBFT AoE boot table.Michael Brown1-30/+0
2007-11-21Remove some assumptions about DHCP obtaining only a single options block.Michael Brown1-8/+11
2007-08-03Display name and status of each file as it is downloaded.Michael Brown3-13/+12
2007-08-02Error message cleanups.Michael Brown1-1/+1
2007-08-02Allow images to hold references to the originating URI.Michael Brown2-33/+17
2007-07-31Added support for draft version of the AoE Boot Firmware Table.Michael Brown1-0/+3
2007-07-31Fix endianness of "shelf" fieldMichael Brown1-1/+2
2007-07-30Added the AoE boot information table as used by Vampyre's AoEMichael Brown1-0/+33
2007-07-29Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2-4/+74
2007-07-28Merge branch 'symcheck2'Michael Brown1-1/+1