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
...
*
[davicom] Use iPXE debugging infrastructure
Michael Brown
2010-07-14
1
-25
/
+6
*
[tulip] Use iPXE debugging infrastructure
Michael Brown
2010-07-14
1
-209
/
+79
*
[debug] Expose pause() and more() debugging functions
Michael Brown
2010-07-14
2
-28
/
+88
*
[debug] Remove unused guard_region() and check_region() functions
Michael Brown
2010-07-14
1
-53
/
+0
*
[build] Remove some obsolete header files
Michael Brown
2010-07-14
3
-125
/
+0
*
[console] Remove never-used putline() method
Michael Brown
2010-07-14
1
-15
/
+4
*
[cmdline] Fix inconsistent and ugly code formatting in shell_banner()
Michael Brown
2010-07-14
1
-3
/
+4
*
[tcp] Randomise local TCP port
Guo-Fu Tseng
2010-07-13
1
-3
/
+5
*
[tcp] Fix typos by changing ntohl() to htonl() where appropriate
Michael Brown
2010-07-13
1
-2
/
+2
*
[tcp] Store local port in host byte order
Michael Brown
2010-07-13
1
-9
/
+9
*
[image] Fix a memory leak in free_image()
Piotr JaroszyĆski
2010-07-11
1
-0
/
+1
*
[pcnet32] Fix pcnet32_wio_reset() bug
Andrei Faur
2010-07-11
1
-1
/
+1
*
[tcp] Fix potential use-after-free when accessing timestamp option
Michael Brown
2010-07-07
1
-4
/
+7
*
[refcnt] Fix embedded image building
Alessandro Salvatori
2010-07-05
1
-3
/
+3
*
[pcnet32] Fix uninitialised variable
Michael Brown
2010-06-25
1
-1
/
+1
*
[myri10ge] Add NonVolatile Option (nvo) support
Glenn Brown
2010-06-24
1
-11
/
+314
*
[settings] Add setting deletion (Ctrl-D) interface
Glenn Brown
2010-06-24
1
-0
/
+7
*
[settings] Enable jump scroll in config UI
Glenn Brown
2010-06-24
1
-38
/
+77
*
[pci] Define Vendor Specific capability ID
Glenn Brown
2010-06-24
1
-0
/
+1
*
[romprefix] Do not check for BBS compatibility
Michael Brown
2010-06-24
1
-29
/
+3
*
[build] Fix broken build caused by implied dependency upon "perl"
Michael Brown
2010-06-24
3
-14
/
+14
*
[build] Avoid hard-coding the path to perl
Michael Brown
2010-06-24
1
-1
/
+1
*
[efi] Build iPXE script support into EFI binaries by default
Geoff Lywood
2010-06-23
1
-0
/
+1
*
[r8169] Remove driver cfg lookup, use pci_device_id->driver_data instead
Andrei Faur
2010-06-23
2
-66
/
+11
*
[tls] Handle multiple handshake records
Michael Brown
2010-06-23
1
-39
/
+54
*
[refcnt] Add ref_no_free handler
Joshua Oreman
2010-06-23
3
-11
/
+14
*
[http] Pass through unknown interface method calls
Michael Brown
2010-06-22
1
-2
/
+4
*
[interface] Allow for non-pass-through interface methods
Michael Brown
2010-06-22
3
-10
/
+46
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
31
-1511
/
+764
*
[interface] Convert all name-resolution interfaces to generic interfaces
Michael Brown
2010-06-22
4
-260
/
+169
*
[interface] Convert all job-control interfaces to generic interfaces
Michael Brown
2010-06-22
8
-293
/
+88
*
[interface] Expand object interface to allow for polymorphic interfaces
Michael Brown
2010-06-22
5
-44
/
+413
*
[retry] Use start_timer_fixed() instead of direct timeout manipulation
Michael Brown
2010-06-22
2
-4
/
+2
*
[retry] Add timer_init() wrapper function
Michael Brown
2010-06-22
9
-11
/
+23
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
22
-14
/
+59
*
[pcnet32] Replace pcnet32 with native driver
Andrei Faur
2010-06-22
2
-822
/
+1143
*
[jme] Fix 64-bit compile of JMicron ethernet driver
Geoff Lywood
2010-06-22
1
-1
/
+1
*
[process] Hold reference to process during call to step()
Michael Brown
2010-06-15
1
-0
/
+2
*
[jme] Fix refill behavior
Guo-Fu Tseng
2010-06-13
1
-7
/
+13
*
[ethernet] Move Ethernet MAC address checking routines to ethernet.h
Michael Brown
2010-06-07
3
-16
/
+67
*
[eepro100] Add PCI ID for Intel Pro/100 VE
Erwan Velu
2010-06-07
1
-0
/
+1
*
[doc] Fix comment on Linux/x86 boot protocol path
Wu Fengguang
2010-06-03
1
-1
/
+1
*
[jme] Add JMicron Ethernet driver
Guo-Fu Tseng
2010-06-02
3
-0
/
+2218
*
[efi] Add the "snpnet" driver
Geoff Lywood
2010-06-02
10
-4
/
+724
*
[qib7322] Fix whitespace errors
Michael Brown
2010-06-01
1
-107
/
+108
*
[qib7322] Fix uninitialized variables warning
Shao Miller
2010-06-01
1
-3
/
+10
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
22
-391
/
+1499
*
[pxe] Remove obsolete pxe_errortab.c
Michael Brown
2010-05-30
1
-103
/
+0
*
[efi] Tidy up output of EFI header import script
Michael Brown
2010-05-29
3
-19
/
+65
*
[legal] Add FILE_LICENCE declarations to EFI header files
Michael Brown
2010-05-29
40
-0
/
+96
[prev]
[next]