Date: Sun, 3 Jun 2007 17:20:27 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include res_update.h resolv.h src/include/arpa inet.h nameser.h nameser_compat.h src/lib/libc/inet inet_addr.c inet_cidr_pton.c inet_lnaof.c inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c inet_network.c ... Message-ID: <200706031720.l53HKRNs007330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2007-06-03 17:20:27 UTC FreeBSD src repository Modified files: include res_update.h resolv.h include/arpa inet.h nameser.h nameser_compat.h lib/libc/inet inet_addr.c inet_cidr_pton.c inet_lnaof.c inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c inet_pton.c nsap_addr.c lib/libc/isc ev_streams.c ev_timers.c eventlib_p.h lib/libc/nameser ns_print.c ns_samedomain.c lib/libc/resolv herror.c res_comp.c res_data.c res_debug.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c res_update.c Log: Merge BIND 9.4.1 into main chunk. MFC after: 2 weeks Revision Changes Path 1.27 +4 -2 src/include/arpa/inet.h 1.20 +169 -171 src/include/arpa/nameser.h 1.7 +30 -29 src/include/arpa/nameser_compat.h 1.3 +17 -13 src/include/res_update.h 1.32 +82 -83 src/include/resolv.h 1.4 +9 -7 src/lib/libc/inet/inet_addr.c 1.3 +9 -7 src/lib/libc/inet/inet_cidr_pton.c 1.4 +3 -1 src/lib/libc/inet/inet_lnaof.c 1.4 +3 -1 src/lib/libc/inet/inet_makeaddr.c 1.4 +6 -4 src/lib/libc/inet/inet_net_ntop.c 1.3 +20 -18 src/lib/libc/inet/inet_net_pton.c 1.3 +4 -2 src/lib/libc/inet/inet_neta.c 1.4 +3 -1 src/lib/libc/inet/inet_netof.c 1.4 +3 -1 src/lib/libc/inet/inet_network.c 1.4 +4 -2 src/lib/libc/inet/inet_ntoa.c 1.3 +4 -2 src/lib/libc/inet/inet_ntop.c 1.3 +5 -3 src/lib/libc/inet/inet_pton.c 1.3 +3 -1 src/lib/libc/inet/nsap_addr.c 1.3 +3 -1 src/lib/libc/isc/ev_streams.c 1.3 +3 -1 src/lib/libc/isc/ev_timers.c 1.5 +8 -7 src/lib/libc/isc/eventlib_p.h 1.3 +15 -16 src/lib/libc/nameser/ns_print.c 1.4 +26 -25 src/lib/libc/nameser/ns_samedomain.c 1.4 +9 -7 src/lib/libc/resolv/herror.c 1.4 +21 -19 src/lib/libc/resolv/res_comp.c 1.4 +24 -22 src/lib/libc/resolv/res_data.c 1.5 +57 -55 src/lib/libc/resolv/res_debug.c 1.3 +24 -21 src/lib/libc/resolv/res_findzonecut.c 1.6 +14 -12 src/lib/libc/resolv/res_init.c 1.4 +23 -22 src/lib/libc/resolv/res_mkquery.c 1.3 +40 -36 src/lib/libc/resolv/res_mkupdate.c 1.5 +19 -19 src/lib/libc/resolv/res_query.c 1.8 +29 -24 src/lib/libc/resolv/res_send.c 1.3 +5 -4 src/lib/libc/resolv/res_update.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706031720.l53HKRNs007330>