aboutsummaryrefslogtreecommitdiff
path: root/src/hci/strerror.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2015-02-16[libc] Rewrite string functionsMichael Brown1-1/+1
2015-02-11[build] Allow error message URI to be customised via config/branding.hMichael Brown1-2/+3
2010-10-19[hci] Use http://ipxe.org/<errno> instead of raw error numbersMichael Brown1-2/+5
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-17/+17
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-11-16[libc] Use only generic errortab entries to match generic errorsMichael Brown1-5/+4
2009-06-24[netdevice] Add mechanism for reporting detailed link status codesMichael Brown1-0/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-31[segment] Add "Requested memory not available" error messageMichael Brown1-0/+1
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-7/+1
2008-06-03[iSCSI] Produce meaningful errors on login failureMichael Brown1-7/+10
2008-04-08[HCI] Display "Not an executable image" when appropriateMichael Brown1-0/+1
2007-07-24Add per-file error identifiersMichael Brown1-9/+6
2007-05-26Added EPIPE description.Michael Brown1-0/+1
2007-01-19Handle structured error codes.Michael Brown1-8/+63
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-15Add ETIMEDOUTMichael Brown1-0/+1
2007-01-14Make TCP give up immediately when it receives -ENETUNREACH fromMichael Brown1-7/+10
2007-01-12Added ENOENT, since HTTP 404 translates to itMichael Brown1-0/+1
2007-01-11Added strerror(0)=="No error", so that TCP protocols can useMichael Brown1-0/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-2/+4
2006-12-21Print explicit error message on iSCSI boot failure, and addMichael Brown1-0/+1
2006-12-20Add EIO.Michael Brown1-5/+4
2006-12-20Only need printf(), so use vsprintf.h instead of console.hMichael Brown1-1/+1
2006-12-20Added messages for some of the most common errorsMichael Brown1-0/+11
2006-12-20Split strerror() out from errno.cMichael Brown1-0/+49