2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

123 Commits

Author SHA1 Message Date
Mark Andrews
b5ad6dfea4 1903. [doc] Review ARM for BIND 9.4. 2005-07-19 04:55:25 +00:00
Mark Andrews
a903095bf4 1817. [func] add support for additional zone file formats for
improving loading performance.  The masterfile-format
                        option in named.conf can be used to specify a
                        non-default format.  A new separate command
                        named-compilezone was provided to generate zone files
                        in a new format.
2005-06-20 01:05:33 +00:00
Tatuya JINMEI 神明達哉
5597be9bb8 1813. [func] Restructured the data locking framework using
architecture dependent atomic operations (when
			available), improving response performance on
			multi-processor machines significantly.
			x86, x86_64, alpha, and sparc64 are currently
			supported.

(RT #13505)
2005-06-04 05:32:50 +00:00
Rob Austein
268a447506 1856. [doc] Switch Docbook toolchain from DSSSL to XSL. 2005-05-11 05:55:41 +00:00
Mark Andrews
7b6de22c98 update copyright notice 2005-03-31 04:21:03 +00:00
Mark Andrews
ae4f85dde3 1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
when CFLAGS contains "-I /usr/local/include"
                        resulting in old header files being used.
2005-03-30 06:07:33 +00:00
Mark Andrews
494576ce20 1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
allow parallel make to succeed.
2004-12-09 01:41:25 +00:00
Mark Andrews
9f7d51ee32 1688. [bug] LDFLAGS was not supported. 2004-07-20 07:13:43 +00:00
Mark Andrews
dafcb997e3 update copyright notice 2004-03-05 05:14:21 +00:00
Mark Andrews
74cb99072c 1573. [port] linux: update to libtool 1.5.2 so that
"make install DESTDIR=/xx" works with
                        "configure --with-libtool".  [RT #9941]
2004-02-24 01:41:28 +00:00
Mark Andrews
fcb54ce0a4 whitespace / layout 2003-10-17 03:46:46 +00:00
Mark Andrews
9d3ad53203 1408. [bug] distclean was not complete. [RT #4700] 2002-12-13 02:01:52 +00:00
Mark Andrews
c08a03a431 1268. [bug] DESTDIR was not being propogated between makes. 2002-04-16 04:24:31 +00:00
Brian Wellington
cceca51fec 1228. [bug] 'make install' did not depend on 'make all'. [RT #2559] 2002-03-11 22:07:49 +00:00
Mark Andrews
c2bc56dc65 Move configuration checking to libbind9. 2001-09-20 15:17:07 +00:00
Andreas Gustafsson
9e3c3e4139 don't leave r1.htm droppings 2001-09-14 20:23:53 +00:00
Mark Andrews
688023c91e Add missing semicolons. 2001-08-29 04:15:03 +00:00
Andreas Gustafsson
5e88852b94 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
when installing isc-config.sh.
                        [RT #198, #1466]
2001-07-13 01:38:51 +00:00
Andreas Gustafsson
aba6851825 I${top_srcdir}/lib/lwres/unix/include 2001-07-10 19:59:03 +00:00
Andreas Gustafsson
08fb9ebe29 now that the man page .html files are no longer processed
by update_copyrights, there is no need to include a CVS Id line
in them
2001-06-18 17:47:26 +00:00
Andreas Gustafsson
6c68e68fc5 When generating man pages from docbook source, add CVS Id lines
so that they don't keep appearing and disappearing depending
on whether "make man" or "update_copyright" was run last.
Also, moved HTML_COPYRIGHT and MAN_COPYRIGHT to a new
directory "docutil" which is actually shipped with the
distribution, unlike the "util" directory.
2001-06-08 19:04:10 +00:00
Andreas Gustafsson
45fca822d5 simplified SGML autoconfiguration through the magic of subroutines 2001-05-15 20:09:47 +00:00
Andreas Gustafsson
f9f9c47053 Made PDF generation work again (at least on trebuchet) 2001-05-15 18:07:16 +00:00
Andreas Gustafsson
60084a1a5a The ARM and the man pages now use a common set of Makefile macros
to determine the paths to the various SGML and XML tools and files.
You should have a complete SGML catalog in /usr/local/share/sgml/catalog;
this will be picked up by the configure script and used for both the
ARM and the man pages.
2001-05-15 17:33:32 +00:00
Andreas Gustafsson
a737f45fba look for SGML stylesheets in more places 2001-03-29 22:54:36 +00:00
Andreas Gustafsson
dbe3ea5072 use autoconf-derived paths for SGML stuff 2001-03-29 01:02:18 +00:00
Bob Halley
610550dc5d add doc, docclean, and maintainer-clean targets 2001-03-27 19:37:23 +00:00
Bob Halley
79764f5641 add DocBook support and superclean 2001-03-27 17:48:48 +00:00
Brian Wellington
badf66abe0 Remove OMAPI. 2001-03-27 00:53:58 +00:00
Brian Wellington
1d92d8a245 792. [cleanup] Replace the OMAPI command channel protocol with a
simpler one.
2001-03-27 00:44:59 +00:00
Bob Halley
c64aeaf419 if building with libtool, have mkdep make appropriate dependencies 2001-03-15 19:12:53 +00:00
Bob Halley
620de5a4b1 Do not define _REENTRANT when building with --disable-threads 2001-03-02 17:36:27 +00:00
Andreas Gustafsson
be7f273043 merge in new yacc-free configuration parser from the newconfig branch 2001-02-15 04:14:15 +00:00
Stephen Jacob
5a00f36d21 Added PURIFY = @PURIFY@ 2001-02-01 23:19:05 +00:00
Brian Wellington
01b8865b14 689. [doc] man pages are now installed. [RT #210] 2001-01-18 01:33:54 +00:00
Brian Wellington
499b34cea0 copyright update 2001-01-09 22:01:04 +00:00
Andreas Gustafsson
2e702906fc reverted 'detect when you need to re-run configure / config.status' change -
it breaks builds using a separate build directory
2000-12-15 08:28:45 +00:00
Mark Andrews
8923ca9a52 detect when you need to re-run configure / config.status. 2000-12-14 22:33:05 +00:00
Andreas Gustafsson
c379c1bddb 549. [bug] make did not immediately abort the build when a
subdirectory make failed [RT #450].
2000-11-09 17:49:37 +00:00
Brian Wellington
fafb62400d When --disable-threads is passed, use "nothreads" instead of "pthreads" in
the build process.
2000-08-29 18:24:01 +00:00
David Lawrence
40f53fa8d9 Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts.  Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541 word wrap copyright notice at column 70 2000-07-27 09:55:03 +00:00
Michael Graff
b111b8527b put an alias for cleandir (same as distclean) in the master makefile, rather than only at the top level. 2000-06-26 18:14:05 +00:00
David Lawrence
9c3531d72a add RCS id string 2000-06-22 22:00:42 +00:00
David Lawrence
d0be1e954b update_copyrights 2000-06-22 01:01:45 +00:00
Mark Andrews
d2b5fe92a4 Generate dependancies for dot 'h' files made by gen. 2000-06-06 02:01:41 +00:00
David Lawrence
9752cb7aa6 Provide a mechanism for passing in C flags at make's run-time:
user can define EXT_CFLAGS on either the command line or in the environment.
2000-05-09 01:49:40 +00:00
David Lawrence
2d1f345511 [RT #80]
Make local CINCLUDES have precedence over system STD_CINCLUDES.

Swapped CDEFINES and STD_CDEFINES for symmetry with the includes.
2000-04-04 20:43:14 +00:00
Andreas Gustafsson
16017e8dcb when using libtool, two conflicting .c.lo rules
were defined, causing warning messages from make
2000-02-23 18:20:09 +00:00
Andreas Gustafsson
e1926adbd1 added comments explaining why we include headers
from both the source tree and the build tree
2000-02-23 01:53:22 +00:00