summaryrefslogtreecommitdiff
path: root/src/usr
Commit message (Expand)AuthorAgeFilesLines
* [image] Allow for images to be hidden from lists of all imagesMichael Brown2023-05-051-0/+2
* [pxe] Avoid drawing menu items on bottom row of screenMichael Brown2023-01-231-1/+1
* [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-151-3/+13
* [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-2/+2
* [uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown2021-11-121-2/+2
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-081-0/+54
* [autoboot] Avoid closing and immediately reopening network deviceMichael Brown2021-02-011-6/+7
* [ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen2021-01-261-1/+2
* [cmdline] Expose "iflinkwait" as a commandMichael Brown2021-01-262-6/+9
* [image] Provide image_memory()Michael Brown2021-01-251-32/+9
* [image] Add the "imgmem" commandMichael Brown2021-01-221-0/+44
* [x509] Record root of trust used when validating a certificateMichael Brown2020-12-082-2/+3
* [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-222-3/+5
* [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/+10
* [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/+32
* [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/+1
* [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/+0
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-271-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-131-36/+53
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-102-7/+13