Age | Commit message (Expand) | Author | Files | Lines |
2021-06-07 | [rndis] Fix size of reserved fieldsrndis_padding | Michael Brown | 1 | -2/+2 |
2021-05-21 | [cpio] Split out bzImage initrd CPIO header construction | Michael Brown | 1 | -0/+21 |
2021-05-18 | [libc] Add strncasecmp() | Michael Brown | 1 | -0/+2 |
2021-05-12 | [image] Allow single-member archive images to be executed transparently | Michael Brown | 1 | -0/+1 |
2021-05-08 | [gzip] Add support for gzip archive imagesimgextract | Michael Brown | 2 | -0/+72 |
2021-05-08 | [zlib] Add support for zlib archive images | Michael Brown | 2 | -0/+44 |
2021-05-08 | [image] Add "imgextract" command for extracting archive images | Michael Brown | 3 | -0/+27 |
2021-05-08 | [image] Provide image_set_len() utility function | Michael Brown | 1 | -0/+1 |
2021-04-23 | [readline] Add an optional timeout to readline_history() | Michael Brown | 1 | -1/+2 |
2021-04-14 | [xen] Support scatter-gather to allow for jumbo framesxen-sg | Michael Brown | 1 | -3/+4 |
2021-04-10 | [netdevice] Ensure driver transmit() and poll() will not be re-entered | Michael Brown | 1 | -0/+6 |
2021-04-10 | [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECT | Michael Brown | 1 | -0/+3 |
2021-03-03 | [linux] Validate length of ACPI table read from sysfs | Michael Brown | 1 | -0/+1 |
2021-03-03 | [linux] Use fstat() rather than statx() | Michael Brown | 1 | -3/+1 |
2021-03-02 | [linux] Use generic sysfs mechanism to read SMBIOS table | Michael Brown | 1 | -0/+1 |
2021-03-02 | [linux] Add a generic function for reading files from sysfs | Michael Brown | 3 | -0/+20 |
2021-03-02 | [linux] Add missing pci_num_bus() stub | Michael Brown | 1 | -0/+11 |
2021-03-02 | [slirp] Add libslirp driver for Linux | Michael Brown | 3 | -0/+175 |
2021-03-01 | [linux] Provide ACPI settings via /sys/firmware/acpi/tables | Michael Brown | 2 | -0/+19 |
2021-03-01 | [acpi] Allow for platforms that provide ACPI tables individuallykexec3kexec2kexec | Michael Brown | 3 | -3/+28 |
2021-02-28 | [linux] Use host glibc system call wrappers | Michael Brown | 3 | -112/+86 |
2021-02-17 | [efi] Record cached DHCPACK from loaded image's device handle, if presentcachedhcp | Michael Brown | 2 | -0/+17 |
2021-02-17 | [efi] Split out autoexec script portions of efi_autoboot.c | Michael Brown | 3 | -1/+20 |
2021-02-17 | [pxe] Split out platform-independent portions of cachedhcp.c | Michael Brown | 2 | -0/+18 |
2021-02-12 | [build] Use .balign directive instead of .align | Michael Brown | 1 | -2/+2 |
2021-02-12 | [build] Remove support for building with the Intel C compiler | Michael Brown | 2 | -76/+0 |
2021-01-27 | [infiniband] Require drivers to specify the number of ports | Christian Iversen | 1 | -1/+2 |
2021-01-26 | [cmdline] Expose "iflinkwait" as a command | Michael Brown | 1 | -1/+2 |
2021-01-25 | [efi] Automatically load "/autoexec.ipxe" when booted from a filesystem | Michael Brown | 1 | -0/+1 |
2021-01-25 | [image] Provide image_memory() | Michael Brown | 2 | -2/+3 |
2021-01-22 | [image] Add the "imgmem" command | Michael Brown | 1 | -0/+2 |
2021-01-22 | [image] Provide image_set_data() | Michael Brown | 1 | -0/+1 |
2021-01-19 | [eap] Treat an EAP Request-Identity as indicating a blocked link | Michael Brown | 3 | -0/+73 |
2021-01-19 | [eapol] Replace EAPoL code | Michael Brown | 1 | -90/+34 |
2020-12-31 | [efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1 | Michael Brown | 1 | -0/+3 |
2020-12-29 | [smbios] Add support for the 64-bit SMBIOS3 entry point | Michael Brown | 1 | -4/+47 |
2020-12-17 | [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leaked | Michael Brown | 1 | -0/+2 |
2020-12-16 | [iphone] Add iPhone tethering driver | Michael Brown | 1 | -0/+1 |
2020-12-15 | [crypto] Allow private key to be specified as a TLS connection parameter | Michael Brown | 3 | -3/+62 |
2020-12-15 | [tls] Include root of trust within definition of TLS session | Michael Brown | 1 | -1/+4 |
2020-12-09 | [x509] Make root of trust a reference-counted structure | Michael Brown | 1 | -1/+26 |
2020-12-08 | [x509] Record root of trust used when validating a certificate | Michael Brown | 3 | -16/+13 |
2020-12-08 | [http] Hide HTTP transport-layer filter implementation details | Michael Brown | 1 | -3/+3 |
2020-12-08 | [asn1] Define ASN1_SHORT() for constructing short tagged values | Michael Brown | 1 | -0/+5 |
2020-12-08 | [asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR | Michael Brown | 1 | -4/+4 |
2020-12-07 | [asn1] Add constant for UTF-8 string tag | Michael Brown | 1 | -0/+3 |
2020-12-07 | [tls] Allow provision of a client certificate chain | Michael Brown | 1 | -2/+2 |
2020-12-07 | [tls] Use intf_insert() to add TLS to an interface | Michael Brown | 2 | -5/+2 |
2020-12-07 | [interface] Provide intf_insert() to insert a filter interface | Michael Brown | 1 | -0/+2 |
2020-11-30 | [efi] Allow vetoing of drivers that cannot be unloaded | Michael Brown | 1 | -1/+1 |