aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2009-05-18[legal] Add licence.pl and %.licence make targetMichael Brown1-0/+124
2009-04-26[build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi1-4/+5
2009-04-16[build] Simplify use of Getopt::Long in padimg.plMichael Brown1-4/+3
2009-04-16[build] Reinstate the .pdsk padded-floppy image formatMichael Brown1-3/+4
2009-04-16[build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2-12/+44
2009-04-15[build] Round up SUBx deltasStefan Hajnoczi1-7/+10
2009-03-31[efi] Use POSIX version of basename() in elf2efi.cMichael Brown1-1/+6
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-1/+2
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown2-0/+157
2009-01-09[efi] Ensure EFI ROM checksum is zeroMichael Brown1-101/+60
2009-01-09[util] Tidy up output of disrom.plMichael Brown1-21/+26
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown3-42/+324
2009-01-07[efi] Allow for .efidrv images as well as .efi imagesMichael Brown1-14/+93
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown3-516/+766
2008-12-05[x86_64] Add support for compilation as an x86_64 binaryMichael Brown1-2/+10
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown2-0/+508
2008-10-10[makefile] Reduce verbosity of various NON_AUTO_MEDIA rulesMichael Brown1-1/+1
2008-10-10[util] Don't die on undefined symbols in sortobjdump.plMichael Brown1-1/+1
2008-10-10[util] Add optional debug messages to zbin.cMichael Brown1-0/+27
2008-10-08[makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown1-205/+0
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