From owner-cvs-all Mon Jan 29 5:26:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A68F137B402; Mon, 29 Jan 2001 05:26:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0TDQEp63829; Mon, 29 Jan 2001 05:26:14 -0800 (PST) (envelope-from peter) Message-Id: <200101291326.f0TDQEp63829@freefall.freebsd.org> From: Peter Wemm Date: Mon, 29 Jan 2001 05:26:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/net bpf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/29 05:26:14 PST Modified files: sys/conf files options sys/net bpf.c Log: Supply a stub bpf_validate() (always returning false - the script is not valid) if BPF is missing. The netgraph_bpf node forced bpf to be present, reflect that in the options. Stop doing a 'count bpf' - we provide stubs. Since a handful of drivers still refer to "bpf.h", provide a more accurate indication that the API is present always. (eg: netinet6) Revision Changes Path 1.479 +5 -2 src/sys/conf/files 1.250 +2 -1 src/sys/conf/options 1.75 +14 -5 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message