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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[eepro100] Add new PCI ID 8086:27dc
Marty Connor
2010-09-03
1
-0
/
+1
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr Jaroszyński
2010-08-20
14
-26
/
+17
*
[compiler] Prevent empty weak function stubs from being removed
Joshua Oreman
2010-08-19
2
-1
/
+9
*
[build] Add tap.linux to "make everything"
Michael Brown
2010-08-19
1
-1
/
+2
*
[linux] Add the tap driver
Piotr Jaroszyński
2010-08-19
4
-0
/
+257
*
[linux] Add command line arguments
Piotr Jaroszyński
2010-08-19
4
-0
/
+227
*
[linux] Add device and driver model
Piotr Jaroszyński
2010-08-19
4
-0
/
+298
*
[linux] Add empty smbios
Piotr Jaroszyński
2010-08-19
5
-0
/
+58
*
[linux] Add nap
Piotr Jaroszyński
2010-08-19
4
-0
/
+60
*
[linux] Add umalloc
Piotr Jaroszyński
2010-08-19
4
-0
/
+146
*
[linux] Add uaccess
Piotr Jaroszyński
2010-08-19
4
-0
/
+144
*
[linux] Add timer
Piotr Jaroszyński
2010-08-19
4
-0
/
+100
*
[linux] Add console
Piotr Jaroszyński
2010-08-19
4
-1
/
+152
*
[linux] Add most of the linux api
Piotr Jaroszyński
2010-08-19
2
-0
/
+283
*
[linux] Add linux_syscall
Piotr Jaroszyński
2010-08-19
2
-0
/
+78
*
[linux] Add linux api headers
Piotr Jaroszyński
2010-08-19
4
-0
/
+90
*
[linux] Add linuxprefix
Piotr Jaroszyński
2010-08-19
2
-0
/
+47
*
[dhcp] Use i386-pcbios DHCP options on linux
Piotr Jaroszyński
2010-08-19
1
-0
/
+36
*
[linux] Add linux platform skeleton
Piotr Jaroszyński
2010-08-19
7
-2
/
+239
*
[libc] Add strtoull()
Piotr Jaroszyński
2010-08-19
3
-22
/
+90
*
[mtnic] Switch to malloc_dma() and free_dma()
Piotr Jaroszyński
2010-08-17
1
-29
/
+29
*
[libc] Add isxdigit()
Piotr Jaroszyński
2010-08-17
1
-0
/
+1
*
[settings] Export find_setting()
Piotr Jaroszyński
2010-08-17
2
-1
/
+2
*
[build] Provide %.fd0 build targets only for pcbios
Michael Brown
2010-08-17
3
-15
/
+12
*
[build] Add everything target
Piotr Jaroszyński
2010-08-16
1
-2
/
+16
*
[build] Properly handle multiple goals per BIN directory
Piotr Jaroszyński
2010-08-16
2
-6
/
+17
*
[build] Build pcbios specific drivers only on pcbios
Piotr Jaroszyński
2010-08-16
2
-2
/
+4
*
[ioapi] Move get_memmap() to the I/O API group
Piotr Jaroszyński
2010-08-16
13
-47
/
+51
*
[dhcp] Allow multiple interfaces in dhcp command
Michael Brown
2010-08-16
1
-22
/
+56
*
[comboot] Run com32 programs with a valid IDT
Geoff Lywood
2010-08-01
4
-6
/
+138
*
[forcedeth] Replace driver with native iPXE driver
Andrei Faur
2010-08-01
2
-1230
/
+2375
*
[string] Use 64-bit registers in assembly memswap() on x86_64
Joshua Oreman
2010-08-01
1
-4
/
+4
*
[802.11] Fix a use-after-free
Joshua Oreman
2010-08-01
1
-0
/
+1
*
[802.11] Use correct name for sec80211_detect()
Joshua Oreman
2010-08-01
1
-3
/
+3
*
[tcp] Fix a 64bit compile time error
Piotr Jaroszyński
2010-07-22
1
-1
/
+1
*
[efi] Fix the 32-bit version of elf2efi64
Geoff Lywood
2010-07-21
2
-12
/
+12
*
[tcp] Allow out-of-order receive queue to be discarded
Michael Brown
2010-07-21
2
-3
/
+50
*
[malloc] Add cache discard mechanism
Michael Brown
2010-07-21
2
-46
/
+85
*
[tcp] Handle out-of-order received packets
Michael Brown
2010-07-21
2
-35
/
+180
*
[netdevice] Provide a test mechanism for discarding packets at random
Michael Brown
2010-07-20
2
-1
/
+20
*
[virtio] Replace virtio-net with native iPXE driver
Stefan Hajnoczi
2010-07-17
5
-238
/
+350
*
[settings] Unregister the children when unregistering the parent
Piotr Jaroszyński
2010-07-15
1
-1
/
+8
*
[tcp] Treat ACKs as sent only when successfully transmitted
Michael Brown
2010-07-15
1
-21
/
+20
*
[tcp] Merge boolean flags into a single "flags" field
Michael Brown
2010-07-15
1
-8
/
+15
*
[tcp] Use a dedicated timer for the TIME_WAIT state
Michael Brown
2010-07-15
1
-9
/
+32
*
[build] Speed up rebuilding on header file changes
Michael Brown
2010-07-14
1
-43
/
+62
*
[build] Standardise variable naming for inter-build state files
Michael Brown
2010-07-14
1
-9
/
+9
*
[build] Avoid unnecessary "rm" and "touch" in dependency generation
Michael Brown
2010-07-14
1
-5
/
+1
*
[build] Mark weak functions noinline
Stefan Hajnoczi
2010-07-14
1
-2
/
+9
*
[hci] Continue processing while prompting for shell banner
Michael Brown
2010-07-14
3
-14
/
+5
[next]