aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-27make netboot() staticHolger Lubitz1-1/+1
2007-07-26Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown1-0/+24
2007-07-09Fix up iscsiboot missing prototype warningsMichael Brown2-0/+47
2007-07-08Ready to start testingMichael Brown1-26/+66
2007-07-05Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown1-2/+3
2007-07-03Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor1-28/+0
2007-07-03Add trivial net device statistics (TX and RX packet count), reportedMichael Brown1-2/+3
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown1-2/+0
2007-06-28Quick hack to get image booting working againMichael Brown2-38/+32
2007-06-28Use monojob and dhcp_configure_netdev().Michael Brown1-68/+19
2007-06-27Update DHCP to use data-xfer interface (not yet tested).Michael Brown1-1/+10