Date: Sat, 16 Jul 2011 11:20:54 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/bind Makefile config.h config.mk src/lib/bind/dns Makefile code.h src/lib/bind/dns/dns enumtype.h rdatastruct.h src/lib/bind/isc Makefile backtrace-emptytbl.c src/lib/bind/isc/isc platform.h src/lib/bind/lwres/lwres netdb.h ... Message-ID: <201107161122.p6GBM22H085471@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-07-16 11:20:54 UTC
FreeBSD src repository
Modified files:
lib/bind Makefile config.h config.mk
lib/bind/dns Makefile code.h
lib/bind/dns/dns enumtype.h rdatastruct.h
lib/bind/isc Makefile
lib/bind/isc/isc platform.h
lib/bind/lwres/lwres netdb.h platform.h
share/doc/bind9 Makefile
usr.bin/nsupdate Makefile
usr.sbin Makefile
usr.sbin/dnssec-signzone Makefile
usr.sbin/named Makefile
usr.sbin/named-checkconf Makefile
usr.sbin/rndc Makefile
usr.sbin/rndc-confgen Makefile
Added files:
lib/bind/isc backtrace-emptytbl.c
usr.sbin/arpaname Makefile
usr.sbin/ddns-confgen Makefile
usr.sbin/dnssec-revoke Makefile
usr.sbin/dnssec-settime Makefile
usr.sbin/genrandom Makefile
usr.sbin/isc-hmac-fixup Makefile
usr.sbin/named-journalprint Makefile
usr.sbin/nsec3hash Makefile
Log:
SVN rev 224093 on 2011-07-16 11:20:54Z by dougb
bmake and other updates necessary for the BIND 9.8.x upgrade.
This includes a structural change regarding atomic ops. Previously they
were enabled on all platforms unless we had knowledge that they did not
work. However both work performed by marius@ on sparc64 and the fact that
the 9.8.x branch is fussier in this area has demonstrated that this is
not a safe approach. So I've modified a patch provided by marius to
enable them for i386, amd64, and ia64 only.
Revision Changes Path
1.3 +1 -1 src/lib/bind/Makefile
1.17 +48 -6 src/lib/bind/config.h
1.26 +3 -1 src/lib/bind/config.mk
1.10 +10 -11 src/lib/bind/dns/Makefile
1.10 +147 -0 src/lib/bind/dns/code.h
1.10 +4 -0 src/lib/bind/dns/dns/enumtype.h
1.10 +138 -56 src/lib/bind/dns/dns/rdatastruct.h
1.11 +15 -5 src/lib/bind/isc/Makefile
1.1 +36 -0 src/lib/bind/isc/backtrace-emptytbl.c (new)
1.10 +51 -2 src/lib/bind/isc/isc/platform.h
1.4 +1 -1 src/lib/bind/lwres/lwres/netdb.h
1.6 +1 -1 src/lib/bind/lwres/lwres/platform.h
1.10 +8 -5 src/share/doc/bind9/Makefile
1.10 +1 -0 src/usr.bin/nsupdate/Makefile
1.440 +8 -0 src/usr.sbin/Makefile
1.1 +24 -0 src/usr.sbin/arpaname/Makefile (new)
1.1 +31 -0 src/usr.sbin/ddns-confgen/Makefile (new)
1.1 +24 -0 src/usr.sbin/dnssec-revoke/Makefile (new)
1.1 +24 -0 src/usr.sbin/dnssec-settime/Makefile (new)
1.6 +1 -1 src/usr.sbin/dnssec-signzone/Makefile
1.1 +24 -0 src/usr.sbin/genrandom/Makefile (new)
1.1 +24 -0 src/usr.sbin/isc-hmac-fixup/Makefile (new)
1.8 +1 -0 src/usr.sbin/named-checkconf/Makefile
1.1 +24 -0 src/usr.sbin/named-journalprint/Makefile (new)
1.48 +2 -3 src/usr.sbin/named/Makefile
1.1 +24 -0 src/usr.sbin/nsec3hash/Makefile (new)
1.8 +2 -2 src/usr.sbin/rndc-confgen/Makefile
1.9 +2 -4 src/usr.sbin/rndc/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107161122.p6GBM22H085471>
