diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-11-14 10:04:52 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-11-14 10:04:52 +0000 |
commit | 9b65e7380c0620dba2d29d66c79bec2a7ab6d9c7 (patch) | |
tree | 56e477bc321034b617d781c3cbdc1b17e7296633 /contrib/bind/port | |
parent | 4a43fe6c983881f9b953906cb4e8afaa41b49b86 (diff) |
This commit was manufactured by cvs2svn to create tagvendor/bind/8.3.3.patched
'bind-vendor-v8_3_3_patched'.
Notes
Notes:
svn path=/vendor/bind/dist/; revision=106907
svn path=/vendor/bind/8.3.3.patched/; revision=106909; tag=vendor/bind/8.3.3.patched
Diffstat (limited to 'contrib/bind/port')
-rw-r--r-- | contrib/bind/port/Makefile | 75 | ||||
-rw-r--r-- | contrib/bind/port/README | 66 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/Makefile | 85 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/Makefile.set | 19 | ||||
-rwxr-xr-x | contrib/bind/port/freebsd/bin/probe_ipv6 | 55 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/Makefile | 95 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/port_after.h | 207 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/port_before.h | 118 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/prand_conf.h | 43 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/sys/Makefile | 77 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/include/sys/bitypes.h | 37 | ||||
-rw-r--r-- | contrib/bind/port/freebsd/noop.c | 4 | ||||
-rwxr-xr-x | contrib/bind/port/freebsd/probe | 11 | ||||
-rw-r--r-- | contrib/bind/port/prand_conf/Makefile | 100 | ||||
-rw-r--r-- | contrib/bind/port/prand_conf/README | 8 | ||||
-rw-r--r-- | contrib/bind/port/prand_conf/prand_conf.c | 218 | ||||
-rwxr-xr-x | contrib/bind/port/settings | 39 | ||||
-rwxr-xr-x | contrib/bind/port/systype | 31 |
18 files changed, 0 insertions, 1288 deletions
diff --git a/contrib/bind/port/Makefile b/contrib/bind/port/Makefile deleted file mode 100644 index 1694f5c5581a..000000000000 --- a/contrib/bind/port/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright (c) 1996,1999 by Internet Software Consortium -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS -# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE -# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. - -# $Id: Makefile,v 8.16 2000/11/21 12:54:42 marka Exp $ - -# these are only appropriate for BSD 4.4 or derivatives, and are used in -# development. normal builds will be done in the top level directory and -# this Makefile will be invoked with a lot of overrides for the following: -SYSTYPE= bsdos -SHELL= /bin/sh -O=o -A=a -DESTDIR= -DESTINC= /usr/local/bind/include -DESTLIB= /usr/local/lib -TOP= .. -INCL= ${TOP}/include -PORTINCL= ${TOP}/port/${SYSTYPE}/include -LIBBIND= ${TOP}/lib/libbind.${A} -RANLIB= ranlib -AR= ar cru -INSTALL= install -CDEBUG= -g - -SUBDIRS = bsdos decunix linux netbsd sunos ultrix - -MARGS = "SYSTYPE=${SYSTYPE}" "SHELL=${SHELL}" "A=${A}" "O=${O}" \ - "CC=${CC}" "LEX=${LEX}" "CDEBUG=${CDEBUG}" \ - "SYSLIBS=${SYSLIBS}" "LDFLAGS=${LDFLAGS}" \ - "DESTDIR=${DESTDIR}" "DESTMAN=${DESTMAN}" \ - "DESTBIN=${DESTBIN}" "DESTSBIN=${DESTSBIN}" "DESTEXEC=${DESTEXEC}" \ - "DESTLIB=${DESTLIB}" "DESTINC=${DESTINC}" "DESTHELP=${DESTHELP}" \ - "RANLIB=${RANLIB}" "AR=${AR}" "ARPREF=${ARPREF}" "ARSUFF=${ARSUFF}" \ - "INCL=../${INCL}" "PORTINCL=../${PORTINCL}" \ - "LIBBIND=../${LIBBIND}" \ - "INSTALL=${INSTALL}" "CPPFLAGS=${CPPFLAGS}" "TOP=../${TOP}" - -all:: - -all depend install:: - @(cd ${SYSTYPE}; pwd; ${MAKE} ${MARGS} $@) - -distclean:: clean - @set -e; for x in ${SUBDIRS}; do \ - (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \ - done - -clean:: - @set -e; cd ${SYSTYPE}; pwd; ${MAKE} ${MARGS} clean - -clean:: FRC - rm -f *~ *.BAK *.CKP *.orig .systype - -install:: - -links:: FRC - @set -e; \ - ln -s SRC/systype SRC/settings .; \ - mkdir ${SYSTYPE}; cd ${SYSTYPE}; pwd; ln -s ../SRC/${SYSTYPE} SRC; \ - cp SRC/Makefile Makefile; chmod +w Makefile; \ - ${MAKE} ${MARGS} links - -FRC: diff --git a/contrib/bind/port/README b/contrib/bind/port/README deleted file mode 100644 index d8dbd106ab16..000000000000 --- a/contrib/bind/port/README +++ /dev/null @@ -1,66 +0,0 @@ - -Porting BIND 8 to Another System - - Make sure to base your port on an existing one. If your port is - for a new release of an already supported operating system, please - try to make the existing port support the new release instead of - making a new port directory. For an example of how to do this, - look at how the Solaris port uses os_version.h in port_after.h. See - port/solaris/include/Makefile and port/solaris/bin/make_os_version - to learn how an os_version.h is made. - - Porting problems fall into broad categories which have simple answers: - - Include File Missing or Broken - - Make one (possibly empty) in port/*/include or in - port/*/include/sys. Broken include files can be fixed; see - the BSD/OS and ULTRIX ports for examples of how to do this. - - Library Function Missing: - - Make one (possibly copying it from some other port and hacking) - and cause it to appear in port/libport.a by virtue of building - it in port/*/Makefile. An example is the __ansi_realloc() - routine in the SunOS port. - - Desired system feature absent or not prototyped or whatever: - - Edit port/*/include/port_{before,after}.h. read a few source - files in lib/ or bin/ to see when/why these are #included. - - "Make" doesn't work even though my system has a port/* subdir: - - Type "uname -s -r" at your shell and see if the resulting - string is present in your system's putative port/*/probe - file. If not, try adding it. If it works, send mail to - bind-bugs@isc.org. - - My system doesn't have enough of ANSI and POSIX to allow a port: - - Give up. Get a different system. - - Porting mistakes also fall into broad categories with simple answers: - - I Can't Get It To Build Without Compiler (Not Linker!) Warnings: - - Keep trying, you're not done yet. - - I Need To Add Another Portability #define And Some #ifdef's: - - Make sure it won't hurt any other port. Send us some mail. - - I Just Have To Edit A Source File To Get It To Compile: - - You are probably missing one of the above opportunities to do - the right thing and you should rethink your approach and get - some advice before you send in your port. But it's possible - that a non-UNIX system will need a different porting layer, - especially in isc/eventlib.c and its friends, so contact us - if you're stuck on this point, there may be something we can - do. Send mail to bind-bugs@isc.org. - - My Employer Won't Allow Me To Send In Porting Diffs: - - You probably need a new employer. But try really hard, OK? - diff --git a/contrib/bind/port/freebsd/Makefile b/contrib/bind/port/freebsd/Makefile deleted file mode 100644 index d6c0cf06fbfe..000000000000 --- a/contrib/bind/port/freebsd/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright (c) 1996,1999 by Internet Software Consortium -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS -# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE -# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. - -# $Id: Makefile,v 1.9 2000/11/21 12:55:03 marka Exp $ - -# these are only appropriate for BSD 4.4 or derivatives, and are used in -# development. normal builds will be done in the top level directory and -# this Makefile will be invoked with a lot of overrides for the following: -SYSTYPE= bsd -DESTDIR = -DESTLIB = /usr/local/lib -O=o -A=a -CC= cc -LD= ld -SHELL= /bin/sh -CDEBUG= -g -TOP= ../.. -INCL = ${TOP}/include -PORTINCL = ${TOP}/port/${SYSTYPE}/include -LIBBIND = ${TOP}/lib/libbind.${A} -CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} -LD_LIBFLAGS= -x -r -AR= ar cru -RANLIB= ranlib -INSTALL= install - -SUBDIRS= include - -SRCS= noop.c - -OBJS= noop.${O} - -MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" - -all depend clean distclean install:: - @for x in ${SUBDIRS}; do \ - (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \ - done - -all:: ${LIBBIND} - -${LIBBIND}: ${OBJS} - ${AR} ${LIBBIND} ${ARPREF} ${OBJS} ${ARSUFF} - ${RANLIB} ${LIBBIND} - -.c.${O}: - ${CC} ${CPPFLAGS} ${CFLAGS} -c $*.c - -${LDS} ${LD} ${LD_LIBFLAGS} $*.${O} && ${LDS} mv a.out $*.${O} - -distclean:: clean - -clean:: FRC - rm -f .depend a.out core tags - rm -f *.${O} *.BAK *.CKP *~ - -depend:: FRC - mkdep -I${INCL} -I${PORTINCL} ${CPPFLAGS} ${SRCS} - -links: FRC - @set -e; ln -s SRC/*.[ch] SRC/bin SRC/Makefile.set SRC/probe . - @set -e; for x in ${SUBDIRS}; do \ - ( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \ - cp SRC/Makefile Makefile; chmod +w Makefile; \ - ${MAKE} ${MARGS} links ) || exit 1; \ - done - -install:: FRC - -FRC: - -# DO NOT DELETE THIS LINE -- mkdep uses it. -# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. diff --git a/contrib/bind/port/freebsd/Makefile.set b/contrib/bind/port/freebsd/Makefile.set deleted file mode 100644 index 0cf3c39104f6..000000000000 --- a/contrib/bind/port/freebsd/Makefile.set +++ /dev/null @@ -1,19 +0,0 @@ -'CC=cc' -'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat' -'DESTBIN=/usr/bin' -'DESTSBIN=/usr/sbin' -'DESTEXEC=/usr/libexec' -'DESTMAN=/usr/share/man' -'DESTHELP=/usr/share/misc' -'DESTETC=/etc' -'DESTRUN=/var/run' -'LEX=lex -I' -'YACC=yacc -d' -'SYSLIBS=-lutil' -'LIBL=-ll' -'INSTALL=install' -'MANDIR=cat' -'MANROFF=(tbl|nroff -man)' -'CATEXT=0' -'PS=ps' -'RANLIB=ranlib' diff --git a/contrib/bind/port/freebsd/bin/probe_ipv6 b/contrib/bind/port/freebsd/bin/probe_ipv6 deleted file mode 100755 index ba7135d0c5e3..000000000000 --- a/contrib/bind/port/freebsd/bin/probe_ipv6 +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -set -e -PATH=/bin:/usr/bin:$PATH; export PATH -trap "rm -f tmp$$a.c tmp$$b.c tmp$$a.o tmp$$b.o" 0 -target=port_ipv6 -new=new_${target}.h -old=${target}.h - -cat > tmp$$a.c <<EOF -#include <sys/types.h> -#include <netinet/in.h> -struct sockaddr_in6 xx; -EOF - -cat > tmp$$b.c <<EOF -#include <sys/types.h> -#include <netinet/in.h> -struct in6_addr xx; -EOF - -cat > ${new} <<EOF - -/* This file is automatically generated. Do Not Edit. */ - -#ifndef ${target}_h -#define ${target}_h - -EOF - -if ${CC} -c tmp$$a.c > /dev/null 2>&1 -then - echo "#define HAS_INET6_STRUCTS" >> ${new} - if ${CC} -c tmp$$b.c > /dev/null 2>&1 - then - : - else - echo "#define in6_addr in_addr6" >> ${new} - fi -else - echo "#undef HAS_INET6_STRUCTS" >> ${new} -fi -echo >> ${new} -echo "#endif" >> ${new} -if [ -f ${old} ]; then - if cmp -s ${new} ${old} ; then - rm -f ${new} - else - rm -f ${old} - mv ${new} ${old} - fi -else - mv ${new} ${old} -fi -exit 0 diff --git a/contrib/bind/port/freebsd/include/Makefile b/contrib/bind/port/freebsd/include/Makefile deleted file mode 100644 index 9176a2d723da..000000000000 --- a/contrib/bind/port/freebsd/include/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# ++Copyright++ -# - -# Copyright (c) -# The Regents of the University of California. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# - -# Portions Copyright (c) 1993 by Digital Equipment Corporation. -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies, and that -# the name of Digital Equipment Corporation not be used in advertising or -# publicity pertaining to distribution of the document or software without -# specific, written prior permission. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL -# WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT -# CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# - -# --Copyright-- - -SUBDIRS = sys -HFILES = - -DESTDIR= -DESTINC= /usr/local/bind/include -INSTALL= install - -MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" - -all depend clean distclean install:: - @for x in ${SUBDIRS}; do \ - (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \ - done - -all depend:: - probe_ipv6 - -distclean:: clean - -clean:: - rm -f *~ *.BAK *.CKP *.orig - rm -f port_ipv6.h new_port_ipv6.h - -links: FRC - @set -e; ln -s SRC/*.h . - @set -e; for x in ${SUBDIRS}; do \ - ( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \ - cp SRC/Makefile Makefile; chmod +w Makefile; \ - ${MAKE} ${MARGS} links ) || exit 1; \ - done - -install:: ${DESTDIR}${DESTINC} - -for x in "" ${HFILES}; do \ - if [ -n "$$x" ]; then \ - ${INSTALL} -c -m 444 $$x ${DESTDIR}${DESTINC}/$$x; \ - fi; \ - done - -${DESTDIR}${DESTINC}: - mkdir -p ${DESTDIR}${DESTINC} - -FRC: diff --git a/contrib/bind/port/freebsd/include/port_after.h b/contrib/bind/port/freebsd/include/port_after.h deleted file mode 100644 index 6207f82c017a..000000000000 --- a/contrib/bind/port/freebsd/include/port_after.h +++ /dev/null @@ -1,207 +0,0 @@ -#ifndef PORT_AFTER_H -#define PORT_AFTER_H -#define USE_POSIX -#define POSIX_SIGNALS -#define USE_UTIME -#define USE_WAITPID -#define HAVE_GETRUSAGE -#define HAVE_FCHMOD -#define NEED_PSELECT -#define HAVE_SA_LEN -#define HAVE_MINIMUM_IFREQ -#define USE_LOG_CONS -#define HAVE_CHROOT -#define CAN_CHANGE_ID - -#define _TIMEZONE timezone - -#define PORT_NONBLOCK O_NONBLOCK -#define PORT_WOULDBLK EWOULDBLOCK -#define WAIT_T int -#define KSYMS "/kernel" -#define KMEM "/dev/kmem" -#define UDPSUM "udpcksum" - -#include <sys/types.h> -#include <sys/socket.h> -#include <sys/param.h> -#if (!defined(BSD)) || (BSD < 199306) -#include <sys/bitypes.h> -#endif -#include <netinet/in.h> -#ifdef __KAME__ -#define HAS_INET6_STRUCTS -#endif -#include <sys/time.h> - -/* - * We need to know the IPv6 address family number even on IPv4-only systems. - * Note that this is NOT a protocol constant, and that if the system has its - * own AF_INET6, different from ours below, all of BIND's libraries and - * executables will need to be recompiled after the system <sys/socket.h> - * has had this type added. The type number below is correct on most BSD- - * derived systems for which AF_INET6 is defined. - */ -#ifndef AF_INET6 -#define AF_INET6 24 -#else -#define HAS_INET6_STRUCTS -#define HAVE_SA_LEN -#endif - -#ifndef PF_INET6 -#define PF_INET6 AF_INET6 -#endif - -#include <port_ipv6.h> - -#ifndef HAS_INET6_STRUCTS -/* Replace with structure from later rev of O/S if known. */ -struct in6_addr { - u_int8_t s6_addr[16]; -}; - -/* Replace with structure from later rev of O/S if known. */ -struct sockaddr_in6 { -#ifdef HAVE_SA_LEN - u_int8_t sin6_len; /* length of this struct */ - u_int8_t sin6_family; /* AF_INET6 */ -#else - u_int16_t sin6_family; /* AF_INET6 */ -#endif - u_int16_t sin6_port; /* transport layer port # */ - u_int32_t sin6_flowinfo; /* IPv6 flow information */ - struct in6_addr sin6_addr; /* IPv6 address */ - u_int32_t sin6_scope_id; /* set of interfaces for a scope */ -}; - -#ifndef IN6ADDR_ANY_INIT -#define IN6ADDR_ANY_INIT {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}} -#endif -#ifndef IN6ADDR_LOOPBACK_INIT -#define IN6ADDR_LOOPBACK_INIT {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1}} -#endif -#endif /* HAS_INET6_STRUCTS */ - -#if defined(NEED_SOCKADDR_STORAGE) || !defined(HAS_INET6_STRUCTS) -#define __SS_MAXSIZE 128 -#define __SS_ALLIGSIZE (sizeof (long)) - -struct sockaddr_storage { -#ifdef HAVE_SA_LEN - u_int8_t ss_len; /* address length */ - u_int8_t ss_family; /* address family */ - char __ss_pad1[__SS_ALLIGSIZE - 2 * sizeof(u_int8_t)]; - long __ss_align; - char __ss_pad2[__SS_MAXSIZE - 2 * __SS_ALLIGSIZE]; -#else - u_int16_t ss_family; /* address family */ - char __ss_pad1[__SS_ALLIGSIZE - sizeof(u_int16_t)]; - long __ss_align; - char __ss_pad2[__SS_MAXSIZE - 2 * __SS_ALLIGSIZE]; -#endif -}; -#endif - - -#if !defined(HAS_INET6_STRUCTS) || defined(NEED_IN6ADDR_ANY) -#define in6addr_any isc_in6addr_any -extern const struct in6_addr in6addr_any; -#endif - -#ifndef IN6_ARE_ADDR_EQUAL -#define IN6_ARE_ADDR_EQUAL(a,b) \ - (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0) -#endif - -#ifndef IN6_IS_ADDR_UNSPECIFIED -#define IN6_IS_ADDR_UNSPECIFIED(a) \ - IN6_ARE_ADDR_EQUAL(a, &in6addr_any) -#endif - -#ifndef IN6_IS_ADDR_LOOPBACK -extern const struct in6_addr isc_in6addr_loopback; -#define IN6_IS_ADDR_LOOPBACK(a) \ - IN6_ARE_ADDR_EQUAL(a, &isc_in6addr_loopback) -#endif - -#ifndef IN6_IS_ADDR_V4COMPAT -#define IN6_IS_ADDR_V4COMPAT(a) \ - ((a)->s6_addr[0] == 0x00 && (a)->s6_addr[1] == 0x00 && \ - (a)->s6_addr[2] == 0x00 && (a)->s6_addr[3] == 0x00 && \ - (a)->s6_addr[4] == 0x00 && (a)->s6_addr[5] == 0x00 && \ - (a)->s6_addr[6] == 0x00 && (a)->s6_addr[7] == 0x00 && \ - (a)->s6_addr[8] == 0x00 && (a)->s6_addr[9] == 0x00 && \ - (a)->s6_addr[10] == 0x00 && (a)->s6_addr[11] == 0x00 && \ - ((a)->s6_addr[12] != 0x00 || (a)->s6_addr[13] != 0x00 || \ - (a)->s6_addr[14] != 0x00 || \ - ((a)->s6_addr[15] != 0x00 && (a)->s6_addr[15] != 1))) -#endif - -#ifndef IN6_IS_ADDR_V4MAPPED -#define IN6_IS_ADDR_V4MAPPED(a) \ - ((a)->s6_addr[0] == 0x00 && (a)->s6_addr[1] == 0x00 && \ - (a)->s6_addr[2] == 0x00 && (a)->s6_addr[3] == 0x00 && \ - (a)->s6_addr[4] == 0x00 && (a)->s6_addr[5] == 0x00 && \ - (a)->s6_addr[6] == 0x00 && (a)->s6_addr[7] == 0x00 && \ - (a)->s6_addr[8] == 0x00 && (a)->s6_addr[9] == 0x00 && \ - (a)->s6_addr[10] == 0xff && (a)->s6_addr[11] == 0xff) -#endif - -#ifndef IN6_IS_ADDR_SITELOCAL -#define IN6_IS_ADDR_SITELOCAL(a) \ - (((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0xc0)) -#endif - -#ifndef IN6_IS_ADDR_LINKLOCAL -#define IN6_IS_ADDR_LINKLOCAL(a) \ - (((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0x80)) -#endif - -#ifndef IN6_IS_ADDR_MULTICAST -#define IN6_IS_ADDR_MULTICAST(a) ((a)->s6_addr[0] == 0xff) -#endif - -#ifndef __IPV6_ADDR_MC_SCOPE -#define __IPV6_ADDR_MC_SCOPE(a) ((a)->s6_addr[1] & 0x0f) -#endif - -#ifndef __IPV6_ADDR_SCOPE_SITELOCAL -#define __IPV6_ADDR_SCOPE_SITELOCAL 0x05 -#endif - -#ifndef __IPV6_ADDR_SCOPE_ORGLOCAL -#define __IPV6_ADDR_SCOPE_ORGLOCAL 0x08 -#endif - -#ifndef IN6_IS_ADDR_MC_SITELOCAL -#define IN6_IS_ADDR_MC_SITELOCAL(a) \ - (IN6_IS_ADDR_MULTICAST(a) && \ - (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_SITELOCAL)) -#endif - -#ifndef IN6_IS_ADDR_MC_ORGLOCAL -#define IN6_IS_ADDR_MC_ORGLOCAL(a) \ - (IN6_IS_ADDR_MULTICAST(a) && \ - (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_ORGLOCAL)) -#endif - -#ifndef INET6_ADDRSTRLEN -#define INET6_ADDRSTRLEN 46 -#endif - -#ifndef ISC_FACILITY -#define ISC_FACILITY LOG_DAEMON -#endif - -int isc__gettimeofday(struct timeval *tp, struct timezone *tzp); -#define gettimeofday isc__gettimeofday - -#define UNUSED(x) (x) = (x) -#define DE_CONST(konst, var) \ - do { \ - union { const void *k; void *v; } _u; \ - _u.k = konst; \ - var = _u.v; \ - } while (0) -#endif /* ! PORT_AFTER_H */ diff --git a/contrib/bind/port/freebsd/include/port_before.h b/contrib/bind/port/freebsd/include/port_before.h deleted file mode 100644 index 5da974b1e3e9..000000000000 --- a/contrib/bind/port/freebsd/include/port_before.h +++ /dev/null @@ -1,118 +0,0 @@ -#define WANT_IRS_NIS -#define WANT_IRS_PW -#define HAVE_PW_CLASS -#define WANT_IRS_GR -#define SIG_FN void -#define HAS_PTHREADS -#define ts_sec tv_sec -#define ts_nsec tv_nsec - -#if defined(HAS_PTHREADS) && defined(_REENTRANT) -#define DO_PTHREADS -#endif - -#if defined (__FreeBSD__) && __FreeBSD__>=3 -#define SETPWENT_VOID -#endif - -#include <sys/param.h> -#include <sys/types.h> - -#define GROUP_R_RETURN struct group * -#define GROUP_R_SET_RETURN void -#undef GROUP_R_SET_RESULT /*empty*/ -#define GROUP_R_END_RETURN void -#define GROUP_R_END_RESULT(x) /*empty*/ -#define GROUP_R_ARGS char *buf, int buflen -#define GROUP_R_ENT_ARGS void -#define GROUP_R_OK gptr -#define GROUP_R_BAD NULL -#if defined(__FreeBSD_version) && __FreeBSD_version >= 500030 -#define GETGROUPLIST_ARGS const char *name, gid_t basegid, gid_t *groups, \ - int *ngroups -#else -#define GETGROUPLIST_ARGS const char *name, int basegid, int *groups, \ - int *ngroups -#endif - -#define HOST_R_RETURN struct hostent * -#define HOST_R_SET_RETURN void -#undef HOST_R_SET_RESULT /*empty*/ -#define HOST_R_END_RETURN void -#define HOST_R_END_RESULT(x) /*empty*/ -#define HOST_R_ARGS char *buf, int buflen, int *h_errnop -#undef HOST_R_ENT_ARGS /*empty*/ -#define HOST_R_COPY buf, buflen -#define HOST_R_COPY_ARGS char *buf, int buflen -#define HOST_R_ERRNO *h_errnop = h_errno -#define HOST_R_OK hptr -#define HOST_R_BAD NULL - -#define NET_R_RETURN struct netent * -#define NET_R_SET_RETURN void -#undef NET_R_SET_RESULT /*empty*/ -#define NET_R_END_RETURN void -#define NET_R_END_RESULT(x) /*empty*/ -#define NET_R_ARGS char *buf, int buflen -#undef NET_R_ENT_ARGS /*empty*/ -#define NET_R_COPY buf, buflen -#define NET_R_COPY_ARGS NET_R_ARGS -#define NET_R_OK nptr -#define NET_R_BAD NULL - -#define NGR_R_RETURN int -#define NGR_R_SET_RETURN void -#undef NGR_R_SET_RESULT /*empty*/ -#define NGR_R_END_RETURN void -#define NGR_R_END_RESULT(x) return -#define NGR_R_ARGS char *buf, int buflen -#undef NGR_R_ENT_ARGS /*empty*/ -#define NGR_R_COPY buf, buflen -#define NGR_R_COPY_ARGS NGR_R_ARGS -#define NGR_R_OK 1 -#define NGR_R_BAD (0) - -#define PROTO_R_RETURN struct protoent * -#define PROTO_R_SET_RETURN void -#undef PROTO_R_SET_RESULT /*empty*/ -#define PROTO_R_END_RETURN void -#define PROTO_R_END_RESULT(x) /*empty*/ -#define PROTO_R_ARGS char *buf, int buflen -#undef PROTO_R_ENT_ARGS /*empty*/ -#define PROTO_R_COPY buf, buflen -#define PROTO_R_COPY_ARGS PROTO_R_ARGS -#define PROTO_R_OK pptr -#define PROTO_R_BAD NULL - -#define PASS_R_RETURN struct passwd * -#define PASS_R_SET_RETURN void -#undef PASS_R_SET_RESULT /*empty*/ -#define PASS_R_END_RETURN void -#define PASS_R_END_RESULT(x) /*empty*/ -#define PASS_R_ARGS char *buf, int buflen -#undef PASS_R_ENT_ARGS /*empty*/ -#define PASS_R_COPY buf, buflen -#define PASS_R_COPY_ARGS PASS_R_ARGS -#define PASS_R_OK pwptr -#define PASS_R_BAD NULL - -#define SERV_R_RETURN struct servent * -#define SERV_R_SET_RETURN void -#undef SERV_R_SET_RESULT /*empty*/ -#define SERV_R_END_RETURN void -#define SERV_R_END_RESULT(x) /*empty*/ -#define SERV_R_ARGS char *buf, int buflen -#undef SERV_R_ENT_ARGS /*empty*/ -#define SERV_R_COPY buf, buflen -#define SERV_R_COPY_ARGS SERV_R_ARGS -#define SERV_R_OK sptr -#define SERV_R_BAD NULL - -#define IRS_LCL_SV_DB -#define ISC_SOCKLEN_T int -#ifdef __GNUC__ -#define ISC_FORMAT_PRINTF(fmt, args) \ - __attribute__((__format__(__printf__, fmt, args))) -#else -#define ISC_FORMAT_PRINTF(fmt, args) -#endif diff --git a/contrib/bind/port/freebsd/include/prand_conf.h b/contrib/bind/port/freebsd/include/prand_conf.h deleted file mode 100644 index cf3319662cec..000000000000 --- a/contrib/bind/port/freebsd/include/prand_conf.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef _PRAND_CMD_H_ -#define _PRAND_CMD_H_ - - -#ifndef HAVE_DEV_RANDOM -# define HAVE_DEV_RANDOM 1 -#endif /* HAVE_DEV_RANDOM */ - -static const char *cmds[] = { - "/bin/ps -axlw 2>&1", - "/usr/sbin/arp -an 2>&1", - "/usr/bin/netstat -an 2>&1", - "/bin/df 2>&1", - "/usr/bin/dig com. soa +ti=1 +retry=0 2>&1", - "/usr/bin/netstat -an 2>&1", - "/usr/bin/dig . soa +ti=1 +retry=0 2>&1", - "/usr/sbin/iostat 2>&1", - "/usr/bin/vmstat 2>&1", - "/usr/bin/w 2>&1", - NULL -}; - -static const char *dirs[] = { - "/tmp", - "/usr/tmp", - ".", - "/", - "/var/spool", - "/dev", - "/var/mail", - "/home", - "/usr/home", - NULL -}; - -static const char *files[] = { - "/var/log/messages", - "/var/log/wtmp", - "/var/log/lastlog", - NULL -}; - -#endif /* _PRAND_CMD_H_ */ diff --git a/contrib/bind/port/freebsd/include/sys/Makefile b/contrib/bind/port/freebsd/include/sys/Makefile deleted file mode 100644 index ad7751c86997..000000000000 --- a/contrib/bind/port/freebsd/include/sys/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# ++Copyright++ -# - -# Copyright (c) -# The Regents of the University of California. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# - -# Portions Copyright (c) 1993 by Digital Equipment Corporation. -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies, and that -# the name of Digital Equipment Corporation not be used in advertising or -# publicity pertaining to distribution of the document or software without -# specific, written prior permission. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL -# WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT -# CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# - -# --Copyright-- - -HFILES= bitypes.h cdefs.h - -DESTDIR= -DESTINC= /usr/local/bind/include - -all depend: - -distclean: clean - -clean: - rm -f *~ *.BAK *.CKP *.orig time.h stat.h - -links: - @set -e; ln -s SRC/*.h . - -install: ${DESTDIR}${DESTINC}/sys - for x in ${HFILES}; do \ - if [ -f $$x ]; then \ - ${INSTALL} -c -m 444 $$x ${DESTDIR}${DESTINC}/sys/$$x;\ - fi; \ - done - -${DESTDIR}${DESTINC}/sys: - mkdir -p ${DESTDIR}${DESTINC}/sys diff --git a/contrib/bind/port/freebsd/include/sys/bitypes.h b/contrib/bind/port/freebsd/include/sys/bitypes.h deleted file mode 100644 index 361156af21e6..000000000000 --- a/contrib/bind/port/freebsd/include/sys/bitypes.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (c) 1996,1999 by Internet Software Consortium. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS - * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE - * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR - * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS - * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - * SOFTWARE. - */ - -#ifndef __BIT_TYPES_DEFINED__ -#define __BIT_TYPES_DEFINED__ - - /* - * Basic integral types. Omit the typedef if - * not possible for a machine/compiler combination. - */ - typedef /*signed*/ char int8_t; - typedef unsigned char u_int8_t; - typedef short int16_t; - typedef unsigned short u_int16_t; - typedef int int32_t; - typedef unsigned int u_int32_t; - -# if 0 /* don't fight with these unless you need them */ - typedef long long int64_t; - typedef unsigned long long u_int64_t; -# endif - -#endif /* __BIT_TYPES_DEFINED__ */ diff --git a/contrib/bind/port/freebsd/noop.c b/contrib/bind/port/freebsd/noop.c deleted file mode 100644 index f8eb9f45e4c2..000000000000 --- a/contrib/bind/port/freebsd/noop.c +++ /dev/null @@ -1,4 +0,0 @@ -static void -noop() { - /* NOOP */ -} diff --git a/contrib/bind/port/freebsd/probe b/contrib/bind/port/freebsd/probe deleted file mode 100755 index d1b0cfe6b1e1..000000000000 --- a/contrib/bind/port/freebsd/probe +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uname=/usr/bin/uname - -if [ -f $uname ]; then - case `$uname -s` in - FreeBSD) exit 0 ;; - esac -fi - -exit 1 diff --git a/contrib/bind/port/prand_conf/Makefile b/contrib/bind/port/prand_conf/Makefile deleted file mode 100644 index efe36d79da18..000000000000 --- a/contrib/bind/port/prand_conf/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# ++Copyright++ -# - -# Copyright (c) -# The Regents of the University of California. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by the University of -# California, Berkeley and its contributors. -# 4. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# - -# Portions Copyright (c) 1993 by Digital Equipment Corporation. -# -# Permission to use, copy, modify, and distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies, and that -# the name of Digital Equipment Corporation not be used in advertising or -# publicity pertaining to distribution of the document or software without -# specific, written prior permission. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL -# WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DIGITAL EQUIPMENT -# CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL -# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR -# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -# SOFTWARE. -# - -# --Copyright-- - -SUBDIRS = -# Ensure that HFILES isn't empty to keep bash happy -HFILES = - -DESTDIR= -DESTINC= /usr/local/bind/include -INSTALL= install -SYSTYPE= unknown - -MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" - -all depend clean distclean install:: - @for x in ${SUBDIRS}; do \ - (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \ - done - -prand_conf.h: prand_conf.c - $(CC) prand_conf.c -o prand_conf - ./prand_conf - rm -f prand_conf - cp prand_conf.h prand_conf.h.${SYSTYPE} -distclean:: clean - -clean:: - rm -f *~ *.BAK *.CKP *.orig *.h a.out - -links: FRC - @set -e; ln -s SRC/*.h . - @set -e; for x in ${SUBDIRS}; do \ - ( mkdir $$x; cd $$x; pwd; ln -s ../SRC/$$x SRC; \ - cp SRC/Makefile Makefile; chmod +w Makefile; \ - ${MAKE} ${MARGS} links ) || exit 1; \ - done - -install:: ${DESTDIR}${DESTINC} - -for x in ${HFILES}; do \ - if [ -f "$$x" ]; then \ - ${INSTALL} -c -m 444 $$x ${DESTDIR}${DESTINC}/$$x; \ - fi; \ - done - -${DESTDIR}${DESTINC}: - mkdir -p ${DESTDIR}${DESTINC} - -FRC: - - diff --git a/contrib/bind/port/prand_conf/README b/contrib/bind/port/prand_conf/README deleted file mode 100644 index 5f7728d64a2b..000000000000 --- a/contrib/bind/port/prand_conf/README +++ /dev/null @@ -1,8 +0,0 @@ -this is a utility used to build prand_conf.h on new ports. - -To run you can either compile the program prand_conf.c with -cc prand_conf.c -o prand_conf # add -posix on NeXTstep systems -./prand_conf - -both programs create a file prand_conf.h, -copy this file to the appropriate port/<os>/include directory diff --git a/contrib/bind/port/prand_conf/prand_conf.c b/contrib/bind/port/prand_conf/prand_conf.c deleted file mode 100644 index 1154e7bc2dab..000000000000 --- a/contrib/bind/port/prand_conf/prand_conf.c +++ /dev/null @@ -1,218 +0,0 @@ -/* $Id: prand_conf.c,v 1.7 2001/03/07 06:46:33 marka Exp $ - * - * Portions Copyright (c) 1995-1998 by TIS Labs at Network Assoociates Inc. - * Portions Copyright (c) 1998-1998 by TIS Labs @ Network Associates Inc. - * - * Permission to use, copy modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND NETWORK ASSOCIATES - * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - * TRUSTED INFORMATION SYSTEMS BE LIABLE FOR ANY SPECIAL, DIRECT, - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING - * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - * WITH THE USE OR PERFORMANCE OF THE SOFTWARE. - * - * program to find where system commands reside - * and what directores are avialable for inspection - * this information is stored in the file prand_conf.h in current directory - * - * function my_find get variable number of arguments - * the first argument is the name of the command - * all remaining arguments are list of directories to search for the command in - * this function returns the path to the command - */ - -#include <sys/stat.h> -#include <unistd.h> -#include <time.h> -#include <stdio.h> -#include <string.h> -#include <errno.h> - -#define LINE_MAX 256 - -int -my_find(char *cmd, char **dir) -{ - int curr = 0, c_len, i; - char cmd_line[LINE_MAX]; - - memset(cmd_line, 0, sizeof(cmd_line)); - c_len = strlen(cmd); - for (i = 0; dir[i]; i++) { - curr = strlen(dir[i]); - if (curr + c_len < sizeof(cmd_line)-3) { - sprintf(cmd_line, "%s%s",dir[i], cmd); - if (access(cmd_line, X_OK) == 0) - return (i); - memset(cmd_line, 0, c_len + curr + 2); - } - } - return (0); -} - -/* - * function to simulate the ` ` operator in perl return the number - * of bytes read from the pipe - */ -int -pipe_run(char *cmd_line) -{ - FILE *pd; - char scratch[LINE_MAX]; - int ex, no_bytes = 0, no = 1; - - pd = popen(cmd_line, "r"); - for (; (pd != NULL) && (no > 0); no_bytes += no) - no = fread(scratch, sizeof(char), sizeof(scratch), pd); - ex = pclose(pd); - return (no_bytes); -} - -/* - * function that executes a command with certain flags and checks that the - * output is at least certain length - * First parameter the command - * Second parameter is ther flags - * third parameter is the number of bytes required - * output is 1 if the command works 0 if not - * This function writes to the include file if - */ -int -ex(FILE *fd, char *path, char *cmd, char *arg, int lower_bound) -{ - char line[LINE_MAX]; - - if (strlen(path) + strlen(cmd) + strlen(arg) < sizeof(line)-7) { - memset(line, 0, sizeof(line)); - sprintf(line, "%s%s %s 2>&1", path, cmd, arg); - if (pipe_run(line) > lower_bound) { - fprintf(fd,"\t\"%s\",\n", line); - return (1); - } - } - return (0); -} - -int -main() -{ - extern int errno; - FILE *fd; - int res, vm, i; - int ps, arp, net, dig, cmd; -/* - * set up list of directories where each command may be found in - */ - char *arp_path[] = {"/usr/sbin", "/sbin", "/usr/etc/", "/etc/", - "/usr/bin/", NULL}; - char *ps_path[] = {"/usr/bin", "/bin/", NULL}; - char *net_path[] = {"/usr/ucb/", "/usr/bin/", "/usr/etc/", - "/usr/sbin/", "/bin/", NULL}; - char *dig_path[] = {"/usr/bin/", "/usr/local/bin/", NULL}; - char **df_path = ps_path; - char *uptime_path[] = {"/usr/ucb/", "/usr/bin/", "/usr/bsd/", NULL}; - char *iostat_path[] = { "/usr/bin/", "/bin/", "/usr/sbin/", NULL}; - char *vmstat_path[] = {"/usr/ucb/", "/usr/bin/", "/usr/sbin/", NULL}; - char *vm_stat_path[] = {"/usr/ucb/", "/usr/bin/", NULL}; - char **w_path = uptime_path; - -/* find which directories exist */ - char *dirs[] = {"/tmp", "/usr/tmp", "/var/tmp", ".", "/", - "/var/spool", "/usr/spool", - "/usr/adm", "/var/adm", "/dev", - "/usr/mail", "/var/spool/mail", "/var/mail", - "/home", "/usr/home", NULL}; - - char *files[] = {"/proc/stat", "/proc/rtc", "/proc/meminfo", - "/proc/interrupts", "/proc/self/status", - "/proc/self/maps", "/proc/curproc/status", - "/proc/curproc/map", - "/var/log/messages", "/var/log/wtmp", - "/var/log/lastlog", "/var/adm/messages", - "/var/adm/wtmp", "/var/adm/lastlog", NULL}; - - struct stat st; - time_t tim; -/* main program: */ - - if ((fd = fopen("prand_conf.h", "w")) == NULL) { - perror("Failed creating file prand_conf.h"); - exit(errno); - } - - fprintf(fd, "#ifndef _PRAND_CMD_H_\n#define _PRAND_CMD_H_\n\n"); - - fprintf(fd, "static const char *cmds[] = {\n"); - - if ((ps = my_find("ps", ps_path)) >= 0) - res = ex(fd, ps_path[ps], "ps","-axlw", 460) || - ex(fd, ps_path[ps], "ps", "-ef", 300) || - ex(fd, ps_path[ps], "ps", "-ale", 300); - - if ((arp = my_find("arp", arp_path)) >= 0) - res = ex(fd, arp_path[arp], "arp", "-n -a", 40); - - if ((net = my_find("netstat", net_path)) >= 0) - res = ex(fd, net_path[net], "netstat", "-an", 1000); - if ((cmd = my_find("df", df_path)) >= 0) - res = ex(fd, df_path[cmd], "df", "", 40); - - if ((dig = my_find("dig", dig_path)) >= 0) - res = ex(fd, dig_path[dig], "dig", "com. soa +ti=1 +retry=0", - 100); - if ((cmd = my_find("uptime", uptime_path)) >= 0) - res = ex(fd, uptime_path[cmd], "uptime", "", 40); - if ((cmd = my_find("printenv", uptime_path)) >= 0) - res = ex(fd, uptime_path[cmd], "printenv", "", 400); - if (net >= 0) - res = ex(fd, net_path[net], "netstat", "-s", 1000); - - if (dig >= 0) - res = ex(fd, net_path[net], "dig", ". soa +ti=1 +retry=0",100); - if ((cmd = my_find("iostat", iostat_path)) >= 0) - res = ex(fd, iostat_path[cmd], "iostat", "", 100); - - vm = 0; - if ((cmd = my_find("vmstat", vmstat_path))) - vm = ex(fd, vmstat_path[cmd], "vmstat", "", 200); - if (vm ==0 && ((cmd = my_find("vm_stat", vm_stat_path)) >= 0)) - vm = ex(fd, vm_stat_path[cmd], "vm_stat", "", 200); - if ((cmd = my_find("w", w_path))) - res = ex(fd, w_path[cmd], "w", "", 100); - fprintf(fd,"\tNULL\n};\n\n"); - - fprintf(fd, "static const char *dirs[] = {\n"); - - for (i=0; dirs[i]; i++) { - if (lstat(dirs[i], &st) == 0) - if (S_ISDIR(st.st_mode)) - fprintf(fd,"\t\"%s\",\n", dirs[i]); - } - fprintf(fd,"\tNULL\n};\n\n"); - - - fprintf(fd, "static const char *files[] = {\n"); - tim = time(NULL); - for (i=0; files[i]; i++) { - if (lstat(files[i],&st) == 0) - if (S_ISREG(st.st_mode) && - (tim - st.st_mtime) < 84600) - fprintf(fd,"\t\"%s\",\n", files[i]); - } - fprintf (fd, "\tNULL\n};\n"); - - if ((stat("/dev/random", &st) == 0)) - if (S_ISCHR(st.st_mode)) - fprintf(fd, "\n#ifndef HAVE_DEV_RANDOM\n%s%s", - "# define HAVE_DEV_RANDOM 1\n", - "#endif /* HAVE_DEV_RANDOM */\n\n"); - - fprintf(fd, "\n#endif /* _PRAND_CMD_H_ */\n"); - fclose(fd); - exit (0); -} diff --git a/contrib/bind/port/settings b/contrib/bind/port/settings deleted file mode 100755 index 539faf21f3b7..000000000000 --- a/contrib/bind/port/settings +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# this process is necessary because make(1) puts its command line into -# the environment, and when we exec a sub-make we need these command -# line settings (like CDEBUG=-g for example) to override what we get out -# of port/$systype/Makefile.set. therefore feed Makefile.set to this -# and it will merge things appropriately. a cache file is maintained -# to avoid calling this script way too often. - -cachefile=${1-//} -if [ -f "$cachefile" ]; then - echo "Using $cachefile" >&2 - exec cat $cachefile -fi - -case $cachefile in -//) ;; -*) echo "Making $cachefile" >&2 ;; -esac - -# expr is sensitive to LC_COLLATE settings. We want 'C'. -LC_COLLATE=C -export LC_COLLATE - -result='' -while read setting; do - var=`expr "$setting" : "'\([A-Z0-9_]*\)="` - val=`expr "$setting" : "'[A-Z0-9_]*=\([^']*\)'\$"` - eval "env=`echo \\${\$var-'$val'}`" - result="$result '$var=$env'" -done - -case $cachefile in -//) echo $result ;; -*) echo $result > $cachefile - exec cat $cachefile ;; -esac - -exit diff --git a/contrib/bind/port/systype b/contrib/bind/port/systype deleted file mode 100755 index b022651e4e74..000000000000 --- a/contrib/bind/port/systype +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -cachefile=${1-//} - -if [ -f $cachefile ]; then - echo "Using $cachefile" >&2 - exec cat $cachefile -fi - -case $cachefile in -/*) ;; -*) cachefile=`pwd`/$cachefile ;; -esac - -cd `dirname $0` -for systype in [a-z]*; do - if [ -f $systype/probe ]; then - if sh $systype/probe; then - case $cachefile in - //) ;; - *) echo "Making $cachefile" >&2 - echo $systype > $cachefile - ;; - esac - exec echo $systype - fi - fi -done - -echo unknown -exit 0 |