summaryrefslogtreecommitdiffstats
path: root/contrib/errcode
Commit message (Collapse)AuthorAgeFilesLines
* [contrib] Remove extraneous errcodedb filesMichael Brown2010-10-192-3/+0Star
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [errcode] Remove unused contrib/errcode scriptsStefan Hajnoczi2010-07-175-413/+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-206-13/+16
| | | | | | | | | | | 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] Fix multi-line POSIX errno definitions.Stefan Hajnoczi2008-05-201-8/+7Star
|
* [Contribs] Fix parsing bug in errcode.pyStefan Hajnoczi2008-05-201-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 Hajnoczi2008-05-203-2/+126
|
* [Contribs] Add README, license text, and invert error code dictionaries.Stefan Hajnoczi2008-05-204-13/+106
|
* [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.
* [Contribs] Add command-line utility for looking up gPXE error codes.Stefan Hajnoczi2008-05-202-0/+129