aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
2015-06-25[netdevice] Add a generic concept of a "blocked link"Michael Brown1-1/+2
2015-03-17[autoboot] Match against parent devices when matching by bus type and locationMichael Brown1-2/+7
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+1
2015-03-05[build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown1-0/+3
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown15-15/+75
2015-02-11[build] Allow product tag line to be customised via config/branding.hMichael Brown1-1/+1
2015-02-11[build] Allow product URI to be customised via config/branding.hMichael Brown1-2/+1
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown1-3/+5
2015-02-11[build] Move branding information to config/branding.hMichael Brown1-1/+1
2015-02-06[uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown1-1/+1
2014-10-23[ping] Allow "ping" command output to be inhibitedMichael Brown1-4/+6
2014-10-23[ping] Allow termination after a specified number of packetsMichael Brown1-3/+5
2014-10-23[ping] Report timed-out pings via the callback functionMichael Brown1-2/+2
2014-07-29[lotest] Discard packets arriving on the incorrect network deviceMichael Brown1-6/+6
2014-07-08[autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown1-9/+59
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-2/+2
2014-06-01[ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown1-4/+0
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+44
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown1-1/+1
2014-03-13[lotest] Allow loopback testing on shared networksMichael Brown1-36/+53
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown2-7/+13
2014-03-03[autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson1-17/+26
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+62
2014-02-27[image] Ensure every image has a fully resolved URIMichael Brown1-12/+20
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown2-23/+11
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown1-8/+3
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown1-3/+5
2013-12-05[ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown1-0/+7
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-29/+33
2013-11-15[ipv6] Separate the concepts of prefix and address creationMichael Brown1-1/+3
2013-11-05[dhcp] Remove obsolete dhcp() functionMichael Brown1-24/+0
2013-11-05[autoboot] Use ifconf() to configure network deviceMichael Brown1-3/+2
2013-11-05[ifmgmt] Add ifconf() to carry out network device configurationMichael Brown1-2/+87
2013-11-05[ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown3-43/+98
2013-11-05[autoboot] Fix shell banner timeoutMichael Brown1-1/+3
2013-11-01[cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown1-0/+74
2013-11-01[monojob] Add timeout parameter to monojob_wait()Michael Brown6-7/+7
2013-11-01[parseopt] Add parse_timeout()Michael Brown2-8/+6
2013-10-25[pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown1-5/+1
2013-10-21[ping] Add top-level ping() function to ping a hostMichael Brown1-0/+81
2013-09-25[neighbour] Add nstat() function to print out neighbour tableMichael Brown1-0/+56
2013-09-03[ipv6] Replace IPv6 stackMichael Brown1-0/+58
2013-09-03[ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2-13/+69
2013-07-19[settings] Eliminate call to store_named_setting() in nslookup.cMichael Brown1-6/+17
2013-07-14[lotest] Include sequence number within loopback test packetsMichael Brown1-8/+18
2013-06-24[autoboot] Use next-server from filename's settings blockMichael Brown1-14/+25
2013-03-13[autoboot] Split main control flow out of main() into a new function ipxe()Michael Brown1-0/+95
2012-09-10[cmdline] Add standalone "nslookup" commandPatrick Plenefisch1-0/+185
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown1-10/+2