summaryrefslogtreecommitdiffstats
path: root/contrib/errcode/errcode.php
Commit message (Collapse)AuthorAgeFilesLines
* [errcode] Remove unused contrib/errcode scriptsStefan Hajnoczi2010-07-171-83/+0Star
| | | | | | | | | | | | | | 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>
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
| | | | | | | | | | | 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>
* [Contribs] Add README, license text, and invert error code dictionaries.Stefan Hajnoczi2008-05-201-0/+18
|
* [Contribs] Add a web interface for looking up error codes.Stefan Hajnoczi2008-05-201-0/+65
Add a PHP script to act as a web interface for looking up error codes.