summaryrefslogtreecommitdiffstats
path: root/src/include/usr
Commit message (Expand)AuthorAgeFilesLines
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-101-3/+6
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-031-1/+3
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+14
* [dhcp] Remove obsolete dhcp() functionMichael Brown2013-11-051-1/+0Star
* [ifmgmt] Add ifconf() to carry out network device configurationMichael Brown2013-11-051-0/+3
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-051-1/+1
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-0/+14
* [parseopt] Add parse_timeout()Michael Brown2013-11-012-2/+2
* [ping] Add top-level ping() function to ping a hostMichael Brown2013-10-211-0/+16
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-0/+14
* [ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2013-09-031-1/+22
* [autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown2013-03-131-0/+1
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+14
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+17
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-35/+3Star
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-5/+0Star
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-1/+13
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-3/+7
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-091-0/+2
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-0/+14
* [image] Simplify image managementMichael Brown2011-03-071-4/+30
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-021-2/+2
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-272-3/+7
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-2/+0Star
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-211-1/+1
* [autoboot] Add "netboot" commandMichael Brown2010-11-201-0/+1
* [lotest] Move lotest.h to correct directoryMichael Brown2010-11-191-0/+15
* [fc] Add Fibre Channel management commandsMichael Brown2010-09-151-0/+21
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-2/+1Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-1/+3
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-051-0/+17
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-185-0/+10
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-2/+1Star
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-012-1/+9
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-132-12/+0Star
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-0/+2
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+1
* [Command] Add "sanboot" command.Michael Brown2008-03-041-0/+1
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-1/+2
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-291-0/+6
* Fix up iscsiboot missing prototype warningsMichael Brown2007-07-091-0/+6
* Quick hack to get image booting working againMichael Brown2007-06-281-2/+1Star
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-16/+0Star
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-1/+1
* Added missing declaration.Michael Brown2007-01-121-0/+2
* Added dhcp() user-level command.Michael Brown2007-01-121-0/+14
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-2/+5
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-0/+1
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-0/+5