DragonFly-2.1.1.177.g21fcee master contrib/bind-9.3/lib/bind/include/isc list.h contrib/bind-9.3/lib/bind/inet inet_addr.c inet_cidr_pton.c inet_lnaof.c inet_makeaddr.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 contrib/bind-9.3/lib/bind/isc ev_streams.c ev_timers.c eventlib_p.h contrib/bind-9.3/lib/bind/nameser ns_print.c ns_samedomain.c contrib/bind-9.3/lib/bind/resolv herror.c mtctxres.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 include Makefile include/arpa inet.h nameser.h nameser_compat.h include netdb.h res_update.h resolv.h lib/libc Makefile.inc lib/libc/include/isc platform.h lib/libc/include port_after.h port_before.h lib/libc/net Makefile.inc gai_strerror.c getaddrinfo.3 getaddrinfo.c gethostbydns.c gethostbyht.c gethostbyname.3 gethostbynis.c gethostnamadr.c getnameinfo.3 getnameinfo.c getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c herror.c inet_addr.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 name6.c netdb_private.h ns_name.c ns_netint.c ns_parse.c ns_print.c ns_ttl.c res_comp.c res_config.h res_data.c res_debug.c res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c res_update.c lib/libc/resolv Makefile.inc h_errno.c res_state.c

Sascha Wildner saw at online.de
Wed Dec 31 02:49:37 PST 2008


Peter Avalos schrieb:
commit 21fcee4d6e84a10a35d21e920106590570511048
Author: Peter Avalos <pavalos at theshell.com>
Date:   Sun Dec 21 03:36:37 2008 -0500
    Use BIND's resolver in libc.
    
    This also syncs some code from FreeBSD bringing along bug fixes and more
    thread-safe routines.
    
    Obtained-from: FreeBSD
Two problems with this commit:

* It removes the prototypes of addr2ascii() and ascii2addr() but we 
still have these functions (see warnings in dntpd(8)).

* It breaks the gcc34 buildworld because of bind using -iquote (which 
gcc34 doesn't have).

Sascha

--
http://yoyodyne.ath.cx




More information about the Commits mailing list