| Commit message (Expand) | Author | Age | Files | Lines |
* | [contrib] Fix rom-o-matic | Paul Sands | 2012-02-12 | 6 | -27/+28 |
* | [contrib] Update rom-o-matic to build iPXE | Floris Bos | 2011-05-06 | 4 | -9/+31 |
* | [contrib] Specify boot order in bochsrc.txt | Michael Brown | 2011-01-27 | 1 | -0/+1 |
* | [contrib] Remove extraneous errcodedb files | Michael Brown | 2010-10-19 | 2 | -3/+0 |
* | [contrib] Allow "cow" script to create the SAN device itself | Michael Brown | 2010-09-22 | 1 | -4/+5 |
* | [contrib] Add script to easily create copy-on-write SAN images | Michael Brown | 2010-09-22 | 1 | -0/+48 |
* | [contrib] Add contrib/vm, containing utilities from old contrib/bochs | Michael Brown | 2010-09-22 | 6 | -0/+1246 |
* | [errcode] Remove unused contrib/errcode scripts | Stefan Hajnoczi | 2010-07-17 | 5 | -413/+0 |
* | [errdb] Add errdb.pl script to build error database | Michael Brown | 2010-05-31 | 2 | -0/+109 |
* | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 15 | -53/+56 |
* | [contrib] Add README file to rom-o-matic | Marty Connor | 2010-01-19 | 1 | -0/+62 |
* | [contrib] Add .hrom format to rom-o-matic | Marty Connor | 2010-01-17 | 1 | -0/+1 |
* | [contrib] Add rom-o-matic to contrib | Marty Connor | 2010-01-17 | 41 | -0/+1854 |
* | [contrib] Move most contrib content to a separate repository | Marty Connor | 2010-01-17 | 152 | -20360/+9 |
* | [3c90xutil] Update bromutil.c and cromutil.c. | Thomas Miletich | 2010-01-14 | 5 | -188/+582 |
* | [build] Pad .rom, .dsk, and .hd images to 512-byte boundaries | Michael Brown | 2009-04-16 | 1 | -2/+2 |
* | [image] Allow multiple embedded images | Michael Brown | 2009-02-16 | 2 | -0/+12 |
* | [contrib] Update qemu documentation | Michael Brown | 2009-02-01 | 1 | -18/+11 |
* | [contrib] Add patch to enable writable ROM images in bochs | Michael Brown | 2008-10-21 | 1 | -0/+20 |
* | [util] Disable automatic CR->LF conversion in serial-console utility | Michael Brown | 2008-09-07 | 1 | -2/+2 |
* | [contrib] Bring bochs/qemu READMEs up to date with latest upstream code | Michael Brown | 2008-09-07 | 2 | -4/+4 |
* | [Contribs] Fix multi-line POSIX errno definitions. | Stefan Hajnoczi | 2008-05-20 | 1 | -8/+7 |
* | [Contribs] Fix parsing bug in errcode.py | Stefan Hajnoczi | 2008-05-20 | 1 | -1/+4 |
* | [Contribs] Add simple IRC bot for looking up error codes. | Stefan Hajnoczi | 2008-05-20 | 3 | -2/+126 |
* | [Contribs] Add README, license text, and invert error code dictionaries. | Stefan Hajnoczi | 2008-05-20 | 4 | -13/+106 |
* | [Contribs] Add a web interface for looking up error codes. | Stefan Hajnoczi | 2008-05-20 | 1 | -0/+65 |
* | [Contribs] Add command-line utility for looking up gPXE error codes. | Stefan Hajnoczi | 2008-05-20 | 2 | -0/+129 |
* | [Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca> | Michael Brown | 2008-03-19 | 13 | -1202/+145 |
* | Add .pdsk target (padded .dsk, suitable for qemu). | Michael Brown | 2007-07-06 | 1 | -3/+2 |
* | Build bochs with ne2000 support, and add sample lines in bochsrc.txt | Michael Brown | 2007-07-02 | 2 | -1/+4 |
* | Don't build option-overloaded packets; they just confuse people (ISC | Michael Brown | 2007-06-30 | 1 | -0/+8 |
* | Initial notes on RIS | Michael Brown | 2007-06-29 | 1 | -0/+23 |
* | Current bochs has a 128kB BIOS, not 64kB | Michael Brown | 2007-06-28 | 1 | -1/+1 |
* | Ignore external directories (bochs, qemu) within contrib/bochs. | Michael Brown | 2007-06-09 | 1 | -0/+2 |
* | Rename .cvsignore files to .gitignore | Michael Brown | 2007-06-09 | 1 | -0/+0 |
* | .zrom is still broken; use .rom by default | Michael Brown | 2006-08-28 | 1 | -1/+1 |
* | Document requisite patch for qemu | Michael Brown | 2006-08-28 | 2 | -4/+38 |
* | Add --enable-show-ips; it's useful when using the profiling code. | Michael Brown | 2006-08-28 | 1 | -1/+2 |
* | Basic instructions to get qemu running | Michael Brown | 2006-08-24 | 1 | -0/+80 |
* | Corrected documentation | Michael Brown | 2006-08-09 | 1 | -3/+2 |
* | Need write permission to /dev/net/tun, not just read. | Michael Brown | 2006-05-26 | 1 | -1/+1 |
* | Updated to new SourceForge CVS locations, and fix a couple of minor | Michael Brown | 2006-05-18 | 1 | -9/+12 |
* | Added tunctl (since it is difficult to find for many distros). | Michael Brown | 2006-05-13 | 4 | -12/+131 |
* | Updated instructions to reflect current reality. | Michael Brown | 2006-04-26 | 1 | -57/+24 |
* | Hardcoded paths to ../../src/bin avoid one step in the instructions. | Michael Brown | 2006-04-26 | 1 | -2/+2 |
* | Avoid the need for a symlink to the BIOS directory; just use the locally | Michael Brown | 2006-04-26 | 1 | -2/+2 |
* | Much safer to use a TAP device statically allocated with tunctl. | Michael Brown | 2006-04-26 | 1 | -21/+0 |
* | Updated to syntax required by latest bochs CVS. | Michael Brown | 2006-04-26 | 1 | -1/+1 |
* | Updated to current bochs CVS | Michael Brown | 2006-04-26 | 1 | -217/+306 |
* | Initial revision | Michael Brown | 2005-05-17 | 153 | -0/+20692 |