Home | History | Annotate | Download | only in inet
History log of /src/lib/libc/inet/inet_ntop.c
RevisionDateAuthorComments
 1.12  02-Mar-2018  lukem PR/48585: Set errno when returning NULL for AF_INET

In inet_ntop4(), errno wasn't set before returning NULL.
Seems like an oversight in the existing fix for PR/48585.
Noticed by code inspection.
 1.11  10-Feb-2014  christos remove unneeded code, and kill parens from return
 1.10  10-Feb-2014  christos PR/48585: Henning Petersen: Always set errno when returning NULL.
 1.9  20-Mar-2012  matt branches: 1.9.2;
Use C89 definitions
 1.8  12-Apr-2009  christos branches: 1.8.6;
merge libbind and bump.
 1.7  11-Sep-2008  christos branches: 1.7.4; 1.7.6; 1.7.8; 1.7.10; 1.7.14;
PR/39519: Nozomu Ando: Fix incorrect change from bind9 that broke IPv4 mapped
addresses.
 1.6  21-Jun-2008  christos updates from bind-9-5-0
 1.5  30-Mar-2007  ghen branches: 1.5.12;
Resolve conflicts.
 1.4  27-Jan-2007  christos merge in resolver portion of bind-9.4.0-rc2
 1.3  10-May-2006  mrg branches: 1.3.4; 1.3.6;
quell GCC 4.1 uninitialised variable warnings.

XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
 1.2  20-May-2004  christos - merge in our newer and better changes
- pass lint
- XXX: need to get rid of SPRINTF() macro
 1.1  20-May-2004  christos branches: 1.1.1;
Initial revision
 1.1.1.4  12-Apr-2009  christos libc portion of libbind from external/bsd/libbind
 1.1.1.3  30-Mar-2007  ghen Import bind 9.4.0.
 1.1.1.2  27-Jan-2007  christos import resolver portion of bind-9.4.0-rc2
 1.1.1.1  20-May-2004  christos import the parts of the bind9 lib/bind/inet directory directory that we
use.
 1.3.6.1  03-Jun-2007  wrstuden Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.
 1.3.4.2  17-May-2007  jdc Add missing BIND 9.4.x include file and library changes (requested by
tron in ticket #662).
 1.3.4.1  17-May-2007  jdc Update BIND to version 9.4.1 (requested by christos in ticket #602).
Thanks to tron for the patches, upgrade script and testing.
 1.5.12.2  24-Sep-2008  wrstuden Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
 1.5.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.7.14.1  09-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.7.10.1  10-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.7.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.7.6.2  11-Sep-2008  christos PR/39519: Nozomu Ando: Fix incorrect change from bind9 that broke IPv4 mapped
addresses.
 1.7.6.1  11-Sep-2008  christos file inet_ntop.c was added on branch christos-time_t on 2008-09-11 15:40:44 +0000
 1.7.4.1  06-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.8.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.6.1  17-Apr-2012  yamt sync with head
 1.9.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed