summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* [image] Omit URI query string and fragment from download progress messagesMichael Brown2017-12-281-6/+7
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-122-7/+45
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-4/+6
* [block] Add basic multipath supportMichael Brown2017-03-262-7/+9
* [crypto] Add certstat() to display basic certificate informationMichael Brown2016-08-311-0/+63
* [image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2016-07-291-12/+10Star
* [cmdline] Add "ntp" commandMichael Brown2016-06-131-0/+57
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-231-4/+10
* [int13] Allow drive to be hooked using the natural drive numberMichael Brown2016-03-221-4/+6
* [ifmgmt] Include human-readable error message for configuration failureMichael Brown2016-03-081-0/+6
* [infiniband] Add "ibstat" commandMichael Brown2016-03-081-0/+62
* [autoboot] Fix incorrect boolean logicMichael Brown2016-01-191-2/+2
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-021-57/+32Star
* [autoboot] Display image information as part of the default control flowMichael Brown2015-08-211-0/+1
* [test] Allow self-tests to report exit status when running under LinuxMichael Brown2015-08-211-7/+11
* [netdevice] Add a generic concept of a "blocked link"Michael Brown2015-06-251-1/+2
* [autoboot] Match against parent devices when matching by bus type and locationMichael Brown2015-03-171-2/+7
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+1
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-022-2/+10
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0215-15/+75
* [build] Allow product tag line to be customised via config/branding.hMichael Brown2015-02-111-1/+1
* [build] Allow product URI to be customised via config/branding.hMichael Brown2015-02-111-2/+1Star
* [build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2015-02-111-3/+5
* [build] Move branding information to config/branding.hMichael Brown2015-02-111-1/+1
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-1/+1
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-231-4/+6
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-231-3/+5
* [ping] Report timed-out pings via the callback functionMichael Brown2014-10-231-2/+2
* [lotest] Discard packets arriving on the incorrect network deviceMichael Brown2014-07-291-6/+6
* [autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown2014-07-081-9/+59
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-2/+2
* [ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown2014-06-011-4/+0Star
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+44
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-281-1/+1
* [lotest] Allow loopback testing on shared networksMichael Brown2014-03-141-36/+53
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-102-7/+13
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-031-17/+26
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+62
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-12/+20
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-23/+11Star
* [mucurses] Use centralised concept of colour pairsMichael Brown2013-12-091-8/+3Star
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-3/+5
* [ipv6] Add support for resolving IPv6 addresses via the "nslookup" commandMichael Brown2013-12-051-0/+7
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-29/+33
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-151-1/+3
* [dhcp] Remove obsolete dhcp() functionMichael Brown2013-11-051-24/+0Star
* [autoboot] Use ifconf() to configure network deviceMichael Brown2013-11-051-3/+2Star
* [ifmgmt] Add ifconf() to carry out network device configurationMichael Brown2013-11-051-2/+87
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-053-43/+98