1629 Commits (5365340e77d97102e3204b5502d0cbd1482e3c97)

Author SHA1 Message Date
  Michael Brown bcfd3dea1d [efi] Identify autoboot device by MAC address when chainloading 10 years ago
  Michael Brown 00c745e5ff [autoboot] Allow autoboot device to be identified by link-layer address 10 years ago
  Michael Brown c7051d826b [efi] Allow network devices to be created on top of arbitrary SNP devices 10 years ago
  Michael Brown 0e3ab6064e [efi] Restructure EFI driver model 10 years ago
  Michael Brown f2c116ff7d [efi] Provide a meaningful EFI SNP device name 10 years ago
  Michael Brown 44338bfd22 [efi] Allow device paths to be easily included in debug messages 10 years ago
  Michael Brown 8290a95513 [build] Expose build timestamp, build name, and product names 10 years ago
  Dale Hamel 7fe0735170 [smbios] Expose board serial number as ${board-serial} 10 years ago
  Michael Brown d5cf058994 [iscsi] Include IP address origin in iBFT 10 years ago
  Michael Brown e047811c85 [scsi] Improve sense code parsing 10 years ago
  Hannes Reinecke d630052e6f [ethernet] Provide eth_random_addr() to generate random Ethernet addresses 10 years ago
  Michael Brown 3c7f5f9c4c [ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL() 10 years ago
  Michael Brown 95cff6a4d8 [efi] Allow for optional protocols 10 years ago
  Marin Hannache f4e069bf2e [nfs] Rewrite NFS URI handling 10 years ago
  Michael Brown 6f410a16d9 [profile] Allow interrupts to be excluded from profiling results 10 years ago
  Michael Brown a0da06c306 [profile] Provide methods for profiling individual stages of operations 10 years ago
  Michael Brown 4413ab4f5a [build] Allow for a debug level of zero 10 years ago
  Michael Brown 7c44fd68f0 [cmdline] Add "profstat" command to display profiling statistics 10 years ago
  Michael Brown e5f6a9be38 [profile] Add generic profiling infrastructure 10 years ago
  Michael Brown d36e814b8a [libc] Add flsll() 10 years ago
  Michael Brown 3ffd309375 [libc] Add isqrt() function to find integer square roots 10 years ago
  Michael Brown dce7107fc0 [libc] Add inline assembly implementation of flsl() using BSR instruction 10 years ago
  Michael Brown f10726c8bb [crypto] Add support for subjectAltName and wildcard certificates 10 years ago
  Michael Brown 7c7c957094 [crypto] Allow signed timestamp error margin to be configured at build time 10 years ago
  Michael Brown bc8ca6b8ce [crypto] Generalise X.509 cache to a full certificate store 10 years ago
  Michael Brown 2dd3fffe18 [crypto] Add pubkey_match() to check for matching public/private key pairs 10 years ago
  Michael Brown e1ebc50f81 [crypto] Remove dynamically-allocated storage for certificate OCSP URI 10 years ago
  Michael Brown 01fa7efa38 [crypto] Remove dynamically-allocated storage for certificate name 10 years ago
  Michael Brown f473b9c3f6 [efi] Disable SNP devices when running iPXE as the application 10 years ago
  Michael Brown 87465258ab [netdevice] Notify upper-layer drivers when RX processing is (un)frozen 10 years ago
  Michael Brown 8de6b973c4 [efi] Allow driver to be unloaded 10 years ago
  Michael Brown 9681170fbe [efi] Allow for 64-bit EFI_STATUS codes 10 years ago
  Michael Brown 3f43c1354e [image] Add "--timeout" parameter to image downloading commands 10 years ago
  Michael Brown 9d615539f0 [mii] Add mii_dump() to dump all MII registers 10 years ago
  Michael Brown e191298a1d [tcp] Calculate correct MSS from peer address 10 years ago
  Michael Brown 6414b5ca03 [tcpip] Provide tcpip_mtu() to determine the maximum transmission unit 10 years ago
  Michael Brown db67de6f31 [tcpip] Provide tcpip_netdev() to determine the transmitting network device 10 years ago
  Alex Williamson 123bae9d93 [autoboot] Enable infrastructure to specify an autoboot device location 10 years ago
  Michael Brown f22c19f3fb [cmdline] Add the "ipstat" command 10 years ago
  Michael Brown 11963c4f5f [tcpip] Add IP statistics collection as per RFC 4293 10 years ago
  Michael Brown c165e8d1fc [image] Ensure every image has a fully resolved URI 10 years ago
  Michael Brown 7667536527 [uri] Refactor URI parsing and formatting 10 years ago
  Michael Brown c7b69ac793 [params] Use reference counters for form parameter lists 10 years ago
  Michael Brown d4c0226a6c [dns] Support DNS search lists 10 years ago
  Michael Brown 43c8c272ae [cmdline] Rename "console" command's --bpp option to --depth 10 years ago
  Michael Brown 608d6cac9e [fbcon] Allow for an arbitrary margin around the text area 10 years ago
  Michael Brown 7fc380e950 [fbcon] Centre background picture on console 10 years ago
  Michael Brown c6c8078964 [png] Add support for PNG images 10 years ago
  Michael Brown fffd98bd37 [uaccess] Add memcmp_user() 10 years ago
  Michael Brown 26f782bb41 [libc] Add abs() 10 years ago