Home | History | Annotate | Download | only in resolv
History log of /src/lib/libc/resolv/res_data.c
RevisionDateAuthorComments
 1.15  23-Jan-2024  christos fix nested extern warnings
 1.14  24-Oct-2009  christos Add a knote to keep track when resolv.conf gets changed and re-initialize.
While here fix a memory leak when calling res_vinit with an already inited
res_state.
 1.13  12-Apr-2009  christos fix lint issues and actual bugs lint found (missing break statements)
 1.12  12-Apr-2009  christos merge libbind and bump.
 1.11  21-Jun-2008  christos branches: 1.11.4; 1.11.6; 1.11.8; 1.11.10; 1.11.14;
updates from bind-9-5-0
 1.10  30-Mar-2007  ghen branches: 1.10.12;
Resolve conflicts.
 1.9  27-Jan-2007  christos merge in resolver portion of bind-9.4.0-rc2
 1.8  09-Jun-2004  christos branches: 1.8.10; 1.8.12;
Jump through taller hoops to provide binary compatibility with programs
compiled with the older and shorter _res. We now use _nres internally
which is the new and bigger one. We define a _res which is the old
size one if COMPAT__RES is set, and then we consult selected values from
this old _res in res_init(), to emulate the old behavior.
 1.7  22-May-2004  christos Provide access to the 8 symbols the bind8 resolver did, through weak aliases.
3 of them [res_send_*, and res_querydomain], were done incorrectly before...
 1.6  21-May-2004  christos disable weak aliases for now; the resolver header file adds __ to all the
names.
 1.5  21-May-2004  christos namespace protection for resolver routines.
 1.4  20-May-2004  christos netbsd rcsid.
 1.3  20-May-2004  christos more lint fixes.
 1.2  20-May-2004  christos - res_ourserver_p prototype was inconsistent (thanks lint)
- protect update functions with _LIBRESOLV
- add res_opt() to mirror res_nopt
 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 libc portion of the resolver from bind9
 1.8.12.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.8.10.2  17-May-2007  jdc Add missing BIND 9.4.x include file and library changes (requested by
tron in ticket #662).
 1.8.10.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.10.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.11.14.1  09-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

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

Update bind to 9.7.2-P3.
 1.11.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.11.6.2  21-Jun-2008  christos updates from bind-9-5-0
 1.11.6.1  21-Jun-2008  christos file res_data.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
 1.11.4.1  06-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.

RSS XML Feed