index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
errno.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[libc] Whitespace cleanup in errno.h
Michael Brown
2008-03-26
1
-1
/
+1
*
[PXEXT] Change the PXE return code for EWOULDBLOCK
H. Peter Anvin
2008-03-26
1
-2
/
+2
*
Add per-file error identifiers
Michael Brown
2007-07-24
1
-107
/
+174
*
Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user is
Michael Brown
2007-07-05
1
-1
/
+1
*
Allow construction of PXE status code from internal error number.
Michael Brown
2007-05-18
1
-0
/
+3
*
Introduce structured error codes.
Michael Brown
2007-01-19
1
-157
/
+418
*
A working DNS resolver (not yet tied in to anything)
Michael Brown
2007-01-15
1
-0
/
+1
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-2
/
+3
*
Distinguish between ENOMEM (as representing a lack of internal memory
Michael Brown
2007-01-11
1
-18
/
+18
*
Split error-message table portions of errno.h out to gpxe/errortab.h
Michael Brown
2006-12-20
1
-11
/
+0
*
Move strerror() prototype to string.h, where it belongs
Michael Brown
2006-12-20
1
-2
/
+0
*
Differentiate between ENOSPC and ENOMEM
Michael Brown
2006-12-20
1
-13
/
+13
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
1
-0
/
+1
*
Add EOVERFLOW==ERANGE
Michael Brown
2006-05-19
1
-4
/
+6
*
Gave up on adding POSIX errno's as required, and just added (almost) all
Michael Brown
2006-04-28
1
-12
/
+52
*
Header rearrangement.
Michael Brown
2006-04-24
1
-1
/
+2
*
First sketch of a new net device API.
Michael Brown
2006-04-19
1
-0
/
+1
*
Added ENOENT and EAFNOSUPPORT
Michael Brown
2006-04-19
1
-0
/
+2
*
More doxygen docs
Michael Brown
2005-05-18
1
-5
/
+3
*
Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL
Michael Brown
2005-05-18
1
-1
/
+6
*
Added errno, strerror and the "%m" printf metacharacter. These will allow
Michael Brown
2005-05-17
1
-0
/
+138