summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
Commit message (Expand)AuthorAgeFilesLines
* [autoboot] Use next-server from filename's settings blockMichael Brown2013-06-241-14/+25
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-0/+95
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-3/+6
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-1/+1
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-43/+56
* [settings] Match terminology in online documentationMichael Brown2011-03-231-1/+1
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-2/+2
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-12/+1Star
* [image] Simplify image managementMichael Brown2011-03-071-1/+1
* [autoboot] Allow a SAN boot as a fallback if a filename boot returnsMichael Brown2011-03-021-6/+23
* [autoboot] Tidy up output following NBP executionMichael Brown2011-03-021-1/+7
* [autoboot] Use a custom error number for "nothing to boot"Michael Brown2011-02-281-1/+6
* [autoboot] Add an iPXE error URI to the "nothing to boot" messageMichael Brown2011-02-281-1/+1
* [autoboot] Cope properly with empty DHCP filenamesMichael Brown2011-02-011-3/+3
* [autoboot] Avoid using uri_dup() for constructed TFTP URIMichael Brown2011-02-011-6/+6
* [autoboot] Allow setting expansions in filename and root-pathMichael Brown2011-01-281-10/+32
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-271-130/+185
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-4/+0Star
* [autoboot] Merge "netboot" command into "autoboot"Michael Brown2010-11-221-18/+19
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-3/+5
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-1/+1
* [autoboot] Introduce "skip-san-boot" optionDave Hansen2010-10-221-4/+17
* [autoboot] Improve visibility of error messagesMichael Brown2010-10-221-27/+34
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-8/+62
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-1/+8
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-3/+7
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-1/+1
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-181-14/+16
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-241-7/+0Star
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-241-5/+1Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-8/+1Star
* [image] Allow multiple embedded imagesMichael Brown2009-02-161-30/+0Star
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-051-6/+15
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-2/+13
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-131-6/+14
* [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-171-0/+3
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+11
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-2/+2
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-211-4/+3Star
* [Command] Add "sanboot" command.Michael Brown2008-03-041-1/+1
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+30
* Display name and status of each file as it is downloaded.Michael Brown2007-08-031-4/+9
* Error message cleanups.Michael Brown2007-08-021-1/+1
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-13/+3Star
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-4/+7