aboutsummaryrefslogtreecommitdiff
path: root/src/usr/autoboot.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[image] Automatically free autobooted imagesMichael Brown1-0/+1
2012-03-24[image] Simplify image management commands and internal APIMichael Brown1-3/+6
2011-10-25[image] Eliminate the register_and_xxx_image() functionsMichael Brown1-1/+1
2011-04-24[sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown1-43/+56
2011-03-23[settings] Match terminology in online documentationMichael Brown1-1/+1
2011-03-23[settings] Impose a fixed order on settingsMichael Brown1-2/+2
2011-03-09[image] Simplify use of imgdownload()Michael Brown1-12/+1
2011-03-07[image] Simplify image managementMichael Brown1-1/+1
2011-03-02[autoboot] Allow a SAN boot as a fallback if a filename boot returnsMichael Brown1-6/+23
2011-03-02[autoboot] Tidy up output following NBP executionMichael Brown1-1/+7
2011-02-28[autoboot] Use a custom error number for "nothing to boot"Michael Brown1-1/+6
2011-02-28[autoboot] Add an iPXE error URI to the "nothing to boot" messageMichael Brown1-1/+1
2011-02-01[autoboot] Cope properly with empty DHCP filenamesMichael Brown1-3/+3
2011-02-01[autoboot] Avoid using uri_dup() for constructed TFTP URIMichael Brown1-6/+6
2011-01-28[autoboot] Allow setting expansions in filename and root-pathMichael Brown1-10/+32
2011-01-27[autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown1-130/+185
2011-01-27[init] Remove concept of "shutdown exit flags"Michael Brown1-4/+0
2010-11-22[autoboot] Merge "netboot" command into "autoboot"Michael Brown1-18/+19
2010-11-21[autoboot] Use generic option-parsing libraryMichael Brown1-3/+5
2010-11-20[autoboot] Add "netboot" commandMichael Brown1-1/+1
2010-10-21[autoboot] Introduce "skip-san-boot" optionDave Hansen1-4/+17
2010-10-21[autoboot] Improve visibility of error messagesMichael Brown1-27/+34
2010-09-14[block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown1-8/+62
2010-05-27[build] Use weak definitions instead of weak declarationsJoshua Oreman1-1/+8
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-6/+6
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-3/+7
2010-01-20[config] Make PXE stack a compile-time optionJoshua Oreman1-1/+1
2009-11-18[autoboot] Ensure that an error message is always printed for a boot failureMichael Brown1-14/+16
2009-06-24[dhcp] Await link-up before starting DHCPJoshua Oreman1-7/+0
2009-06-24[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman1-5/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-8/+1
2009-02-16[image] Allow multiple embedded imagesMichael Brown1-30/+0
2009-02-05[pxe] Skip PXE boot server discovery if directed to do soMichael Brown1-6/+15
2009-02-01[dhcp] Split PXE menuing code out of dhcp.cMichael Brown1-2/+13
2008-10-13[sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown1-6/+14
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 Brown1-0/+3
2008-04-22[NETDEV] Add notion of link stateMichael Brown1-0/+11
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown1-2/+2
2008-03-20[Settings] Convert code in src/usr to use settings API.Michael Brown1-4/+3
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-08-03Display name and status of each file as it is downloaded.Michael Brown1-4/+9
2007-08-02Error message cleanups.Michael Brown1-1/+1
2007-08-02Allow images to hold references to the originating URI.Michael Brown1-13/+3
2007-07-29Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown1-4/+7
2007-07-27make netboot() staticHolger Lubitz1-1/+1
2007-07-09Fix up iscsiboot missing prototype warningsMichael Brown1-0/+1
2007-07-08Ready to start testingMichael Brown1-26/+66