summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* make netboot() staticHolger Lubitz2007-07-271-1/+1
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-091-0/+1
* Ready to start testingMichael Brown2007-07-081-26/+66
* Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-031-28/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-281-1/+9
* TypoMichael Brown2007-03-201-2/+2
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Use dhcp(), imgfetch() etc. to boot rather than dhcp_test().Michael Brown2007-01-121-5/+35
* Add route() function to display routing table.Michael Brown2007-01-101-0/+3
* Try booting from the "boot" network device first (i.e. the one which weMichael Brown2007-01-101-7/+80
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-1/+3
* Added network interface management commandsMichael Brown2007-01-101-13/+9Star
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-101-1/+1
* Make open() and close() an official part of the netdevice API.Michael Brown2007-01-041-3/+15
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+40