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
...
|
*
[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
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-10-05
3
-109
/
+314
|
\
|
|
*
[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
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-07-22
7
-8
/
+267
|
\
|
|
*
[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
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-03-08
9
-32
/
+497
|
\
|
|
*
[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
*
|
Merge branch 'master' into openslx
Simon Rettberg
2020-08-12
4
-12
/
+25
|
\
|
|
*
[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
*
|
Merge branch 'master' into openslx
Simon Rettberg
2020-02-24
1
-2
/
+7
|
\
|
|
*
[settings] Eliminate variable-length stack allocation
Michael Brown
2020-02-16
1
-2
/
+7
*
|
Merge branch 'master' into openslx
Simon Rettberg
2019-08-02
1
-0
/
+486
|
\
|
|
*
[fdt] Add ability to parse a MAC address from a flattened device tree
Michael Brown
2019-07-19
1
-0
/
+486
*
|
Merge branch 'master' into openslx
Simon Rettberg
2019-02-15
5
-5
/
+19
|
\
|
|
*
[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
*
|
[settings] Fix md5 buffer size handling
Simon Rettberg
2018-09-25
1
-2
/
+2
*
|
[settings] Add md5 encoding type for doing ${foo:md5}
Simon Rettberg
2018-05-29
1
-0
/
+47
*
|
[menu] Add --hidden option to create hotkey-only entries
Simon Rettberg
2018-05-28
1
-2
/
+11
*
|
[console] Add option to update margins and bg-image of vesa mode console
Simon Rettberg
2018-05-28
1
-31
/
+41
|
/
[prev]
[next]