aboutsummaryrefslogtreecommitdiff
path: root/src/usr
AgeCommit message (Expand)AuthorFilesLines
2024-03-06[block] Allow for additional SAN boot parameters alongside filenameMichael Brown1-4/+11
2023-05-23[efi] Support versions of shim that perform SBAT verificationMichael Brown1-1/+4
2023-05-22[efi] Add support for executing images via a shimMichael Brown1-0/+58
2023-05-17[image] Generalise concept of selected imageMichael Brown1-2/+6
2023-05-05[image] Allow for images to be hidden from lists of all imagesMichael Brown1-0/+2
2023-01-23[pxe] Avoid drawing menu items on bottom row of screenMichael Brown1-1/+1
2023-01-15[autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown1-3/+13
2022-01-13[doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown1-2/+2
2021-11-12[uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown1-2/+2
2021-05-08[image] Add "imgextract" command for extracting archive imagesMichael Brown1-0/+54
2021-02-01[autoboot] Avoid closing and immediately reopening network deviceMichael Brown1-6/+7
2021-01-26[ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen1-1/+2
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown2-6/+9
2021-01-25[image] Provide image_memory()Michael Brown1-32/+9
2021-01-22[image] Add the "imgmem" commandMichael Brown1-0/+44
2020-12-08[x509] Record root of trust used when validating a certificateMichael Brown2-2/+3
2020-07-22[cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2-3/+5
2017-12-28[image] Omit URI query string and fragment from download progress messagesMichael Brown1-6/+7
2017-04-12[block] Allow use of a non-default EFI SAN boot filenameMichael Brown2-7/+45
2017-03-28[block] Describe all SAN devices via ACPI tablesMichael Brown1-4/+6
2017-03-26[block] Add basic multipath supportMichael Brown2-7/+9
2016-08-31[crypto] Add certstat() to display basic certificate informationMichael Brown1-0/+63
2016-07-29[image] Use image_asn1() to extract data from CMS signature imagesMichael Brown1-12/+10
2016-06-13[cmdline] Add "ntp" commandMichael Brown1-0/+57
2016-05-23[lotest] Add option to use broadcast packets for loopback testingMichael Brown1-4/+10
2016-03-22[int13] Allow drive to be hooked using the natural drive numberMichael Brown1-4/+6
2016-03-08[ifmgmt] Include human-readable error message for configuration failureMichael Brown1-0/+6
2016-03-08[infiniband] Add "ibstat" commandMichael Brown1-0/+62
2016-01-19[autoboot] Fix incorrect boolean logicMichael Brown1-2/+2
2015-09-02[uri] Generalise tftp_uri() to pxe_uri()Michael Brown1-57/+32
2015-08-21[autoboot] Display image information as part of the default control flowMichael Brown1-0/+1
2015-08-21[test] Allow self-tests to report exit status when running under LinuxMichael Brown1-7/+11
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