aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2008-09-04[util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin1-1/+2
2008-08-27[util] Fix interpretation of short jumps in Option::ROMMichael Brown1-1/+3
2008-08-15[util] Allow Option::ROM to understand and modify initialisation entry pointMichael Brown3-7/+66
2008-07-31[util] Add mergerom.plMichael Brown1-0/+80
2008-07-31[util] Add Option::ROM library and rewrite disrom.pl to use it.Michael Brown2-100/+520
2008-06-05[util] config-local.h to avoid accidental commitsStefan Hajnoczi1-10/+27
2008-03-06[Makefile] Use bin/VVVVDDDD.rom instead of bin/pci_VVVV_DDDD.romMichael Brown1-1/+1
2007-11-19Add bin/pci_VVVV_DDDD target to allow building ROM images withoutMichael Brown1-4/+5
2007-07-17Produce no output unless -v is specified or an error occurs.Michael Brown1-2/+2
2007-07-17Restore the "shared symbol found only in a single object should beMichael Brown1-2/+9
2007-07-17Added symbols that the DBG() macros will use.Michael Brown1-0/+12
2007-07-17Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown1-36/+60
2007-07-16Compressed ROM images now work.Michael Brown2-0/+326
2007-07-15Added nrv2b binary to ignore listMichael Brown1-0/+1
2007-07-06Rename .lilo extension to .lkrn and updated dependenciesMarty Connor3-51/+11
2007-06-09Rename .cvsignore files to .gitignoreMichael Brown1-0/+0
2006-12-20Obsolete for some time now.Michael Brown1-751/+0
2006-08-24Always update the PnP checksum, even if the ident string is not being set.Michael Brown1-4/+6
2006-08-23Quick utility to pad floppy disk images for vmware/qemuMichael Brown1-0/+12
2006-06-28- modified length of password string to match visible field lengthDan Lynch1-3/+3
2006-06-27- first check-in for mucurses_test.cDan Lynch2-2/+71
2006-06-06Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part ofMichael Brown1-10/+6
2006-04-05Added netmask and gateway global options.Michael Brown1-8/+218
2006-04-05Make pcap_inject non-static, so that its prototype doesn't conflict withMichael Brown1-1/+1
2006-03-24Allow specifying the local IP address via --from.Michael Brown1-1/+14
2006-03-24Put in a substitute pcap_inject() function, since earlier versions ofMichael Brown1-0/+32
2006-03-23Moved "hello world" protocol implementation out of prototester.c and intoMichael Brown1-103/+1
2006-03-23Pick up the gPXE include files when building prototester.Michael Brown1-1/+1
2006-03-23Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown1-135/+4
2006-03-23Add Makefile for hijack and prototester utilities.Michael Brown2-0/+18
2006-03-23Can now also print data sent by the remote side.Michael Brown1-13/+34
2006-03-23Now capable of sending "Hello world!" via TCP.Michael Brown1-49/+212
2006-03-22Added basic http-specific option parsingMichael Brown1-5/+84
2006-03-22Started adding structure to allow for separate protocol tests, withMichael Brown1-97/+257
2006-03-22Skeleton version: contains device driver (connecting to network viaMichael Brown1-0/+338
2006-03-21Terminate cleanly on SIGINT or SIGHUPMichael Brown1-11/+41
2006-03-21Use libpcap API to send/receive packets.Michael Brown1-17/+114
2006-03-21Basic structure in place: can daemonise, listen on a Unix domainMichael Brown1-0/+469
2005-05-19Synced across updates from Etherboot 5.4 treeMichael Brown1-13/+15
2005-05-03Allow read-only symbols to be largeMichael Brown1-2/+3
2005-05-03Reduce large symbol warning threshold, now that most of the reallyMichael Brown1-1/+1
2005-05-02Report on misuses of shared symbols, and excessively large static symbols.Michael Brown1-9/+55
2005-05-02Tweaked to read more information (including symbol size) from blib.aMichael Brown1-13/+45
2005-04-27Special handling for symbols of the form "xxx_end", to make table endMichael Brown1-4/+8
2005-04-27Linker no longer provides start and end symbols for each table; theseMichael Brown1-5/+1
2005-04-27Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown1-7/+9
2005-04-27First versionMichael Brown1-0/+34
2005-04-23Fixed to properly catch multiply defined symbols.Michael Brown1-1/+1
2005-04-23First working versionMichael Brown1-0/+73
2005-04-17Avoid deleting .cvsignoreMichael Brown1-2/+2