BIND: entirely purge BIND and related stuff from base
authorJan Lentfer <lentferj@df64devel.lan.net>
Mon, 8 Mar 2010 10:17:32 +0000 (11:17 +0100)
committerJan Lentfer <lentferj@atom.lan.net>
Thu, 6 May 2010 10:49:15 +0000 (12:49 +0200)
commitee65b806ac08b188bcab21ef0f1efda2cd5bdef7
treee3b8cdea4b01decd2fd5e074a22c44dd044fda91
parent3cc36d5453265b4a77ed1a40cb2da1e70b6a0231
BIND: entirely purge BIND and related stuff from base
83 files changed:
lib/Makefile
lib/libbind/Makefile [deleted file]
lib/libbind/port_after.h [deleted file]
lib/libbind/port_before.h [deleted file]
lib/libbind9/Makefile [deleted file]
lib/libc/include/isc/eventlib.h [new file with mode: 0644]
lib/libc/include/isc/list.h [new file with mode: 0644]
lib/libc/include/resolv_mt.h [new file with mode: 0644]
lib/libc/inet/inet_addr.c [new file with mode: 0644]
lib/libc/inet/inet_cidr_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_cidr_pton.c [new file with mode: 0644]
lib/libc/inet/inet_data.c [new file with mode: 0644]
lib/libc/inet/inet_lnaof.c [new file with mode: 0644]
lib/libc/inet/inet_makeaddr.c [new file with mode: 0644]
lib/libc/inet/inet_net_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_net_pton.c [new file with mode: 0644]
lib/libc/inet/inet_neta.c [new file with mode: 0644]
lib/libc/inet/inet_netof.c [new file with mode: 0644]
lib/libc/inet/inet_network.c [new file with mode: 0644]
lib/libc/inet/inet_ntoa.c [new file with mode: 0644]
lib/libc/inet/inet_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_pton.c [new file with mode: 0644]
lib/libc/inet/nsap_addr.c [new file with mode: 0644]
lib/libc/isc/ev_streams.c [new file with mode: 0644]
lib/libc/isc/ev_timers.c [new file with mode: 0644]
lib/libc/isc/eventlib_p.h [new file with mode: 0644]
lib/libc/nameser/ns_name.c [new file with mode: 0644]
lib/libc/nameser/ns_netint.c [new file with mode: 0644]
lib/libc/nameser/ns_parse.c [new file with mode: 0644]
lib/libc/nameser/ns_print.c [new file with mode: 0644]
lib/libc/nameser/ns_samedomain.c [new file with mode: 0644]
lib/libc/nameser/ns_ttl.c [new file with mode: 0644]
lib/libc/net/Makefile.inc
lib/libc/resolv/Makefile.inc
lib/libc/resolv/herror.c [new file with mode: 0644]
lib/libc/resolv/mtctxres.c [new file with mode: 0644]
lib/libc/resolv/res_comp.c [new file with mode: 0644]
lib/libc/resolv/res_data.c [new file with mode: 0644]
lib/libc/resolv/res_debug.c [new file with mode: 0644]
lib/libc/resolv/res_debug.h [new file with mode: 0644]
lib/libc/resolv/res_findzonecut.c [new file with mode: 0644]
lib/libc/resolv/res_init.c [new file with mode: 0644]
lib/libc/resolv/res_mkquery.c [new file with mode: 0644]
lib/libc/resolv/res_mkupdate.c [new file with mode: 0644]
lib/libc/resolv/res_mkupdate.h [new file with mode: 0644]
lib/libc/resolv/res_private.h [new file with mode: 0644]
lib/libc/resolv/res_query.c [new file with mode: 0644]
lib/libc/resolv/res_send.c [new file with mode: 0644]
lib/libc/resolv/res_sendsigned.c [new file with mode: 0644]
lib/libc/resolv/res_update.c [new file with mode: 0644]
lib/libc_rtld/Makefile
lib/libisc/Makefile [deleted file]
usr.bin/Makefile
usr.bin/dig/Makefile [deleted file]
usr.bin/dnssec-keygen/Makefile [deleted file]
usr.bin/dnssec-signzone/Makefile [deleted file]
usr.bin/host/Makefile [deleted file]
usr.sbin/Makefile
usr.sbin/named-checkconf/Makefile [deleted file]
usr.sbin/named-checkzone/Makefile [deleted file]
usr.sbin/named.reload/Makefile [deleted file]
usr.sbin/named.reload/named.reload.8 [deleted file]
usr.sbin/named.reload/named.reload.sh [deleted file]
usr.sbin/named.restart/Makefile [deleted file]
usr.sbin/named.restart/named.restart.8 [deleted file]
usr.sbin/named.restart/named.restart.sh [deleted file]
usr.sbin/named/Makefile [deleted file]
usr.sbin/named/Makefile.inc [deleted file]
usr.sbin/named/Makefile.maninc [deleted file]
usr.sbin/named/code.h [deleted file]
usr.sbin/named/config.h [deleted file]
usr.sbin/named/include/dns/enumclass.h [deleted file]
usr.sbin/named/include/dns/enumtype.h [deleted file]
usr.sbin/named/include/dns/rdatastruct.h [deleted file]
usr.sbin/named/include/isc/os.h [deleted file]
usr.sbin/named/include/isc/platform.h [deleted file]
usr.sbin/named/include/lwres/netdb.h [deleted file]
usr.sbin/named/include/lwres/platform.h [deleted file]
usr.sbin/named/include/named/os.h [deleted file]
usr.sbin/nslookup/Makefile [deleted file]
usr.sbin/nsupdate/Makefile [deleted file]
usr.sbin/rndc-confgen/Makefile [deleted file]
usr.sbin/rndc/Makefile [deleted file]