Searched hist:"09 ed804717dfab5d1ddfd246efee49a631331063" (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | gai_strerror.3 | diff 09ed804717dfab5d1ddfd246efee49a631331063 Sun Dec 23 19:15:48 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> gai_strerror() - Update string error messages according to RFC 3493.
Error messages in gai_strerror(3) vary largely among OSs.
For new software we largely replaced the obsoleted EAI_NONAME and with EAI_NODATA but we never updated the corresponding message to better match the intended use. We also have references to ai_flags and ai_family which are not very descriptive for non-developer end users.
Bring new new error messages based on informational RFC 3493, which has obsoleted RFC 2553, and make them consistent among the header adn manpage.
MFC after: 1 month Differentical Revision: D18630
|
H A D | gai_strerror.c | diff 09ed804717dfab5d1ddfd246efee49a631331063 Sun Dec 23 19:15:48 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> gai_strerror() - Update string error messages according to RFC 3493.
Error messages in gai_strerror(3) vary largely among OSs.
For new software we largely replaced the obsoleted EAI_NONAME and with EAI_NODATA but we never updated the corresponding message to better match the intended use. We also have references to ai_flags and ai_family which are not very descriptive for non-developer end users.
Bring new new error messages based on informational RFC 3493, which has obsoleted RFC 2553, and make them consistent among the header adn manpage.
MFC after: 1 month Differentical Revision: D18630
|
/freebsd/include/ |
H A D | netdb.h | diff 09ed804717dfab5d1ddfd246efee49a631331063 Sun Dec 23 19:15:48 CET 2018 Pedro F. Giffuni <pfg@FreeBSD.org> gai_strerror() - Update string error messages according to RFC 3493.
Error messages in gai_strerror(3) vary largely among OSs.
For new software we largely replaced the obsoleted EAI_NONAME and with EAI_NODATA but we never updated the corresponding message to better match the intended use. We also have references to ai_flags and ai_family which are not very descriptive for non-developer end users.
Bring new new error messages based on informational RFC 3493, which has obsoleted RFC 2553, and make them consistent among the header adn manpage.
MFC after: 1 month Differentical Revision: D18630
|