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
...
|
*
[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
|
/
*
[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
*
[syslog] Handle backspace characters
Michael Brown
2017-06-13
1
-0
/
+7
*
[acpi] Expose ACPI tables via settings mechanism
Michael Brown
2017-05-23
1
-0
/
+161
*
[acpi] Make acpi_find_rsdt() a per-platform method
Michael Brown
2017-05-23
2
-71
/
+23
*
[settings] Extend numerical setting tags to 64 bits
Michael Brown
2017-05-22
2
-17
/
+25
*
[block] Provide abstraction to allow system to be quiesced
Michael Brown
2017-04-26
2
-0
/
+68
*
[block] Provide sandev_read() and sandev_write() as global symbols
Michael Brown
2017-04-26
1
-8
/
+48
*
[block] Allow use of a non-default EFI SAN boot filename
Michael Brown
2017-04-12
3
-2
/
+15
*
[block] Describe all SAN devices via ACPI tables
Michael Brown
2017-03-28
4
-43
/
+173
*
[block] Ignore redundant xfer_window_changed() messages
Michael Brown
2017-03-28
1
-0
/
+4
*
[block] Gracefully close SAN device if registration fails
Michael Brown
2017-03-27
1
-6
/
+16
*
[block] Retry reopening indefinitely for multipath devices
Michael Brown
2017-03-27
1
-3
/
+18
[prev]
[next]