index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'master' into openslx
Simon Rettberg
2022-05-11
114
-960
/
+3798
|
\
|
|
*
[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addresses
Michael Brown
2022-03-25
2
-28
/
+144
|
*
[acpi] Add MAC address extraction self-tests
Michael Brown
2022-03-24
2
-0
/
+239
|
*
[linux] Add stub phys_to_user() implementation
Michael Brown
2022-03-24
1
-1
/
+14
|
*
[acpi] Allow for the possibility of overriding ACPI tables at link time
Michael Brown
2022-03-24
5
-5
/
+26
|
*
[efi] Support Unicode character output via framebuffer console
Michael Brown
2022-03-15
1
-3
/
+48
|
*
[fbcon] Support Unicode character output
Michael Brown
2022-03-15
4
-74
/
+161
|
*
[efi] Support Unicode character output via text console
Michael Brown
2022-03-15
1
-1
/
+17
|
*
[utf8] Add UTF-8 accumulation self-tests
Michael Brown
2022-03-15
2
-0
/
+165
|
*
[utf8] Add ability to accumulate Unicode characters from UTF-8 bytes
Michael Brown
2022-03-01
2
-0
/
+206
|
*
[dns] Always start DNS queries using the first configured DNS server
Michael Brown
2022-02-24
1
-5
/
+4
|
*
[console] Include mappings for AltGr-Shift-<key>
Michael Brown
2022-02-16
20
-3
/
+118
|
*
[console] Support changing keyboard map at runtime
Michael Brown
2022-02-16
4
-2
/
+174
|
*
[settings] Always process all settings applicators
Michael Brown
2022-02-16
1
-7
/
+3
|
*
[console] Ensure that US keyboard map appears at start of linker table
Michael Brown
2022-02-16
3
-3
/
+7
|
*
[xsigo] Avoid storing unused uninitialised fields in gateway address
Michael Brown
2022-02-16
1
-0
/
+1
|
*
[pci] Ensure that pci_read_config() initialises all fields
Michael Brown
2022-02-16
1
-0
/
+5
|
*
[image] Do not clear current working URI when executing embedded image
Michael Brown
2022-02-16
1
-2
/
+5
|
*
[console] Fix definition of unreachability for remapped keys
Michael Brown
2022-02-15
19
-23
/
+137
|
*
[console] Add Swedish "se" keymap
Michael Brown
2022-02-15
1
-0
/
+53
|
*
[build] Avoid invoking genkeymap.py via Perl
Michael Brown
2022-02-15
2
-1
/
+2
|
*
[console] Ensure that all ASCII characters are reachable in all keymaps
Michael Brown
2022-02-15
1
-0
/
+6
|
*
[console] Remove "az" keymap
Michael Brown
2022-02-15
1
-40
/
+0
|
*
[console] Fix unreachable characters in "mt" keymap
Michael Brown
2022-02-15
2
-1
/
+5
|
*
[console] Fix unreachable characters in "il" keymap
Michael Brown
2022-02-15
2
-0
/
+7
|
*
[console] Treat dead keys as producing their ASCII equivalents
Michael Brown
2022-02-15
15
-7
/
+61
|
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
37
-5
/
+332
|
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
6
-37
/
+116
|
*
[console] Allow for named keyboard mappings
Michael Brown
2022-02-15
33
-130
/
+373
|
*
[tables] Add ability to declare static table start and end markers
Michael Brown
2022-02-14
1
-0
/
+27
|
*
[console] Handle remapping of scancode 86
Michael Brown
2022-02-10
28
-6
/
+93
|
*
[console] Update genkeymap to work with current databases
Michael Brown
2022-02-10
25
-485
/
+434
|
*
[efi] Support keyboard remapping via the EFI console
Michael Brown
2022-02-10
1
-0
/
+8
|
*
[usb] Handle upper/lower case and Ctrl-<key> after applying remapping
Michael Brown
2022-02-10
1
-6
/
+11
|
*
[usb] Support keyboard remapping via the native USB keyboard driver
Michael Brown
2022-02-10
1
-0
/
+5
|
*
[console] Avoid attempting to remap numeric keypad on BIOS console
Michael Brown
2022-02-10
1
-3
/
+18
|
*
[console] Generalise bios_keymap() as key_remap()
Michael Brown
2022-02-10
3
-17
/
+55
|
*
[efi] Enable IMAGE_GZIP by default for AArch64
Michael Brown
2022-02-10
1
-0
/
+4
|
*
[prefix] Fix use of writable code segment on 486 and earlier CPUs
Michael Brown
2022-02-02
1
-4
/
+10
|
*
[efi] Attempt to fetch autoexec script via TFTP
Michael Brown
2022-01-18
1
-0
/
+176
|
*
[efi] Allow for autoexec scripts that are not located in a filesystem
Michael Brown
2022-01-18
1
-21
/
+41
|
*
[uri] Allow for relative URIs that include colons within the path
Michael Brown
2022-01-13
2
-5
/
+20
|
*
[efi] Include Secure Boot Advanced Targeting (SBAT) metadata
Michael Brown
2022-01-13
9
-0
/
+139
|
*
[build] Ensure version.%.o is always rebuilt as expected
Michael Brown
2022-01-13
1
-2
/
+2
|
*
[doc] Update user-visible ipxe.org URIs to use HTTPS
Michael Brown
2022-01-13
7
-20
/
+20
|
*
[efi] Do not align VirtualSize for .reloc and .debug sections
Michael Brown
2022-01-11
1
-9
/
+9
|
*
[settings] Support formatting UUIDs as little-endian GUIDs
Michael Brown
2022-01-04
4
-6
/
+31
|
*
[efi] Disable EFI watchdog timer when shutting down to boot an OS
Michael Brown
2021-11-25
1
-0
/
+34
|
*
[efi] Run ExitBootServices shutdown hook at TPL_NOTIFY
Michael Brown
2021-11-23
6
-11
/
+36
|
*
[build] Include EFI system partition table entry in isohybrid images
Michael Brown
2021-11-23
1
-0
/
+3
[prev]
[next]