aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dig
Commit message (Collapse)AuthorAgeFilesLines
* Disable thread support in BIND. It appears to reduce performance ratherDag-Erling Smørgrav2005-07-251-2/+2
| | | | | | | | | | | than increase it, and seems to be the cause of the memory leaks which some users have reported. Requested by: dougb MFC after: 5 days Notes: svn path=/head/; revision=148389
* Per style.Makefile(5), don't define MAN if the only page installedDoug Barton2004-09-261-2/+0
| | | | | | | | | is ${PROG}.1 Reviewed by: ru Notes: svn path=/head/; revision=135815
* Don't expose BIND libraries and their headers to the public by default,Ruslan Ermilov2004-09-241-1/+2
| | | | | | | | | | | | | | | | | | but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb Notes: svn path=/head/; revision=135739
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-221-2/+2
| | | | | | | | | | | POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@ Notes: svn path=/head/; revision=135569
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-211-7/+15
| | | | | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549
* Use libbind to get to the extended resolver and headers.Peter Wemm1999-11-301-0/+1
| | | | Notes: svn path=/head/; revision=53933
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Update for bind-8Peter Wemm1998-05-031-4/+4
| | | | Notes: svn path=/head/; revision=35641
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* build bind-4.9.4-P1 dig in it's own directoryPeter Wemm1996-08-293-1580/+8
| | | | Notes: svn path=/head/; revision=17913
* Merge bind-4.9.3-rel stuff ont main line...Peter Wemm1996-01-071-3/+10
| | | | Notes: svn path=/head/; revision=13303
* Merge beta26 changesPeter Wemm1995-10-231-3/+3
| | | | Notes: svn path=/head/; revision=11722
* Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24Peter Wemm1995-08-201-27/+44
| | | | Notes: svn path=/head/; revision=10144
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-37/+37
| | | | Notes: svn path=/head/; revision=8874
* Fix nested comments for -Wcomment warnings.Rodney W. Grimes1995-05-091-2/+2
| | | | Notes: svn path=/head/; revision=8382
* Correct the dig manpage that has some macros in it, that our man systemAndreas Schulz1994-11-191-6/+6
| | | | | | | doesn't understand. Notes: svn path=/head/; revision=4668
* Port dig to FreeBSDPaul Traina1994-09-222-3/+14
| | | | Notes: svn path=/head/; revision=2995
* dig(1) from BIND 4.9.3BETA9pl1Paul Traina1994-09-222-0/+1549
Notes: svn path=/vendor/bind4/dist/; revision=2986