summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
...
* [autoboot] Fix shell banner timeoutMichael Brown2013-11-051-1/+3
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-0/+74
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-016-7/+7
* [parseopt] Add parse_timeout()Michael Brown2013-11-012-8/+6Star
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-5/+1Star
* [ping] Add top-level ping() function to ping a hostMichael Brown2013-10-211-0/+81
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-0/+56
* [ipv6] Replace IPv6 stackMichael Brown2013-09-031-0/+58
* [ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2013-09-032-13/+69
* [settings] Eliminate call to store_named_setting() in nslookup.cMichael Brown2013-07-191-6/+17
* [lotest] Include sequence number within loopback test packetsMichael Brown2013-07-141-8/+18
* [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
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+185
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-10/+2Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2011-11/+22
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Add "--autofree" optionMichael Brown2012-07-201-0/+2
* [image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown2012-05-221-0/+13
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-041-6/+12
* [netdevice] Allow network device to update link state before checkingMichael Brown2012-04-211-0/+3
* [image] Log results of image signature checksMichael Brown2012-03-271-0/+9
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-261-1/+0Star
* [image] Add the "imgtrust" and "imgverify" commandsMichael Brown2012-03-251-0/+81
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-46/+42Star
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+2
* [lotest] Accept non-loopback packets during testMichael Brown2011-12-081-58/+86
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-252-111/+25Star
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-2/+6
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-281-2/+1Star
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-242-44/+57
* [device] Make driver name a generic device propertyMichael Brown2011-04-081-2/+3
* [image] Use image_set_name() only if name != NULLPiotr JaroszyƄski2011-03-271-1/+2
* [settings] Match terminology in online documentationMichael Brown2011-03-231-1/+1
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-2/+2
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-095-5/+5
* [image] Simplify use of imgdownload()Michael Brown2011-03-092-25/+92
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-091-0/+39
* [prompt] Replace shell_banner() with a generic prompt() functionMichael Brown2011-03-071-0/+66
* [console] Add a timeout parameter to getkey()Michael Brown2011-03-071-5/+2Star
* [image] Simplify image managementMichael Brown2011-03-072-50/+4Star
* [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
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-021-7/+11
* [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-273-152/+233