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
*
Added a functional version of getopt() and getopt_long(), ready for use
Michael Brown
2006-12-07
2
-0
/
+355
*
Add support for non-volatile stored options in the RTL8139 EEPROM.
Michael Brown
2006-12-06
1
-1
/
+38
*
inet_aton() has a non-traditional return value
Michael Brown
2006-12-06
1
-1
/
+1
*
A cleaner method of handling login redirection; just use the existing
Michael Brown
2006-12-06
1
-2
/
+5
*
Added write support for three-wire devices (e.g. the RTL8139 EEPROM)
Michael Brown
2006-12-06
2
-1
/
+61
*
Verify data after writing
Michael Brown
2006-12-06
1
-1
/
+35
*
Work around another confused-by-RST bug
Michael Brown
2006-12-06
1
-0
/
+8
*
Support PXE and iSCSI by default
Michael Brown
2006-12-05
1
-1
/
+4
*
Work around another instance of the port re-use bug.
Michael Brown
2006-12-05
1
-0
/
+8
*
Tweaked retry messages
Michael Brown
2006-12-05
1
-1
/
+2
*
Added debug messages
Michael Brown
2006-12-05
1
-0
/
+34
*
Call closed() method only when the connection is genuinely in the
Michael Brown
2006-12-05
1
-14
/
+19
*
Ensure that tcp_rx() always frees its received packet buffer.
Michael Brown
2006-12-05
1
-1
/
+2
*
Killed off spurious <stdio.h> inclusion
Michael Brown
2006-12-05
1
-1
/
+0
*
Avoid calling NULL methods!
Michael Brown
2006-12-05
1
-12
/
+22
*
Update ftp.c to work with Nikhil's TCP stack.
Michael Brown
2006-12-05
5
-33
/
+99
*
The VPD engine is broken and can't actually handle placing VPD
Michael Brown
2006-12-05
1
-1
/
+1
*
Adjust EEPROM/flash detection to fit expected manufacturing practice.
Michael Brown
2006-12-05
1
-8
/
+31
*
Added options listed in
Michael Brown
2006-12-05
1
-0
/
+12
*
Tidy up some more output. The command-line code needs some severe
Michael Brown
2006-12-05
2
-7
/
+7
*
Slightly tidied up console messages.
Michael Brown
2006-12-05
2
-8
/
+5
*
Change some debugging messages to use DBG()
Michael Brown
2006-12-05
1
-7
/
+7
*
Avoid draining the keyboard buffer during gateA20_set(). It shouldn't
Michael Brown
2006-12-05
1
-8
/
+10
*
Tied NVO commands into the human-interactable settings code that I
Michael Brown
2006-12-05
3
-52
/
+56
*
Handle TargetAddress
Michael Brown
2006-12-05
2
-0
/
+36
*
Handle strings as complete units, instead of a byte at a time.
Michael Brown
2006-12-05
2
-156
/
+74
*
Add iscsi_rx_buffered_data() and supporting infrastructure.
Michael Brown
2006-12-05
2
-24
/
+87
*
Added more debug messages
Michael Brown
2006-12-04
1
-2
/
+8
*
Added quick and dirty commands for testing the new NVO code.
Michael Brown
2006-12-04
4
-4
/
+81
*
Added debug statements
Michael Brown
2006-12-04
1
-4
/
+20
*
Added nvs_write(). This shares a lot of code in common with nvs_read();
Michael Brown
2006-12-04
1
-0
/
+43
*
Added nvo_save()
Michael Brown
2006-12-04
2
-30
/
+64
*
Add the concept of a fragment list for non-volatile stored options.
Michael Brown
2006-12-04
3
-39
/
+135
*
Fixed two logic errors that were cancelling each other out.
Michael Brown
2006-12-04
1
-3
/
+3
*
Migrated etherfabric driver to using generic SPI layer.
Michael Brown
2006-12-04
2
-127
/
+101
*
Added the generic block-splitting code to nvs.c
Michael Brown
2006-12-04
4
-25
/
+49
*
Added generic SPI protocol handler with read and write support.
Michael Brown
2006-12-04
2
-0
/
+127
*
Abstracted out part of the concept of an SPI device to a generalised NVS
Michael Brown
2006-12-04
12
-239
/
+274
*
Changed length parameter in SPI methods to be a byte length, rather than
Michael Brown
2006-12-04
5
-21
/
+15
*
Generalised the SPI abstraction layer to also be able to handle interfaces
Michael Brown
2006-12-04
10
-212
/
+398
*
Force syntax-checking on assertions even in non-asserting builds.
Michael Brown
2006-12-04
1
-9
/
+23
*
Move ANSI C standard prototypes to stdlib.h; leave the gPXE-specific
Michael Brown
2006-12-02
2
-20
/
+28
*
Basic non-volatile storage support
Michael Brown
2006-11-29
3
-11
/
+243
*
Make the "drive number" option apply to iSCSI as well as AoE
Michael Brown
2006-11-29
2
-3
/
+8
*
Merged changes from Solarflare
Michael Brown
2006-11-28
1
-241
/
+713
*
Create "username" and "password" DHCP options, ready for placing this
Michael Brown
2006-11-28
2
-2
/
+25
*
Updated to use asynchronous operation model for iSCSI requests
Michael Brown
2006-11-28
5
-94
/
+484
*
Marked memcmp/strcmp as "pure" functions, to allow gcc to optimise
Michael Brown
2006-11-27
1
-3
/
+5
*
Implemented realloc(), and changed the semantics of malloc(0) to allow
Michael Brown
2006-11-24
2
-15
/
+80
*
Fixed off-by-one error
Michael Brown
2006-11-22
1
-1
/
+1
[next]