summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig
Commit message (Collapse)AuthorAgeFilesLines
* Disable thread support in BIND. It appears to reduce performance ratherdes2005-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
* Per style.Makefile(5), don't define MAN if the only page installeddougb2004-09-261-2/+0
| | | | | | is ${PROG}.1 Reviewed by: ru
* Don't expose BIND libraries and their headers to the public by default,ru2004-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
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-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@
* Switch from BIND 8 to BIND 9.des2004-09-211-7/+15
| | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days
* Use libbind to get to the extended resolver and headers.peter1999-11-301-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update for bind-8peter1998-05-031-4/+4
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* build bind-4.9.4-P1 dig in it's own directorypeter1996-08-293-1580/+8
|
* Merge bind-4.9.3-rel stuff ont main line...peter1996-01-071-3/+10
|
* Merge beta26 changespeter1995-10-231-3/+3
|
* Update the DNS tools from 4.9.3-b9 -> 4.9.3-b24peter1995-08-201-27/+44
|
* Remove trailing whitespace.rgrimes1995-05-301-37/+37
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-2/+2
|
* Correct the dig manpage that has some macros in it, that our man systemats1994-11-191-6/+6
| | | | doesn't understand.
* Port dig to FreeBSDpst1994-09-222-3/+14
|
* dig(1) from BIND 4.9.3BETA9pl1pst1994-09-222-0/+1549
OpenPOWER on IntegriCloud