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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
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
*
[acpi] Generalise DSDT/SSDT data extraction logic
Michael Brown
2021-09-08
1
-64
/
+30
*
[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present
Michael Brown
2021-07-27
1
-45
/
+130
*
[uri] Make URI schemes case-insensitive
Michael Brown
2021-07-01
1
-1
/
+2
*
[libc] Match standard prototype for putchar()
Michael Brown
2021-06-07
1
-1
/
+4
*
[base64] Include terminating NUL within base64 character array
Michael Brown
2021-06-07
1
-1
/
+1
*
[cpio] Split out bzImage initrd CPIO header construction
Michael Brown
2021-05-21
1
-0
/
+85
*
[libc] Add strncasecmp()
Michael Brown
2021-05-18
1
-1
/
+16
*
[image] Propagate trust flag to extracted archive images
Michael Brown
2021-05-12
1
-0
/
+4
*
[image] Allow single-member archive images to be executed transparently
Michael Brown
2021-05-12
1
-0
/
+30
*
[image] Add "imgextract" command for extracting archive images
Michael Brown
2021-05-08
1
-0
/
+104
*
[image] Provide image_set_len() utility function
Michael Brown
2021-05-08
1
-4
/
+21
*
[acpi] Allow for platforms that provide ACPI tables individually
Michael Brown
2021-03-01
2
-3
/
+3
*
[acpi] Eliminate redundant acpi_find_rsdt() in acpi_sx()
Michael Brown
2021-03-01
1
-10
/
+2
*
[acpi] Use a fixed colour for debug messages
Michael Brown
2021-03-01
1
-9
/
+12
*
[pxe] Split out platform-independent portions of cachedhcp.c
Michael Brown
2021-02-17
1
-0
/
+158
*
[image] Provide image_memory()
Michael Brown
2021-01-25
1
-0
/
+44
*
[image] Provide image_set_data()
Michael Brown
2021-01-22
1
-0
/
+24
*
[interface] Provide intf_insert() to insert a filter interface
Michael Brown
2020-12-07
2
-3
/
+18
*
[interface] Ignore any attempts to plug in the null interface
Michael Brown
2020-12-07
1
-0
/
+5
*
[dma] Provide dma_umalloc() for allocating large DMA-coherent buffers
Michael Brown
2020-11-29
1
-0
/
+39
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
2
-41
/
+45
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
1
-26
/
+26
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
1
-0
/
+2
*
[dma] Define a DMA API to allow for non-flat device address spaces
Michael Brown
2020-11-05
1
-0
/
+179
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
2
-8
/
+8
*
[libc] Fix memcmp() to return proper values
Michael J. Bazzinotti
2020-07-21
1
-1
/
+1
*
[xfer] Remove address family from definition of a socket opener
Michael Brown
2020-07-15
1
-3
/
+1
*
[libc] Provide an unoptimised generic_memcpy_reverse()
Michael Brown
2020-07-07
1
-5
/
+20
*
[parseopt] Treat empty integer strings in user input as invalid
Michael Brown
2020-06-19
1
-1
/
+1
*
[uri] Avoid appearing to access final byte of a potentially empty string
Michael Brown
2020-06-05
1
-2
/
+2
*
[settings] Eliminate variable-length stack allocation
Michael Brown
2020-02-16
1
-2
/
+7
*
[fdt] Add ability to parse a MAC address from a flattened device tree
Michael Brown
2019-07-19
1
-0
/
+486
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
4
-2
/
+16
*
[libc] Fix strcmp()/strncmp() to return proper values
Aaron Young
2019-01-15
1
-3
/
+3
*
[profile] Prevent potential division by zero
Michael Brown
2018-03-18
1
-2
/
+4
*
[http] Allow for domain names within NTLM user names
Michael Brown
2018-02-19
1
-0
/
+60
*
[resolv] Use pass-through interfaces for name resolution multiplexer
Michael Brown
2017-09-06
1
-15
/
+24
*
[monojob] Display job status message, if present
Michael Brown
2017-09-06
1
-9
/
+25
*
[downloader] Allow underlying downloads to provide detailed job progress
Michael Brown
2017-09-06
1
-2
/
+9
*
[monojob] Check for job progress only once per timer tick
Michael Brown
2017-09-06
1
-13
/
+15
*
[malloc] Avoid false positive warnings from valgrind
Michael Brown
2017-09-04
1
-1
/
+8
*
[acpi] Fix spurious uninitialised-variable warning on some gcc versions
Michael Brown
2017-07-28
1
-1
/
+1
*
[acpi] Compute and check checksum for ACPI tables
Laurent Gourvénec
2017-07-28
1
-6
/
+37
[next]