aboutsummaryrefslogtreecommitdiff
path: root/src/usr/autoboot.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-03Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor1-28/+0
2007-06-28Quick hack to get image booting working againMichael Brown1-1/+9
2007-03-20TypoMichael Brown1-2/+2
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-12Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().Michael Brown1-5/+35
2007-01-10Add route() function to display routing table.Michael Brown1-0/+3
2007-01-10Try booting from the "boot" network device first (i.e. the one which weMichael Brown1-7/+80
2007-01-10Move header file for usr/autoboot.c to include/usrMichael Brown1-1/+3
2007-01-10Added network interface management commandsMichael Brown1-13/+9
2007-01-09Add "name" field to network device, to facilitate netdev commands.Michael Brown1-1/+1
2007-01-04Make open() and close() an official part of the netdevice API.Michael Brown1-3/+15
2006-12-20Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown1-0/+40