summaryrefslogtreecommitdiffstats
path: root/src/hci/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [libc] Rewrite string functionsMichael Brown2015-02-171-1/+1
* [build] Allow error message URI to be customised via config/branding.hMichael Brown2015-02-111-2/+3
* [hci] Use http://ipxe.org/<errno> instead of raw error numbersMichael Brown2010-10-191-2/+5
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-17/+17
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [libc] Use only generic errortab entries to match generic errorsMichael Brown2009-11-161-5/+4Star
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [segment] Add "Requested memory not available" error messageMichael Brown2009-03-311-0/+1
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-7/+1Star
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-7/+10
* [HCI] Display "Not an executable image" when appropriateMichael Brown2008-04-081-0/+1
* Add per-file error identifiersMichael Brown2007-07-241-9/+6Star
* Added EPIPE description.Michael Brown2007-05-261-0/+1
* Handle structured error codes.Michael Brown2007-01-191-8/+63
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add ETIMEDOUTMichael Brown2007-01-151-0/+1
* Make TCP give up immediately when it receives -ENETUNREACH fromMichael Brown2007-01-141-7/+10
* Added ENOENT, since HTTP 404 translates to itMichael Brown2007-01-121-0/+1
* Added strerror(0)=="No error", so that TCP protocols can useMichael Brown2007-01-111-0/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
* Print explicit error message on iSCSI boot failure, and addMichael Brown2006-12-211-0/+1
* Add EIO.Michael Brown2006-12-201-5/+4Star
* Only need printf(), so use vsprintf.h instead of console.hMichael Brown2006-12-201-1/+1
* Added messages for some of the most common errorsMichael Brown2006-12-201-0/+11
* Split strerror() out from errno.cMichael Brown2006-12-201-0/+49