Commit Graph

749 Commits

Author SHA1 Message Date
Brian Wellington
1c0ff8a9cc typos, redundancy 2001-05-03 17:38:43 +00:00
Andreas Gustafsson
e2b585787f the default setting of the --enable-threads/--disable-threads
option is now operating system dependent; we only enable threads
by default on systems where they actually work
2001-05-03 17:26:52 +00:00
Andreas Gustafsson
f252f91e27 commented 2001-05-02 23:15:38 +00:00
Andreas Gustafsson
a737f45fba look for SGML stylesheets in more places 2001-03-29 22:54:36 +00:00
Bob Halley
ee7560f46d do not generate named.{8,html} 2001-03-27 17:55:25 +00:00
Bob Halley
0b3c031b8f generate named.html 2001-03-27 17:49:41 +00:00
Andreas Gustafsson
b1e8b7fd92 cut-and-paste-o 2001-03-27 01:41:07 +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
Andreas Gustafsson
41149b919e check for broken inet_pton() 2001-03-21 02:06:28 +00:00
Bob Halley
c64aeaf419 if building with libtool, have mkdep make appropriate dependencies 2001-03-15 19:12:53 +00:00
Brian Wellington
8b282073f2 We don't need yacc anymore. 2001-03-06 02:32:42 +00:00
Brian Wellington
438b80a31b Remove the old configuration parser 2001-03-05 22:49:33 +00:00
Brian Wellington
fee5012c43 comment out gssapi stuff, since it doesn't work. 2001-03-03 21:22:52 +00:00
Bob Halley
620de5a4b1 Do not define _REENTRANT when building with --disable-threads 2001-03-02 17:36:27 +00:00
Andreas Gustafsson
28a3d52904 define ISC_PLATFORM_QUADFORMAT in platform.h so that it can more easily
be overridden on Win32.  This means ISC_PLATFORM_LONGLONGEQUALLONG is no longer
needed. [RT #896]
2001-02-27 02:22:17 +00:00
Brian Wellington
f8727bd903 check for <sys/prctl.h>, not <linux/prctl.h> [RT #679] 2001-02-24 23:05:09 +00:00
Mark Andrews
754cca729d add long long test 2001-02-21 06:09:56 +00:00
Andreas Gustafsson
be7f273043 merge in new yacc-free configuration parser from the newconfig branch 2001-02-15 04:14:15 +00:00
Brian Wellington
f317c00e0d the /dev/random changes were broken 2001-02-14 22:56:55 +00:00
Andreas Gustafsson
339bf07cd6 substitute SGML directory into nominum-docbook-print.dsl 2001-02-14 20:22:04 +00:00
Brian Wellington
af5ad488cb look for /dev/random rather than having a hardcoded list of OSes that have it. 2001-02-14 20:01:12 +00:00
Mark Andrews
2da6df28cb Add bin/named/named.8 2001-02-12 04:51:32 +00:00
Eric Luce
2bd433da87 Add support for generating DVI and PDF files for the ARM. Also make a nominum specific style sheet for printing that includes section numbers in the subsections. 2001-02-02 22:37:20 +00:00
Andreas Gustafsson
547f79ea44 line break in --with-purify help message cause configure --help output
to look ugly
2001-02-02 02:10:32 +00:00
Andreas Gustafsson
ce8c568e0d consistent comment style 2001-02-02 02:07:57 +00:00
Stephen Jacob
d901b2252d --with-purify support added to configure.in 2001-02-01 23:16:10 +00:00
Andreas Gustafsson
5ff133b820 test the C compiler with AC_PROG_CC before using it for the
endinanness test [RT #742]; it also seems to make sense to test for stuff like openssl
after testing the C compiler and basic C language features, not before
2001-01-31 19:22:46 +00:00
Brian Wellington
c356cd618d On NetBSD systems without pthreads, build without threads. 2001-01-25 21:42:17 +00:00
Andreas Gustafsson
52d6c41cfc spacing 2001-01-23 18:08:15 +00:00
Mark Andrews
6ab3d08c12 Determine the appropriate type for resource limit, ISC_PLATFORM_RLIMITTYPE. 2001-01-23 04:58:57 +00:00
Mark Andrews
b6cb5907b2 remove bad quotes from error messages. 2001-01-23 03:09:39 +00:00
Mark Andrews
a4938cc64a check if unistd.h declares fd_set 2001-01-23 00:57:58 +00:00
Brian Wellington
bf6d4f9cad Install the lwres man pages. 2001-01-19 22:46:27 +00:00
Brian Wellington
703e1c0bb6 692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
2001-01-18 22:21:31 +00:00
Bob Halley
3b77946b75 check for Exuberant Ctags etags 2001-01-17 19:54:21 +00:00
Brian Wellington
0b1f1952f4 build the tkey system test Makefile 2001-01-11 20:46:32 +00:00
Brian Wellington
d6230d416b don't build Makefiles in the openssl directories if --with-openssl was specified. 2001-01-09 22:56:06 +00:00
Brian Wellington
499b34cea0 copyright update 2001-01-09 22:01:04 +00:00
Andreas Gustafsson
59563a18b7 added 'make distclean' support for doc/arm 2001-01-09 21:28:28 +00:00
Brian Wellington
23f7ed0b0c print --disable-threads in --help, not --enable-threads 2001-01-06 00:48:10 +00:00
Mark Andrews
19cfe6a53b Check for in6_addr, if missing assume in_addr6 provided we have sockaddr_in6. 2001-01-03 13:05:14 +00:00
David Lawrence
fa280ff02a 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603] 2000-12-31 20:28:29 +00:00
Brian Wellington
ce7994d137 reorder the pthread_create tests 2000-12-28 07:15:01 +00:00
Brian Wellington
5bb8c225cd the last change was missing a ) 2000-12-26 09:34:51 +00:00
David Lawrence
85d10fda1b Some cvs screwage resulted in revision 1.201, which looked for pthread_create
in libc_r for FreeBSD, being backed out when I checked in 1.202, which was
only supposed to be adding rlim_t checking.
2000-12-23 21:56:01 +00:00
David Lawrence
9a2574531e Also look in libc for pthread_create before deciding the system doesn't
have pthreads support.  Not all systems have libpthread (eg, BSD/OS).

Many compiler options that were not particular to whether threads were being
used were being set in a threads-specific block, meaning they didn't get
set at all if threads were not being used.

ISC_PLATFORM_USETHREADS could end up still defined even if threading was
later disabled, such as if pthread_create was not found.
2000-12-23 18:27:43 +00:00
David Lawrence
17012a8797 632. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575] 2000-12-23 02:46:34 +00:00
Brian Wellington
c424b3d796 freebsd needs to check libc_r for pthread_create 2000-12-23 00:26:24 +00:00
Brian Wellington
489b762926 - if pthreads are not found, build a nonthreaded version
- check for pthread_attr_getstacksize
2000-12-22 20:50:05 +00:00