summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman2009-08-111-50/+76
* [geniso] Emit proper error message for incorrect location of ISOLINUX_BINvibi sreenivasan2009-08-091-1/+1
* [legal] Add the MIT and ISC licenses to licence.plH. Peter Anvin2009-08-031-0/+25
* [build] Allow safe concurrent builds of .iso, .liso and .sdsk targetsMichael Brown2009-08-023-8/+5Star
* [build] Make .liso image generation silent unless errors occurMichael Brown2009-08-021-1/+1
* [build] Add syslinux floppy image type .sdskMarty Connor2009-08-022-27/+83
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-181-0/+124
* [build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi2009-04-261-4/+5
* [build] Simplify use of Getopt::Long in padimg.plMichael Brown2009-04-161-4/+3Star
* [build] Reinstate the .pdsk padded-floppy image formatMichael Brown2009-04-161-3/+4
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-162-12/+44
* [build] Round up SUBx deltasStefan Hajnoczi2009-04-151-7/+10
* [efi] Use POSIX version of basename() in elf2efi.cMichael Brown2009-03-311-1/+6
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+2
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-262-0/+157
* [efi] Ensure EFI ROM checksum is zeroMichael Brown2009-01-091-101/+60Star
* [util] Tidy up output of disrom.plMichael Brown2009-01-091-21/+26
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-083-42/+324
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-081-14/+93
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-073-516/+766
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-2/+10
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-132-0/+508
* [makefile] Reduce verbosity of various NON_AUTO_MEDIA rulesMichael Brown2008-10-101-1/+1
* [util] Don't die on undefined symbols in sortobjdump.plMichael Brown2008-10-101-1/+1
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-081-205/+0Star
* [util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin2008-09-041-1/+2
* [util] Fix interpretation of short jumps in Option::ROMMichael Brown2008-08-271-1/+3
* [util] Allow Option::ROM to understand and modify initialisation entry pointMichael Brown2008-08-153-7/+66
* [util] Add mergerom.plMichael Brown2008-07-311-0/+80
* [util] Add Option::ROM library and rewrite disrom.pl to use it.Michael Brown2008-07-312-100/+520
* [util] config-local.h to avoid accidental commitsStefan Hajnoczi2008-06-051-10/+27
* [Makefile] Use bin/VVVVDDDD.rom instead of bin/pci_VVVV_DDDD.romMichael Brown2008-03-061-1/+1
* Add bin/pci_VVVV_DDDD target to allow building ROM images withoutMichael Brown2007-11-191-4/+5
* Produce no output unless -v is specified or an error occurs.Michael Brown2007-07-171-2/+2
* Restore the "shared symbol found only in a single object should beMichael Brown2007-07-171-2/+9
* Added symbols that the DBG() macros will use.Michael Brown2007-07-171-0/+12
* Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown2007-07-171-36/+60
* Compressed ROM images now work.Michael Brown2007-07-162-0/+326
* Added nrv2b binary to ignore listMichael Brown2007-07-151-0/+1
* Rename .lilo extension to .lkrn and updated dependenciesMarty Connor2007-07-063-51/+11Star
* Rename .cvsignore files to .gitignoreMichael Brown2007-06-091-0/+0
* Obsolete for some time now.Michael Brown2006-12-201-751/+0Star
* Always update the PnP checksum, even if the ident string is not being set.Michael Brown2006-08-241-4/+6
* Quick utility to pad floppy disk images for vmware/qemuMichael Brown2006-08-231-0/+12
* - modified length of password string to match visible field lengthDan Lynch2006-06-281-3/+3
* - first check-in for mucurses_test.cDan Lynch2006-06-272-2/+71
* Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part ofMichael Brown2006-06-061-10/+6Star
* Added netmask and gateway global options.Michael Brown2006-04-051-8/+218
* Make pcap_inject non-static, so that its prototype doesn't conflict withMichael Brown2006-04-051-1/+1