index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-19
[realtek] Add missing iounmap()
Michael Brown
1
-0
/
+2
2012-07-19
[intel] Add missing iounmap()
Michael Brown
1
-0
/
+2
2012-07-19
[libc] Add support for "%lc" and "%ls" format specifiers
Michael Brown
2
-5
/
+32
2012-07-19
[efi] Add EFI_LOAD_FILE_PROTOCOL header
Michael Brown
1
-0
/
+90
2012-07-19
[efi] Update to current EDK2 headers
Michael Brown
24
-156
/
+8026
2012-07-19
[efi] Standardise #include guard in ipxe_download.h
Michael Brown
1
-4
/
+4
2012-07-18
[pxeprefix] Ignore errors from PXENV_FILE_CMDLINE
Michael Brown
1
-4
/
+2
2012-07-17
[efi] Default to using raw x86 I/O
Michael Brown
1
-1
/
+1
2012-07-17
[ioapi] Generalise i386 raw I/O API to x86
Michael Brown
4
-21
/
+22
2012-07-17
[b44] Eliminate call to get_memmap()
Michael Brown
1
-26
/
+31
2012-07-12
[pxe] Reopen network device if NBP exits
Michael Brown
1
-0
/
+7
2012-07-12
[settings] Expose exit status of failed command via ${errno}
Michael Brown
1
-0
/
+120
2012-07-12
[cmdline] Store exit status of failed command in errno
Michael Brown
1
-6
/
+22
2012-07-11
[pxeprefix] Fetch command line (if any) via PXENV_FILE_CMDLINE
Michael Brown
1
-0
/
+38
2012-07-11
[pxe] Add PXENV_FILE_CMDLINE API call
Michael Brown
4
-0
/
+69
2012-07-10
[pxeprefix] Place temporary stack after iPXE binary
Michael Brown
1
-3
/
+18
2012-07-10
[intel] Explicitly enable descriptor queues
Michael Brown
2
-0
/
+10
2012-07-10
[intel] Refill receive ring only after enabling receiver
Michael Brown
1
-3
/
+3
2012-07-09
[bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01
Michael Brown
1
-1
/
+2
2012-07-09
[tcp] Increase maximum window size to 256kB
Michael Brown
1
-22
/
+24
2012-07-09
[malloc] Increase heap size to 512kB
Michael Brown
1
-2
/
+2
2012-07-09
[tcp] Truncate TCP window to prevent future packet discards
Michael Brown
1
-3
/
+20
2012-07-09
[arp] Try to avoid discarding ARP cache entries
Michael Brown
4
-5
/
+21
2012-07-09
[malloc] Discard cached items less aggressively
Michael Brown
1
-3
/
+5
2012-07-08
[iobuf] Allocate I/O buffer descriptor separately to conserve aligned memory
Michael Brown
1
-13
/
+53
2012-07-04
[netdevice] Process all received packets in net_poll()
Michael Brown
1
-7
/
+2
2012-07-04
[cmdline] Do not ignore empty initial arguments in concat_args()
Michael Brown
1
-1
/
+1
2012-07-03
[util] Avoid compiler warning on gcc 4.6
Michael Brown
1
-1
/
+1
2012-07-03
[menu] Truncate menu title when necessary
Christian Hesse
1
-2
/
+3
2012-07-01
[arp] Prevent ARP cache entries from being deleted mid-transmission
Michael Brown
1
-11
/
+38
2012-06-30
[tcp] Avoid potential NULL pointer dereference
Michael Brown
1
-1
/
+3
2012-06-30
[tcp] Use a zero window size for RST packets
Michael Brown
1
-1
/
+1
2012-06-29
[iobuf] Relax alignment requirement for small I/O buffers
Michael Brown
2
-16
/
+13
2012-06-29
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2
-1
/
+19
2012-06-29
[tcp] Add support for TCP window scaling
Michael Brown
2
-3
/
+58
2012-06-29
[undi] Align the received frame payload for faster processing
Michael Brown
1
-8
/
+16
2012-06-28
[monojob] Check for keypresses only once per timer tick
Michael Brown
1
-11
/
+25
2012-06-28
[tcpip] Add faster algorithm for calculating the TCP/IP checksum
Michael Brown
2
-0
/
+174
2012-06-27
[test] Add self-tests for TCP/IP checksum calculation
Michael Brown
2
-0
/
+214
2012-06-27
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
3
-4
/
+24
2012-06-27
[libc] Simplify memcpy() implementation
Michael Brown
1
-16
/
+10
2012-06-27
[test] Add memcpy() self-tests
Michael Brown
2
-34
/
+257
2012-06-27
[cmdline] Increase resolution of "time" command
Michael Brown
1
-3
/
+6
2012-06-27
[realtek] Add missing cpu_to_le16()
Michael Brown
1
-1
/
+1
2012-06-27
[ui] Allow colours to be configured via config/colour.h
Christian Hesse
4
-10
/
+45
2012-06-27
[ui] Change "login" colours to match other UIs
Michael Brown
1
-7
/
+7
2012-06-27
[sky2] Fix invalid memory access
Valentine Barshak
1
-1
/
+1
2012-06-20
[syslog] Include hostname within syslog messages where possible
Michael Brown
3
-8
/
+57
2012-06-20
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
3
-8
/
+9
2012-06-20
[crypto] Allow an error margin on X.509 certificate validity periods
Michael Brown
4
-12
/
+12
[next]