Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [coverity] Add Coverity user model | Michael Brown | 2017-03-22 | 1 | -0/+21 |
| | | | | | | | | Add a trivial model file to prevent Coverity from making various incorrect assumptions about functions where the iPXE behaviour diverges from POSIX or Linux norms. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [errdb] Strip platform error code for non-platform-generated errors | Michael Brown | 2013-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Enable bochs debug port by default | Michael Brown | 2012-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Allow more space for Bochs option ROM | Michael Brown | 2012-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Fix rom-o-matic git version number issues | Floris Bos | 2012-07-23 | 1 | -2/+7 |
| | | | | | | | | | | | Fixes issue in which git version number is not displayed on startup when iPXE is built through rom-o-matic. Remove special characters from filename generated by rom-o-matic (so that you get "ipxe-1.0.0+c3b4-undionly.kkpxe" instead of "ipxe-1.0.0+ (c3b4)-undionly.kkpxe") Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Fix rom-o-matic build (add new LOG_LEVEL constant) | Floris Bos | 2012-07-23 | 1 | -0/+10 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Update bochsrc.txt to latest version of bochs | Michael Brown | 2012-06-06 | 1 | -170/+550 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Fix rom-o-matic | Paul Sands | 2012-02-12 | 6 | -27/+28 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Update rom-o-matic to build iPXE | Floris Bos | 2011-05-06 | 4 | -9/+31 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Specify boot order in bochsrc.txt | Michael Brown | 2011-01-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Remove extraneous errcodedb files | Michael Brown | 2010-10-19 | 2 | -3/+0 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Allow "cow" script to create the SAN device itself | Michael Brown | 2010-09-22 | 1 | -4/+5 |
| | | | | | | | | Allow for an invocation pattern such as: ./cow /path/to/image/file vblade 1 2 eth0 Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Add script to easily create copy-on-write SAN images | Michael Brown | 2010-09-22 | 1 | -0/+48 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Add contrib/vm, containing utilities from old contrib/bochs | Michael Brown | 2010-09-22 | 6 | -0/+1246 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [errcode] Remove unused contrib/errcode scripts | Stefan Hajnoczi | 2010-07-17 | 5 | -413/+0 |
| | | | | | | | | | | | | | | The new errdb error code database is more accurate than the regular expression-based errcode scripts. This patch removes errcode scripts in favor of errdb. The gpxebot.py script is no longer needed, gpxebot has been released as a separate open source codebase: http://git.etherboot.org/?p=people/stefanha/gpxebot.git;a=summary Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [errdb] Add errdb.pl script to build error database | Michael Brown | 2010-05-31 | 2 | -0/+109 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 15 | -53/+56 |
| | | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [contrib] Add README file to rom-o-matic | Marty Connor | 2010-01-19 | 1 | -0/+62 |
| | | | | Signed-off-by: Marty Connor <mdc@etherboot.org> | ||||
* | [contrib] Add .hrom format to rom-o-matic | Marty Connor | 2010-01-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Marty Connor <mdc@etherboot.org> | ||||
* | [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 |
| | | | | | | | | | | | Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/ | ||||
* | [3c90xutil] Update bromutil.c and cromutil.c. | Thomas Miletich | 2010-01-14 | 5 | -188/+582 |
| | | | | | | | | | | | | bromutil.c has been updated with a command to "fix" 3c905B NICs so that EEPROMs larger than 8K may be used. cromutil.c has been replaced with an updated version that has been included in etherboot-5.4 for some time now. See README for usage. Signed-off-by: Marty Connor <mdc@etherboot.org> | ||||
* | [build] Pad .rom, .dsk, and .hd images to 512-byte boundaries | Michael Brown | 2009-04-16 | 1 | -2/+2 |
| | | | | | | | | QEMU will silently round down a disk or ROM image file to the nearest 512 bytes. Fix by always padding .rom, .dsk and .hd images to the nearest 512-byte boundary. Originally-fixed-by: Stefan Hajnoczi <stefanha@gmail.com> | ||||
* | [image] Allow multiple embedded images | Michael Brown | 2009-02-16 | 2 | -0/+12 |
| | | | | | | | | | | This patch extends the embedded image feature to allow multiple embedded images instead of just one. gPXE now always boots the first embedded image on startup instead of doing the hardcoded DHCP boot (aka autoboot). Based heavily upon a patch by Stefan Hajnoczi <stefanha@gmail.com>. | ||||
* | [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 |
| | | | | | | | | Some of the gPXE romprefix.S code attempts to write to the ROM image, as allowed by the PCI spec. We do gracefully handle the case of read-only ROM images (for ISA ROMs and for normal bochs/qemu operation), but it can be handy to be able to use bochs to debug the code paths that depend on writable ROM images. | ||||
* | [util] Disable automatic CR->LF conversion in serial-console utility | Michael Brown | 2008-09-07 | 1 | -2/+2 |
| | | | | | | DUET (the EFI test environment) seems not to handle LF, so inhibit the CR->LF conversion that the pty does for us by default. This doesn't affect operation of gPXE, which will happily accept either CR or LF. | ||||
* | [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 |
| | | | | Make sure parser doesn't choke on line with space at end. | ||||
* | [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 |
| | | | | Add a PHP script to act as a web interface for looking up error codes. | ||||
* | [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 |
| | | | | to match. | ||||
* | Don't build option-overloaded packets; they just confuse people (ISC | Michael Brown | 2007-06-30 | 1 | -0/+8 |
| | | | | DHCPD and Windows RIS in particular). | ||||
* | 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 |
| | | | | mistakes. | ||||
* | Added tunctl (since it is difficult to find for many distros). | Michael Brown | 2006-05-13 | 4 | -12/+131 |
| |