Age | Commit message (Expand) | Author | Files | Lines |
2022-03-01 | [utf8] Add ability to accumulate Unicode characters from UTF-8 bytes | Michael Brown | 1 | -0/+69 |
2022-02-16 | [console] Support changing keyboard map at runtime | Michael Brown | 2 | -0/+3 |
2022-02-16 | [console] Ensure that US keyboard map appears at start of linker table | Michael Brown | 1 | -1/+4 |
2022-02-15 | [console] Support AltGr to access ASCII characters via remapping | Michael Brown | 1 | -0/+5 |
2022-02-15 | [console] Centralise handling of key modifiers | Michael Brown | 1 | -0/+21 |
2022-02-15 | [console] Allow for named keyboard mappings | Michael Brown | 1 | -3/+16 |
2022-02-14 | [tables] Add ability to declare static table start and end markers | Michael Brown | 1 | -0/+27 |
2022-02-10 | [console] Handle remapping of scancode 86 | Michael Brown | 1 | -0/+3 |
2022-02-10 | [console] Generalise bios_keymap() as key_remap() | Michael Brown | 1 | -0/+2 |
2022-01-13 | [efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbat | Michael Brown | 1 | -0/+68 |
2022-01-13 | [doc] Update user-visible ipxe.org URIs to use HTTPS | Michael Brown | 1 | -1/+1 |
2022-01-04 | [settings] Support formatting UUIDs as little-endian GUIDsguid | Michael Brown | 1 | -0/+1 |
2021-11-23 | [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notify | Michael Brown | 1 | -0/+1 |
2021-11-21 | [efi] Modify global system table when wrapping a loaded image | Michael Brown | 1 | -1/+1 |
2021-11-12 | [uri] Retain original encodings for path, query, and fragment fieldsuri | Michael Brown | 1 | -7/+24 |
2021-10-28 | [virtio] Update driver to use DMA API | Aaron Young | 2 | -3/+12 |
2021-09-09 | [acpi] Allow for extraction of a MAC address from the DSDT/SSDT | Michael Brown | 2 | -0/+15 |
2021-09-08 | [acpi] Generalise DSDT/SSDT data extraction logic | Michael Brown | 1 | -1/+3 |
2021-07-27 | [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present | Michael Brown | 2 | -2/+9 |
2021-07-15 | [libc] Allow for externally-defined LITTLE_ENDIAN and BIG_ENDIAN constants | Michael Brown | 1 | -0/+4 |
2021-06-28 | [rdc] Add driver for RDC R6040 embedded NIC | Michael Brown | 1 | -0/+1 |
2021-06-24 | [realtek] Work around hardware bug on RTL8211Brealtek_hack | Michael Brown | 1 | -0/+2 |
2021-06-07 | [libc] Match standard prototype for putchar() | Michael Brown | 1 | -1/+1 |
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 |