summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix use of inline assembly on GCC 4.8 ARM64 buildsMichael Brown2017-07-281-2/+2
* [build] Allow assembler section type character to vary by architectureMichael Brown2016-03-131-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Redefine low 8 bits of error code as "platform error code"Michael Brown2013-04-191-234/+162Star
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-191-5/+6
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [libc] Ensure that error numbers from EUNIQ() have the correct typeMichael Brown2010-09-221-1/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-158/+409
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [libc] Whitespace cleanup in errno.hMichael Brown2008-03-261-1/+1
* [PXEXT] Change the PXE return code for EWOULDBLOCKH. Peter Anvin2008-03-261-2/+2
* Add per-file error identifiersMichael Brown2007-07-241-107/+174
* Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user isMichael Brown2007-07-051-1/+1
* Allow construction of PXE status code from internal error number.Michael Brown2007-05-181-0/+3
* Introduce structured error codes.Michael Brown2007-01-191-157/+418
* A working DNS resolver (not yet tied in to anything)Michael Brown2007-01-151-0/+1
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-2/+3
* Distinguish between ENOMEM (as representing a lack of internal memoryMichael Brown2007-01-111-18/+18
* Split error-message table portions of errno.h out to gpxe/errortab.hMichael Brown2006-12-201-11/+0Star
* Move strerror() prototype to string.h, where it belongsMichael Brown2006-12-201-2/+0Star
* Differentiate between ENOSPC and ENOMEMMichael Brown2006-12-201-13/+13
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-171-0/+1
* Add EOVERFLOW==ERANGEMichael Brown2006-05-191-4/+6
* Gave up on adding POSIX errno's as required, and just added (almost) allMichael Brown2006-04-281-12/+52
* Header rearrangement.Michael Brown2006-04-241-1/+2
* First sketch of a new net device API.Michael Brown2006-04-191-0/+1
* Added ENOENT and EAFNOSUPPORTMichael Brown2006-04-191-0/+2
* More doxygen docsMichael Brown2005-05-181-5/+3Star
* Add EBADIMG, EIMGRET, ETIMEDOUT and EINVALMichael Brown2005-05-181-1/+6
* Added errno, strerror and the "%m" printf metacharacter. These will allowMichael Brown2005-05-171-0/+138