index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[image] Split image_strip_suffix() out from image_extract()
Michael Brown
2024-08-29
2
-5
/
+21
*
[dynui] Allow for multiple flags on a user interface item
Michael Brown
2024-06-20
1
-3
/
+3
*
[dynui] Generalise mechanisms for looking up user interface items
Michael Brown
2024-06-20
1
-0
/
+38
*
[dynui] Generalise the concept of a menu to a dynamic user interface
Michael Brown
2024-06-20
2
-64
/
+64
*
[hci] Rename "item" command's first parameter from "label" to "name"
Michael Brown
2024-06-18
1
-11
/
+11
*
[libc] Add stpcpy()
Michael Brown
2024-05-31
1
-2
/
+15
*
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
2024-04-03
1
-2
/
+1
*
[cachedhcp] Allow cached DHCPACK to apply to temporary network devices
Michael Brown
2024-04-02
1
-10
/
+65
*
[image] Allow opaque URI component to provide image name
Michael Brown
2024-03-29
1
-4
/
+7
*
[settings] Expose current working URI and directory URI via settings
Michael Brown
2024-03-19
1
-0
/
+107
*
[mp] Define an API for multiprocessor functions
Michael Brown
2024-03-15
2
-0
/
+104
*
[block] Allow SAN boot device to be identified by UUID
Michael Brown
2024-03-06
1
-3
/
+4
*
[block] Allow for additional SAN boot parameters alongside filename
Michael Brown
2024-03-06
2
-3
/
+3
*
[efi] Allow booting from local disks via the "sanboot" command
Michael Brown
2024-03-05
1
-10
/
+0
*
[block] Allow for iteration over SAN device list in drive number order
Michael Brown
2024-03-05
1
-2
/
+23
*
[block] Use drive number as debug message stream ID
Michael Brown
2024-03-04
2
-22
/
+25
*
[parseopt] Add parse_uuid() for parsing UUID command-line arguments
Michael Brown
2024-02-29
1
-0
/
+23
*
[settings] Add parsing for UUID and GUID settings types
Michael Brown
2024-02-29
1
-0
/
+33
*
[uuid] Add uuid_aton() to parse a UUID from a string
Michael Brown
2024-02-29
2
-2
/
+41
*
[libc] Use wall clock time as seed for the (non-cryptographic) RNG
Michael Brown
2023-10-06
1
-3
/
+5
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-1
/
+2
*
[console] Restore compatibility with "--key" values in existing scripts
Michael Brown
2023-07-07
1
-1
/
+14
*
[interface] Fix debug message values for temporary interfaces
tmpintf
Michael Brown
2023-07-04
2
-1
/
+3
*
[image] Generalise concept of selected image
Michael Brown
2023-05-17
1
-33
/
+36
*
[image] Always unregister currently executing image
interpreter
Michael Brown
2023-03-07
1
-3
/
+9
*
[image] Consistently use for_each_image() to iterate over images
Michael Brown
2023-03-06
1
-1
/
+1
*
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
2023-03-01
1
-3
/
+8
*
[params] Rename "form parameter" to "request parameter"
Michael Brown
2023-03-01
2
-6
/
+6
*
[image] Check delimiters when parsing command-line key-value arguments
Michael Brown
2023-02-14
2
-7
/
+33
*
[cachedhcp] Retain cached DHCPACK after startup if not already consumed
efivlan
Michael Brown
2022-12-22
1
-4
/
+22
*
[cachedhcp] Include VLAN tag in filter for applying cached DHCPACK
Michael Brown
2022-12-22
1
-6
/
+22
*
[acpi] Expose system MAC address via ${sysmac} setting
sysmac
Michael Brown
2022-06-10
1
-0
/
+37
*
[cachedhcp] Allow cached DHCPACK to override a temporary MAC address
hwmac
Michael Brown
2022-05-23
1
-9
/
+42
*
[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addresses
Michael Brown
2022-03-25
1
-28
/
+125
*
[acpi] Allow for the possibility of overriding ACPI tables at link time
Michael Brown
2022-03-24
2
-3
/
+21
*
[fbcon] Support Unicode character output
Michael Brown
2022-03-15
1
-0
/
+5
*
[utf8] Add ability to accumulate Unicode characters from UTF-8 bytes
Michael Brown
2022-03-01
1
-0
/
+137
*
[console] Support changing keyboard map at runtime
Michael Brown
2022-02-16
2
-2
/
+171
*
[settings] Always process all settings applicators
Michael Brown
2022-02-16
1
-7
/
+3
*
[image] Do not clear current working URI when executing embedded image
Michael Brown
2022-02-16
1
-2
/
+5
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
1
-1
/
+4
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
1
-6
/
+35
*
[console] Allow for named keyboard mappings
Michael Brown
2022-02-15
1
-4
/
+10
*
[console] Handle remapping of scancode 86
Michael Brown
2022-02-10
1
-0
/
+3
*
[console] Generalise bios_keymap() as key_remap()
Michael Brown
2022-02-10
1
-0
/
+52
*
[uri] Allow for relative URIs that include colons within the path
Michael Brown
2022-01-13
1
-5
/
+10
*
[efi] Include Secure Boot Advanced Targeting (SBAT) metadata
sbat
Michael Brown
2022-01-13
1
-0
/
+30
*
[settings] Support formatting UUIDs as little-endian GUIDs
Michael Brown
2022-01-04
1
-5
/
+18
*
[uri] Retain original encodings for path, query, and fragment fields
Michael Brown
2021-11-12
1
-51
/
+80
*
[acpi] Allow for extraction of a MAC address from the DSDT/SSDT
Michael Brown
2021-09-09
1
-0
/
+154
[next]