index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
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
*
[build] Fix use of inline assembly on GCC 4.8 ARM64 builds
Michael Brown
2017-07-28
1
-2
/
+2
*
[build] Allow assembler section type character to vary by architecture
Michael Brown
2016-03-13
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[libc] Redefine low 8 bits of error code as "platform error code"
Michael Brown
2013-04-19
1
-234
/
+162
*
[libc] Use __einfo() tuple as first argument to EUNIQ()
Michael Brown
2013-04-19
1
-5
/
+6
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[libc] Ensure that error numbers from EUNIQ() have the correct type
Michael Brown
2010-09-22
1
-1
/
+1
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-158
/
+409
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-3
/
+3
*
[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