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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
2
-0
/
+508
*
[makefile] Reduce verbosity of various NON_AUTO_MEDIA rules
Michael Brown
2008-10-10
1
-1
/
+1
*
[util] Don't die on undefined symbols in sortobjdump.pl
Michael Brown
2008-10-10
1
-1
/
+1
*
[util] Add optional debug messages to zbin.c
Michael Brown
2008-10-10
1
-0
/
+27
*
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Michael Brown
2008-10-08
1
-205
/
+0
*
[util] Avoid calling fclose(NULL) in zbin.c
Eygene Ryabinkin
2008-09-04
1
-1
/
+2
*
[util] Fix interpretation of short jumps in Option::ROM
Michael Brown
2008-08-27
1
-1
/
+3
*
[util] Allow Option::ROM to understand and modify initialisation entry point
Michael Brown
2008-08-15
3
-7
/
+66
*
[util] Add mergerom.pl
Michael Brown
2008-07-31
1
-0
/
+80
*
[util] Add Option::ROM library and rewrite disrom.pl to use it.
Michael Brown
2008-07-31
2
-100
/
+520
*
[util] config-local.h to avoid accidental commits
Stefan Hajnoczi
2008-06-05
1
-10
/
+27
*
[Makefile] Use bin/VVVVDDDD.rom instead of bin/pci_VVVV_DDDD.rom
Michael Brown
2008-03-06
1
-1
/
+1
*
Add bin/pci_VVVV_DDDD target to allow building ROM images without
Michael Brown
2007-11-19
1
-4
/
+5
*
Produce no output unless -v is specified or an error occurs.
Michael Brown
2007-07-17
1
-2
/
+2
*
Restore the "shared symbol found only in a single object should be
Michael Brown
2007-07-17
1
-2
/
+9
*
Added symbols that the DBG() macros will use.
Michael Brown
2007-07-17
1
-0
/
+12
*
Use objdump -t for symcheck; it allows us to take the symbol section
Michael Brown
2007-07-17
1
-36
/
+60
*
Compressed ROM images now work.
Michael Brown
2007-07-16
2
-0
/
+326
*
Added nrv2b binary to ignore list
Michael Brown
2007-07-15
1
-0
/
+1
*
Rename .lilo extension to .lkrn and updated dependencies
Marty Connor
2007-07-06
3
-51
/
+11
*
Rename .cvsignore files to .gitignore
Michael Brown
2007-06-09
1
-0
/
+0
*
Obsolete for some time now.
Michael Brown
2006-12-20
1
-751
/
+0
*
Always update the PnP checksum, even if the ident string is not being set.
Michael Brown
2006-08-24
1
-4
/
+6
*
Quick utility to pad floppy disk images for vmware/qemu
Michael Brown
2006-08-23
1
-0
/
+12
*
- modified length of password string to match visible field length
Dan Lynch
2006-06-28
1
-3
/
+3
*
- first check-in for mucurses_test.c
Dan Lynch
2006-06-27
2
-2
/
+71
*
Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part of
Michael Brown
2006-06-06
1
-10
/
+6
*
Added netmask and gateway global options.
Michael Brown
2006-04-05
1
-8
/
+218
*
Make pcap_inject non-static, so that its prototype doesn't conflict with
Michael Brown
2006-04-05
1
-1
/
+1
*
Allow specifying the local IP address via --from.
Michael Brown
2006-03-24
1
-1
/
+14
*
Put in a substitute pcap_inject() function, since earlier versions of
Michael Brown
2006-03-24
1
-0
/
+32
*
Moved "hello world" protocol implementation out of prototester.c and into
Michael Brown
2006-03-23
1
-103
/
+1
*
Pick up the gPXE include files when building prototester.
Michael Brown
2006-03-23
1
-1
/
+1
*
Moved uIP wrapper out of prototester.c and into proto/tcp.c.
Michael Brown
2006-03-23
1
-135
/
+4
*
Add Makefile for hijack and prototester utilities.
Michael Brown
2006-03-23
2
-0
/
+18
*
Can now also print data sent by the remote side.
Michael Brown
2006-03-23
1
-13
/
+34
*
Now capable of sending "Hello world!" via TCP.
Michael Brown
2006-03-23
1
-49
/
+212
*
Added basic http-specific option parsing
Michael Brown
2006-03-22
1
-5
/
+84
*
Started adding structure to allow for separate protocol tests, with
Michael Brown
2006-03-22
1
-97
/
+257
*
Skeleton version: contains device driver (connecting to network via
Michael Brown
2006-03-22
1
-0
/
+338
*
Terminate cleanly on SIGINT or SIGHUP
Michael Brown
2006-03-21
1
-11
/
+41
*
Use libpcap API to send/receive packets.
Michael Brown
2006-03-21
1
-17
/
+114
*
Basic structure in place: can daemonise, listen on a Unix domain
Michael Brown
2006-03-21
1
-0
/
+469
*
Synced across updates from Etherboot 5.4 tree
Michael Brown
2005-05-19
1
-13
/
+15
*
Allow read-only symbols to be large
Michael Brown
2005-05-03
1
-2
/
+3
*
Reduce large symbol warning threshold, now that most of the really
Michael Brown
2005-05-03
1
-1
/
+1
*
Report on misuses of shared symbols, and excessively large static symbols.
Michael Brown
2005-05-02
1
-9
/
+55
*
Tweaked to read more information (including symbol size) from blib.a
Michael Brown
2005-05-02
1
-13
/
+45
*
Special handling for symbols of the form "xxx_end", to make table end
Michael Brown
2005-04-27
1
-4
/
+8
*
Linker no longer provides start and end symbols for each table; these
Michael Brown
2005-04-27
1
-5
/
+1
[next]