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
*
[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-05
1
-9
/
+25
*
[downloader] Allow underlying downloads to provide detailed job progress
Michael Brown
2017-09-05
1
-2
/
+9
*
[monojob] Check for job progress only once per timer tick
Michael Brown
2017-09-05
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
*
[block] Add a small delay between attempts to reopen SAN targets
Michael Brown
2017-03-27
1
-0
/
+14
*
[block] Allow SAN retry count to be reconfigured
Michael Brown
2017-03-27
1
-17
/
+52
*
[time] Add sleep_fixed() function to sleep without checking for Ctrl-C
Michael Brown
2017-03-27
1
-3
/
+36
*
[block] Add basic multipath support
Michael Brown
2017-03-26
3
-78
/
+229
*
[block] Add dummy SAN device
Michael Brown
2017-03-26
1
-0
/
+115
*
[malloc] Track maximum heap usage
Michael Brown
2017-03-22
1
-3
/
+21
*
[pixbuf] Avoid potential division by zero
Michael Brown
2017-03-22
1
-1
/
+3
*
[block] Quell spurious Coverity size mismatch warning
Michael Brown
2017-03-22
1
-6
/
+10
*
[xfer] Ensure va_end() is called on failure path
Michael Brown
2017-03-21
1
-1
/
+1
*
[dhcp] Allow vendor class to be changed in DHCP requests
Michael Brown
2017-03-20
1
-0
/
+9
*
[block] Use intfs_shutdown() when shutting down multiple interfaces
Michael Brown
2017-03-09
1
-2
/
+1
*
[block] Retry any SAN device operation
Michael Brown
2017-03-07
1
-19
/
+35
*
[block] Centralise "san-drive" setting
Michael Brown
2017-03-07
2
-1
/
+39
*
[block] Centralise SAN device abstraction
Michael Brown
2017-03-07
1
-0
/
+563
*
[interface] Provide the ability to shut down multiple interfaces
Michael Brown
2017-02-02
1
-0
/
+69
*
[time] Report attempts to use timers before initialisation
Michael Brown
2017-02-01
1
-3
/
+25
[next]