diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
| commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
| tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /contrib | |
| parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) | |
Diffstat (limited to 'contrib')
686 files changed, 670 insertions, 861 deletions
diff --git a/contrib/amd/FREEBSD-Xlist b/contrib/amd/FREEBSD-Xlist index 2b2484ed0da4..95af62530728 100644 --- a/contrib/amd/FREEBSD-Xlist +++ b/contrib/amd/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/amd/FREEBSD-Xlist,v 1.5.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ *LSM.am-utils *Makefile.* *README.autofs diff --git a/contrib/amd/FREEBSD-upgrade b/contrib/amd/FREEBSD-upgrade index 701f0cf6ffb8..089cb21b9d9c 100644 --- a/contrib/amd/FREEBSD-upgrade +++ b/contrib/amd/FREEBSD-upgrade @@ -1,5 +1,5 @@ # ex:ts=8 -$FreeBSD$ +$FreeBSD: src/contrib/amd/FREEBSD-upgrade,v 1.15.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ AMD (am-utils) 6.1.5 originals can be found at: ftp://ftp.am-utils.org/pub/am-utils/ diff --git a/contrib/amd/amd/amd.8 b/contrib/amd/amd/amd.8 index efd23f617394..d155b4520884 100644 --- a/contrib/amd/amd/amd.8 +++ b/contrib/amd/amd/amd.8 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: amd.8,v 1.14.2.1 2006/01/02 18:48:23 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/amd/amd.8,v 1.22.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt AMD 8 diff --git a/contrib/amd/amd/amd.c b/contrib/amd/amd/amd.c index 3fc25f833dbb..3629570a8c4b 100644 --- a/contrib/amd/amd/amd.c +++ b/contrib/amd/amd/amd.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/amd/amd/amd.c,v 1.10.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); /* * Automounter diff --git a/contrib/amd/amq/amq.8 b/contrib/amd/amq/amq.8 index 1faebc692e1f..b7b720a56b33 100644 --- a/contrib/amd/amq/amq.8 +++ b/contrib/amd/amq/amq.8 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: amq.8,v 1.15.2.1 2006/01/02 18:48:24 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/amq/amq.8,v 1.13.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt AMQ 8 diff --git a/contrib/amd/amq/pawd.1 b/contrib/amd/amq/pawd.1 index cdd8ce5d72ca..e2349ee055e5 100644 --- a/contrib/amd/amq/pawd.1 +++ b/contrib/amd/amq/pawd.1 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: pawd.1,v 1.9.2.1 2006/01/02 18:48:24 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/amq/pawd.1,v 1.7.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt PAWD 1 diff --git a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h index 4e1e84a42f81..d67f6e5fca7b 100644 --- a/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h +++ b/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h @@ -39,7 +39,7 @@ * * File: am-utils/conf/nfs_prot/nfs_prot_freebsd3.h * $Id: nfs_prot_freebsd3.h,v 1.5.2.7 2004/01/06 03:15:19 ezk Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h,v 1.13.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ * */ diff --git a/contrib/amd/conf/trap/trap_default.h b/contrib/amd/conf/trap/trap_default.h index f671c419959e..b7f2e61a8451 100644 --- a/contrib/amd/conf/trap/trap_default.h +++ b/contrib/amd/conf/trap/trap_default.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/amd/conf/trap/trap_default.h,v 1.3.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $srcdir/conf/trap/trap_default.h */ #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data) diff --git a/contrib/amd/fixmount/fixmount.8 b/contrib/amd/fixmount/fixmount.8 index 07e34d17ef38..ecd2127cb621 100644 --- a/contrib/amd/fixmount/fixmount.8 +++ b/contrib/amd/fixmount/fixmount.8 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: fixmount.8,v 1.12.2.1 2006/01/02 18:48:25 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/fixmount/fixmount.8,v 1.13.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt FIXMOUNT 8 diff --git a/contrib/amd/fsinfo/fsinfo.8 b/contrib/amd/fsinfo/fsinfo.8 index c4f817ec9101..b06965520714 100644 --- a/contrib/amd/fsinfo/fsinfo.8 +++ b/contrib/amd/fsinfo/fsinfo.8 @@ -34,7 +34,7 @@ .\" .\" from: @(#)fsinfo.8 8.1 (Berkeley) 6/28/93 .\" $Id: fsinfo.8,v 1.13.2.1 2006/01/02 18:48:25 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/fsinfo/fsinfo.8,v 1.12.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt FSINFO 8 diff --git a/contrib/amd/hlfsd/hlfsd.8 b/contrib/amd/hlfsd/hlfsd.8 index a750320cc2ca..fb7328fc4f1e 100644 --- a/contrib/amd/hlfsd/hlfsd.8 +++ b/contrib/amd/hlfsd/hlfsd.8 @@ -37,7 +37,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: hlfsd.8,v 1.11.2.1 2006/01/02 18:48:25 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/hlfsd/hlfsd.8,v 1.15.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .\" HLFSD was written at Columbia University Computer Science Department, by .\" Erez Zadok <ezk@cs.columbia.edu> and Alexander Dupuy <dupuy@smarts.com> diff --git a/contrib/amd/include/am_defs.h b/contrib/amd/include/am_defs.h index f3767f5b905e..1d86b296b3b2 100644 --- a/contrib/amd/include/am_defs.h +++ b/contrib/amd/include/am_defs.h @@ -39,7 +39,7 @@ * * File: am-utils/include/am_defs.h * $Id: am_defs.h,v 1.15.2.16 2004/05/12 15:54:31 ezk Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/amd/include/am_defs.h,v 1.14.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ * */ diff --git a/contrib/amd/mk-amd-map/mk-amd-map.8 b/contrib/amd/mk-amd-map/mk-amd-map.8 index 28bbb9b84fe1..88bcf2a3310d 100644 --- a/contrib/amd/mk-amd-map/mk-amd-map.8 +++ b/contrib/amd/mk-amd-map/mk-amd-map.8 @@ -34,7 +34,7 @@ .\" .\" from: @(#)mk-amd-map.8 8.1 (Berkeley) 6/28/93 .\" $Id: mk-amd-map.8,v 1.9.2.1 2006/01/02 18:48:26 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/mk-amd-map/mk-amd-map.8,v 1.7.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt MK-AMD-MAP 8 diff --git a/contrib/amd/scripts/amd.conf.5 b/contrib/amd/scripts/amd.conf.5 index de913be5f86d..b77146252e8d 100644 --- a/contrib/amd/scripts/amd.conf.5 +++ b/contrib/amd/scripts/amd.conf.5 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: amd.conf.5,v 1.39.2.5 2006/04/21 01:12:04 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/scripts/amd.conf.5,v 1.18.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd April 21, 2006 .Dt AMD.CONF 5 diff --git a/contrib/amd/wire-test/wire-test.8 b/contrib/amd/wire-test/wire-test.8 index f84dc84cefa4..467fa06a6cee 100644 --- a/contrib/amd/wire-test/wire-test.8 +++ b/contrib/amd/wire-test/wire-test.8 @@ -39,7 +39,7 @@ .\" %W% (Berkeley) %G% .\" .\" $Id: wire-test.8,v 1.10.2.1 2006/01/02 18:48:26 ezk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/amd/wire-test/wire-test.8,v 1.6.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 2, 2006 .Dt WIRE-TEST 8 diff --git a/contrib/bc/FREEBSD-upgrade b/contrib/bc/FREEBSD-upgrade index 0174d7bbbe92..3aa977d64c90 100644 --- a/contrib/bc/FREEBSD-upgrade +++ b/contrib/bc/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/bc/FREEBSD-upgrade,v 1.6.26.1 2008/11/25 02:59:29 kensmith Exp $ bc 1.0.5a originals can be found at: ftp://prep.ai.mit.edu/pub/gnu/ diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 8ac2981ad719..8bff5a195d71 100644 --- a/contrib/bc/bc/main.c +++ b/contrib/bc/bc/main.c @@ -26,7 +26,7 @@ Western Washington University Bellingham, WA 98226-9062 -$FreeBSD$ +$FreeBSD: src/contrib/bc/bc/main.c,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ *************************************************************************/ diff --git a/contrib/bc/bc/scan.l b/contrib/bc/bc/scan.l index 8910c66f4c8a..442fe98c7e3e 100644 --- a/contrib/bc/bc/scan.l +++ b/contrib/bc/bc/scan.l @@ -1,5 +1,5 @@ %{ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bc/bc/scan.l,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* scan.l: the (f)lex description file for the scanner. */ /* This file is part of GNU bc. diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1 index bb19594421f2..750dbc48d88b 100644 --- a/contrib/bc/doc/bc.1 +++ b/contrib/bc/doc/bc.1 @@ -27,7 +27,7 @@ .\" Western Washington University .\" Bellingham, WA 98226-9062 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bc/doc/bc.1,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH bc 1 .\" "Command Manual" v1.06 "Sept 12, 2000" .SH NAME diff --git a/contrib/bc/doc/dc.1 b/contrib/bc/doc/dc.1 index adaf5d0cc058..636024f0c0ed 100644 --- a/contrib/bc/doc/dc.1 +++ b/contrib/bc/doc/dc.1 @@ -20,7 +20,7 @@ .\" 59 Temple Place, Suite 330 .\" Boston, MA 02111 USA .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/bc/doc/dc.1,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH DC 1 "1997-03-25" "GNU Project" .ds dc \fIdc\fP diff --git a/contrib/bind9/FREEBSD-Upgrade b/contrib/bind9/FREEBSD-Upgrade index 75efb09f1e62..4f04676c69e8 100644 --- a/contrib/bind9/FREEBSD-Upgrade +++ b/contrib/bind9/FREEBSD-Upgrade @@ -117,4 +117,4 @@ C) Commit when everything builds cleanly and works properly. -- des@FreeBSD.org -- dougb@FreeBSD.org -$FreeBSD$ +$FreeBSD: src/contrib/bind9/FREEBSD-Upgrade,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/bind9/FREEBSD-Xlist b/contrib/bind9/FREEBSD-Xlist index f4239557b3ae..59d0761a5bc0 100644 --- a/contrib/bind9/FREEBSD-Xlist +++ b/contrib/bind9/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/bind9/FREEBSD-Xlist,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ # Misc. stuff .cvsignore diff --git a/contrib/bind9/doc/arm/Bv9ARM.pdf b/contrib/bind9/doc/arm/Bv9ARM.pdf index 586aaafd0e72..586aaafd0e72 100644..100755 --- a/contrib/bind9/doc/arm/Bv9ARM.pdf +++ b/contrib/bind9/doc/arm/Bv9ARM.pdf diff --git a/contrib/bind9/lib/isc/alpha/include/isc/atomic.h b/contrib/bind9/lib/isc/alpha/include/isc/atomic.h index a4b9b15a02ea..e6477c8b9064 100644 --- a/contrib/bind9/lib/isc/alpha/include/isc/atomic.h +++ b/contrib/bind9/lib/isc/alpha/include/isc/atomic.h @@ -46,7 +46,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/bind9/lib/isc/alpha/include/isc/atomic.h,v 1.1.1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef ISC_ATOMIC_H diff --git a/contrib/bind9/lib/isc/arm/include/isc/atomic.h b/contrib/bind9/lib/isc/arm/include/isc/atomic.h index 4c519ee815c5..92d80f5a542a 100644 --- a/contrib/bind9/lib/isc/arm/include/isc/atomic.h +++ b/contrib/bind9/lib/isc/arm/include/isc/atomic.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/bind9/lib/isc/arm/include/isc/atomic.h,v 1.1.1.1.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef ISC_ATOMIC_H diff --git a/contrib/bind9/lib/isc/include/isc/sha2.h b/contrib/bind9/lib/isc/include/isc/sha2.h index e54c62060042..1bbd67f20a30 100644 --- a/contrib/bind9/lib/isc/include/isc/sha2.h +++ b/contrib/bind9/lib/isc/include/isc/sha2.h @@ -16,7 +16,7 @@ /* $Id: sha2.h,v 1.2.2.6 2006/08/16 03:18:14 marka Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind9/lib/isc/include/isc/sha2.h,v 1.1.1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $KAME: sha2.h,v 1.3 2001/03/12 08:27:48 itojun Exp $ */ /* diff --git a/contrib/bind9/lib/isc/sha2.c b/contrib/bind9/lib/isc/sha2.c index 7b41a28918a9..70ff26e4823d 100644 --- a/contrib/bind9/lib/isc/sha2.c +++ b/contrib/bind9/lib/isc/sha2.c @@ -16,7 +16,7 @@ /* $Id: sha2.c,v 1.2.2.12 2006/08/16 03:18:14 marka Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/bind9/lib/isc/sha2.c,v 1.1.1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $KAME: sha2.c,v 1.8 2001/11/08 01:07:52 itojun Exp $ */ /* diff --git a/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h b/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h index 5c254cf403a3..5dbdc885ff9e 100644 --- a/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h +++ b/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h @@ -48,7 +48,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/atomic.h,v 1.20 2001/02/11 - * $FreeBSD$ + * $FreeBSD: src/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h,v 1.1.1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef ISC_ATOMIC_H diff --git a/contrib/binutils/FREEBSD-Xlist b/contrib/binutils/FREEBSD-Xlist index af18d97b0967..69b87942377f 100644 --- a/contrib/binutils/FREEBSD-Xlist +++ b/contrib/binutils/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/binutils/FREEBSD-Xlist,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ .cvsignore mkdep *-hp* diff --git a/contrib/binutils/FREEBSD-deletelist b/contrib/binutils/FREEBSD-deletelist index 89020f423b82..b9a32408cc95 100644 --- a/contrib/binutils/FREEBSD-deletelist +++ b/contrib/binutils/FREEBSD-deletelist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/binutils/FREEBSD-deletelist,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ CVS testsuite .cvsignore diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade index ab7c24117f74..7c48d85dc39a 100644 --- a/contrib/binutils/FREEBSD-upgrade +++ b/contrib/binutils/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/binutils/FREEBSD-upgrade,v 1.10.32.1 2008/11/25 02:59:29 kensmith Exp $ To get a copy of the Binutils source from the Sourceware CVS repository this command line was used: diff --git a/contrib/binutils/bfd/elf.c b/contrib/binutils/bfd/elf.c index 2b16f86cd45e..20dbeec86a0c 100644 --- a/contrib/binutils/bfd/elf.c +++ b/contrib/binutils/bfd/elf.c @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/binutils/bfd/elf.c,v 1.19.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* SECTION diff --git a/contrib/binutils/bfd/freebsd.h b/contrib/binutils/bfd/freebsd.h index 5b0ede1acb56..33a9c50a2fd7 100644 --- a/contrib/binutils/bfd/freebsd.h +++ b/contrib/binutils/bfd/freebsd.h @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/binutils/bfd/freebsd.h,v 1.5.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* FreeBSD QMAGIC files have the header in the text. */ #define N_HEADER_IN_TEXT(x) 1 diff --git a/contrib/binutils/ld/Makefile.in b/contrib/binutils/ld/Makefile.in index 020064b54c39..ad241296426c 100644 --- a/contrib/binutils/ld/Makefile.in +++ b/contrib/binutils/ld/Makefile.in @@ -11,7 +11,7 @@ # PARTICULAR PURPOSE. -# $FreeBSD$ +# $FreeBSD: src/contrib/binutils/ld/Makefile.in,v 1.15.26.1 2008/11/25 02:59:29 kensmith Exp $ SHELL = @SHELL@ diff --git a/contrib/binutils/ld/emultempl/elf32.em b/contrib/binutils/ld/emultempl/elf32.em index 4a31b48f6598..04729adb3ec8 100644 --- a/contrib/binutils/ld/emultempl/elf32.em +++ b/contrib/binutils/ld/emultempl/elf32.em @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/binutils/ld/emultempl/elf32.em,v 1.14.26.1 2008/11/25 02:59:29 kensmith Exp $ # This shell script emits a C file. -*- C -*- diff --git a/contrib/bsnmp/FREEBSD-Xlist b/contrib/bsnmp/FREEBSD-Xlist index 8a5166240e54..05d700d55647 100644 --- a/contrib/bsnmp/FREEBSD-Xlist +++ b/contrib/bsnmp/FREEBSD-Xlist @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/contrib/bsnmp/FREEBSD-Xlist,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */Makefile.in */acinclude.m4 */aclocal.m4 diff --git a/contrib/bsnmp/FREEBSD-upgrade b/contrib/bsnmp/FREEBSD-upgrade index 4fb31fd9153c..37d6f2aad5bc 100644 --- a/contrib/bsnmp/FREEBSD-upgrade +++ b/contrib/bsnmp/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/bsnmp/FREEBSD-upgrade,v 1.2.26.1 2008/11/25 02:59:29 kensmith Exp $ This is the Begemot micro-SNMP daemon. It is the base for the ILMI daemon for ngATM. Be careful to feed changes back to the maintainer diff --git a/contrib/bzip2/bzlib.c b/contrib/bzip2/bzlib.c index 85dc8ffbfd93..41a406eb7d9b 100644 --- a/contrib/bzip2/bzlib.c +++ b/contrib/bzip2/bzlib.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/bzip2/bzlib.c,v 1.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include "bzlib_private.h" diff --git a/contrib/com_err/com_err.3 b/contrib/com_err/com_err.3 index e6eeea13b852..4939294138ed 100644 --- a/contrib/com_err/com_err.3 +++ b/contrib/com_err/com_err.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/com_err/com_err.3,v 1.1.54.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH COM_ERR 3 "22 Nov 1988" SIPB .SH NAME diff --git a/contrib/com_err/com_err.c b/contrib/com_err/com_err.c index f00c602646bb..feca659c4381 100644 --- a/contrib/com_err/com_err.c +++ b/contrib/com_err/com_err.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_err.c,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/contrib/com_err/com_err.h b/contrib/com_err/com_err.h index 6c1faa4bd5bd..08c18b75785e 100644 --- a/contrib/com_err/com_err.h +++ b/contrib/com_err/com_err.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_err.h,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $Id: com_err.h,v 1.9 2001/05/11 20:03:36 assar Exp $ */ /* MIT compatible com_err library */ diff --git a/contrib/com_err/com_right.h b/contrib/com_err/com_right.h index 09e95fa0251c..edb2710fda23 100644 --- a/contrib/com_err/com_right.h +++ b/contrib/com_err/com_right.h @@ -32,7 +32,7 @@ */ /* $Id: com_right.h,v 1.11 2000/07/31 01:11:08 assar Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/com_right.h,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __COM_RIGHT_H__ #define __COM_RIGHT_H__ diff --git a/contrib/com_err/compile_et.1 b/contrib/com_err/compile_et.1 index bdc608ba6ddb..c14402c8f1fa 100644 --- a/contrib/com_err/compile_et.1 +++ b/contrib/com_err/compile_et.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/com_err/compile_et.1,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd November 22, 1988 .Os diff --git a/contrib/com_err/compile_et.c b/contrib/com_err/compile_et.c index 59d9de996d63..a52fdd28b2e4 100644 --- a/contrib/com_err/compile_et.c +++ b/contrib/com_err/compile_et.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/compile_et.c,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #undef ROKEN_RENAME #include "compile_et.h" diff --git a/contrib/com_err/compile_et.h b/contrib/com_err/compile_et.h index 35e4863989ff..eb051b36eeb5 100644 --- a/contrib/com_err/compile_et.h +++ b/contrib/com_err/compile_et.h @@ -32,7 +32,7 @@ */ /* $Id: compile_et.h,v 1.6 2000/07/01 20:21:48 assar Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/compile_et.h,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __COMPILE_ET_H__ #define __COMPILE_ET_H__ diff --git a/contrib/com_err/getarg.c b/contrib/com_err/getarg.c index 80f76ab4a5ec..3dcf242b9aa7 100644 --- a/contrib/com_err/getarg.c +++ b/contrib/com_err/getarg.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/com_err/getarg.c,v 1.2.30.1 2008/11/25 02:59:29 kensmith Exp $ */ #if 0 diff --git a/contrib/com_err/lex.l b/contrib/com_err/lex.l index b5f8db1e1e43..3e6c5e1e8aca 100644 --- a/contrib/com_err/lex.l +++ b/contrib/com_err/lex.l @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/lex.l,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * This is to handle the definition of this symbol in some AIX diff --git a/contrib/com_err/parse.y b/contrib/com_err/parse.y index 960bcfa8f1e4..b3fd92f3fa6e 100644 --- a/contrib/com_err/parse.y +++ b/contrib/com_err/parse.y @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/com_err/parse.y,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "compile_et.h" #include "lex.h" diff --git a/contrib/cpio/FREEBSD-upgrade b/contrib/cpio/FREEBSD-upgrade index a3e31a0592ec..629160129486 100644 --- a/contrib/cpio/FREEBSD-upgrade +++ b/contrib/cpio/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/cpio/FREEBSD-upgrade,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ GNU cpio: diff --git a/contrib/cpio/lib/argp.h b/contrib/cpio/lib/argp.h index 57635e89a1d9..38938c771e6d 100644 --- a/contrib/cpio/lib/argp.h +++ b/contrib/cpio/lib/argp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/lib/argp.h,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Hierarchial argument parsing, layered over getopt. Copyright (C) 1995-1999,2003,2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/copyin.c b/contrib/cpio/src/copyin.c index 3e0a7373b94d..8fc38de4f4be 100644 --- a/contrib/cpio/src/copyin.c +++ b/contrib/cpio/src/copyin.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/copyin.c,v 1.4.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* copyin.c - extract or list a cpio archive Copyright (C) 1990,1991,1992,2001,2002,2003,2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/copyout.c b/contrib/cpio/src/copyout.c index 63cb0e225839..eea7809ba23a 100644 --- a/contrib/cpio/src/copyout.c +++ b/contrib/cpio/src/copyout.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/copyout.c,v 1.3.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* copyout.c - create a cpio archive Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/copypass.c b/contrib/cpio/src/copypass.c index 640f24e3aec2..528e65021f51 100644 --- a/contrib/cpio/src/copypass.c +++ b/contrib/cpio/src/copypass.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/copypass.c,v 1.4.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* copypass.c - cpio copy pass sub-function. Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/main.c b/contrib/cpio/src/main.c index f6895205225c..0f2a4eaed2d1 100644 --- a/contrib/cpio/src/main.c +++ b/contrib/cpio/src/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/main.c,v 1.3.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* main.c - main program and argument processing for cpio. Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/tar.c b/contrib/cpio/src/tar.c index 75db5478ace4..b5b5f5ea8b63 100644 --- a/contrib/cpio/src/tar.c +++ b/contrib/cpio/src/tar.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/tar.c,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* tar.c - read in write tar headers for cpio Copyright (C) 1992, 2001, 2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/userspec.c b/contrib/cpio/src/userspec.c index 7f7bed805c5c..675abaaca7d3 100644 --- a/contrib/cpio/src/userspec.c +++ b/contrib/cpio/src/userspec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/userspec.c,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* userspec.c -- Parse a user and group string. Copyright (C) 1989, 1990, 1991, 1992, 2001, 2004 Free Software Foundation, Inc. diff --git a/contrib/cpio/src/util.c b/contrib/cpio/src/util.c index 6788e9654e60..6902e51e6f4d 100644 --- a/contrib/cpio/src/util.c +++ b/contrib/cpio/src/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cpio/src/util.c,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ /* util.c - Several utility routines for cpio. Copyright (C) 1990, 1991, 1992, 2001, 2004 Free Software Foundation, Inc. diff --git a/contrib/csup/GNUmakefile b/contrib/csup/GNUmakefile index 7aceccdbd37b..89211eb68833 100644 --- a/contrib/csup/GNUmakefile +++ b/contrib/csup/GNUmakefile @@ -2,7 +2,7 @@ # be used elsewhere because it assumes that the target system doesn't # support BSD extended file flags. # -# $FreeBSD$ +# $FreeBSD: src/contrib/csup/GNUmakefile,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ # PREFIX?=/usr/local diff --git a/contrib/csup/Makefile b/contrib/csup/Makefile index b672c5ddefcb..466fba033005 100644 --- a/contrib/csup/Makefile +++ b/contrib/csup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/csup/Makefile,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ PREFIX?= /usr/local BINDIR?= ${PREFIX}/bin diff --git a/contrib/csup/README b/contrib/csup/README index 879c4811792e..a8d2cdc60a4f 100644 --- a/contrib/csup/README +++ b/contrib/csup/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/csup/README,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ Authors ------- diff --git a/contrib/csup/TODO b/contrib/csup/TODO index 66988e1780b0..d0b4efc20327 100644 --- a/contrib/csup/TODO +++ b/contrib/csup/TODO @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/csup/TODO,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ BUGS: diff --git a/contrib/csup/config.c b/contrib/csup/config.c index 5b71e7408522..1807c6b93c29 100644 --- a/contrib/csup/config.c +++ b/contrib/csup/config.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/config.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/config.h b/contrib/csup/config.h index 78b699547adb..f9294078f3ec 100644 --- a/contrib/csup/config.h +++ b/contrib/csup/config.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/config.h,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _CONFIG_H_ #define _CONFIG_H_ diff --git a/contrib/csup/csup.1 b/contrib/csup/csup.1 index f8c7c13f135c..af76a215a274 100644 --- a/contrib/csup/csup.1 +++ b/contrib/csup/csup.1 @@ -22,7 +22,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/csup/csup.1,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd February 1, 2006 .Os FreeBSD diff --git a/contrib/csup/detailer.c b/contrib/csup/detailer.c index bf2ddb74a502..9e14d632bf9f 100644 --- a/contrib/csup/detailer.c +++ b/contrib/csup/detailer.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/detailer.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/detailer.h b/contrib/csup/detailer.h index fe82b27f6812..5a7f4e1b146a 100644 --- a/contrib/csup/detailer.h +++ b/contrib/csup/detailer.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/detailer.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _DETAILER_H_ #define _DETAILER_H_ diff --git a/contrib/csup/diff.c b/contrib/csup/diff.c index ea53c367901f..3be60009d62b 100644 --- a/contrib/csup/diff.c +++ b/contrib/csup/diff.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/diff.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/diff.h b/contrib/csup/diff.h index cbd9e50054a9..39983d9a36a1 100644 --- a/contrib/csup/diff.h +++ b/contrib/csup/diff.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/diff.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _DIFF_H_ #define _DIFF_H_ diff --git a/contrib/csup/fattr.c b/contrib/csup/fattr.c index b29d73dcf64e..7ca36139c8f0 100644 --- a/contrib/csup/fattr.c +++ b/contrib/csup/fattr.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fattr.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/time.h> diff --git a/contrib/csup/fattr.h b/contrib/csup/fattr.h index 6015fbb3b43a..12079d94c542 100644 --- a/contrib/csup/fattr.h +++ b/contrib/csup/fattr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fattr.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _FATTR_H_ #define _FATTR_H_ diff --git a/contrib/csup/fixups.c b/contrib/csup/fixups.c index b105a8f7d48f..c39fa51a5883 100644 --- a/contrib/csup/fixups.c +++ b/contrib/csup/fixups.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fixups.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/fixups.h b/contrib/csup/fixups.h index 0dddc905d1a0..3b7f678e0210 100644 --- a/contrib/csup/fixups.h +++ b/contrib/csup/fixups.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/fixups.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _FIXUPS_H_ #define _FIXUPS_H_ diff --git a/contrib/csup/globtree.c b/contrib/csup/globtree.c index 74ac2c162ab1..4ed95b7f5f2b 100644 --- a/contrib/csup/globtree.c +++ b/contrib/csup/globtree.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/globtree.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/globtree.h b/contrib/csup/globtree.h index 43882e3a8f9a..d29e593ec120 100644 --- a/contrib/csup/globtree.h +++ b/contrib/csup/globtree.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/globtree.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _GLOBTREE_H_ #define _GLOBTREE_H_ diff --git a/contrib/csup/idcache.c b/contrib/csup/idcache.c index 47a3e712c147..44ee0509101e 100644 --- a/contrib/csup/idcache.c +++ b/contrib/csup/idcache.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/idcache.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/idcache.h b/contrib/csup/idcache.h index 558af0ce115f..e4db99ec0ebe 100644 --- a/contrib/csup/idcache.h +++ b/contrib/csup/idcache.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/idcache.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _IDCACHE_H_ #define _IDCACHE_H_ diff --git a/contrib/csup/keyword.c b/contrib/csup/keyword.c index dab44f0851e0..38e604cafbbb 100644 --- a/contrib/csup/keyword.c +++ b/contrib/csup/keyword.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/keyword.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/keyword.h b/contrib/csup/keyword.h index 3f152c11ea45..71fb654818b9 100644 --- a/contrib/csup/keyword.h +++ b/contrib/csup/keyword.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/keyword.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _KEYWORD_H_ #define _KEYWORD_H_ diff --git a/contrib/csup/lister.c b/contrib/csup/lister.c index 98a9c8368d85..4176c291179b 100644 --- a/contrib/csup/lister.c +++ b/contrib/csup/lister.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/lister.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/lister.h b/contrib/csup/lister.h index a0a9bbe3556b..8291b79a149e 100644 --- a/contrib/csup/lister.h +++ b/contrib/csup/lister.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/lister.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _LISTER_H_ #define _LISTER_H_ diff --git a/contrib/csup/main.c b/contrib/csup/main.c index 74150393bc0b..1e6a15fee1b9 100644 --- a/contrib/csup/main.c +++ b/contrib/csup/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/main.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/file.h> diff --git a/contrib/csup/misc.c b/contrib/csup/misc.c index 97a02aba8368..7ecc14d2bf7d 100644 --- a/contrib/csup/misc.c +++ b/contrib/csup/misc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/misc.c,v 1.1.1.3.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/misc.h b/contrib/csup/misc.h index f0d03520d871..49cadf7d3f01 100644 --- a/contrib/csup/misc.h +++ b/contrib/csup/misc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/misc.h,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _MISC_H_ #define _MISC_H_ diff --git a/contrib/csup/mux.c b/contrib/csup/mux.c index b663b5411b6f..8657bcbbeb5d 100644 --- a/contrib/csup/mux.c +++ b/contrib/csup/mux.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/mux.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/contrib/csup/mux.h b/contrib/csup/mux.h index ff36083c3573..48c9a687b425 100644 --- a/contrib/csup/mux.h +++ b/contrib/csup/mux.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/mux.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _MUX_H_ #define _MUX_H_ diff --git a/contrib/csup/parse.y b/contrib/csup/parse.y index 3dcd617421a9..489e0ac614e7 100644 --- a/contrib/csup/parse.y +++ b/contrib/csup/parse.y @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/parse.y,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/pathcomp.c b/contrib/csup/pathcomp.c index 380d04298542..8f20d5e133b7 100644 --- a/contrib/csup/pathcomp.c +++ b/contrib/csup/pathcomp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/pathcomp.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/pathcomp.h b/contrib/csup/pathcomp.h index 3cea41052f58..d48ce2620ddb 100644 --- a/contrib/csup/pathcomp.h +++ b/contrib/csup/pathcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/pathcomp.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _PATHCOMP_H #define _PATHCOMP_H diff --git a/contrib/csup/proto.c b/contrib/csup/proto.c index 0a8985856baa..077a7d0b8cfb 100644 --- a/contrib/csup/proto.c +++ b/contrib/csup/proto.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/proto.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/contrib/csup/proto.h b/contrib/csup/proto.h index ea9c01230232..df0f6ed2f9ee 100644 --- a/contrib/csup/proto.h +++ b/contrib/csup/proto.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/proto.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _PROTO_H_ #define _PROTO_H_ diff --git a/contrib/csup/queue.h b/contrib/csup/queue.h index aa9cac165fb4..848d66d3eedd 100644 --- a/contrib/csup/queue.h +++ b/contrib/csup/queue.h @@ -27,9 +27,9 @@ * SUCH DAMAGE. * * @(#)queue.h 8.5 (Berkeley) 8/20/94 - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _QUEUE_H_ diff --git a/contrib/csup/status.c b/contrib/csup/status.c index 32b6821a2fb8..0664f1eb8e44 100644 --- a/contrib/csup/status.c +++ b/contrib/csup/status.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/status.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/status.h b/contrib/csup/status.h index 86efdda0e38c..30ba89be79cd 100644 --- a/contrib/csup/status.h +++ b/contrib/csup/status.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/status.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _STATUS_H_ #define _STATUS_H_ diff --git a/contrib/csup/stream.c b/contrib/csup/stream.c index 34aa71e3273f..95c26df84f67 100644 --- a/contrib/csup/stream.c +++ b/contrib/csup/stream.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/stream.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/stream.h b/contrib/csup/stream.h index 062fd34e3fa4..c5d8ec43f717 100644 --- a/contrib/csup/stream.h +++ b/contrib/csup/stream.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/stream.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _STREAM_H_ #define _STREAM_H_ diff --git a/contrib/csup/threads.c b/contrib/csup/threads.c index 46a98606f282..1763205461aa 100644 --- a/contrib/csup/threads.c +++ b/contrib/csup/threads.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/threads.c,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/csup/threads.h b/contrib/csup/threads.h index 66153ce5589d..541ac49ffb4e 100644 --- a/contrib/csup/threads.h +++ b/contrib/csup/threads.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/threads.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _THREADS_H_ #define _THREADS_H_ diff --git a/contrib/csup/token.h b/contrib/csup/token.h index 0dc3ec03fbef..9628a2db9a26 100644 --- a/contrib/csup/token.h +++ b/contrib/csup/token.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/token.h,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _TOKEN_H_ #define _TOKEN_H_ diff --git a/contrib/csup/token.l b/contrib/csup/token.l index 267e61feff89..b637e7df6b25 100644 --- a/contrib/csup/token.l +++ b/contrib/csup/token.l @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/token.l,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <err.h> diff --git a/contrib/csup/updater.c b/contrib/csup/updater.c index df74d5296365..26a56d0895d4 100644 --- a/contrib/csup/updater.c +++ b/contrib/csup/updater.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/updater.c,v 1.1.1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/csup/updater.h b/contrib/csup/updater.h index 9ec9ed7c0945..235fd19297b7 100644 --- a/contrib/csup/updater.h +++ b/contrib/csup/updater.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/csup/updater.h,v 1.1.1.1.8.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _UPDATER_H_ #define _UPDATER_H diff --git a/contrib/cvs/FREEBSD-Xlist b/contrib/cvs/FREEBSD-Xlist index f598106742f9..85e62d014503 100644 --- a/contrib/cvs/FREEBSD-Xlist +++ b/contrib/cvs/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/cvs/FREEBSD-Xlist,v 1.1.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */*.com */*.dep */*.dsp diff --git a/contrib/cvs/FREEBSD-upgrade b/contrib/cvs/FREEBSD-upgrade index 67b13c20f3de..b209d04919ae 100644 --- a/contrib/cvs/FREEBSD-upgrade +++ b/contrib/cvs/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/cvs/FREEBSD-upgrade,v 1.11.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ MAINTAINER= peter@FreeBSD.org diff --git a/contrib/cvs/FREEBSD-vendstock b/contrib/cvs/FREEBSD-vendstock index 1b9f15b9ed6a..e223fd498efb 100644 --- a/contrib/cvs/FREEBSD-vendstock +++ b/contrib/cvs/FREEBSD-vendstock @@ -1,4 +1,4 @@ -$FreeBSD: head/contrib/cvs/FREEBSD-vendstock 178464 2008-04-24 18:23:13Z obrien $ +$FreeBSD: src/contrib/cvs/FREEBSD-vendstock,v 1.1.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ src/buffer.c src/commit.c src/filesubr.c diff --git a/contrib/cvs/contrib/sccs2rcs.in b/contrib/cvs/contrib/sccs2rcs.in index 3be8e53d81ff..a6421cc216cf 100755 --- a/contrib/cvs/contrib/sccs2rcs.in +++ b/contrib/cvs/contrib/sccs2rcs.in @@ -60,7 +60,7 @@ # -Allan G. Schrum schrum@ofsoptics.com agschrum@mindspring.com # Fri Sep 26 10:40:40 EDT 2003 # -# $FreeBSD$ +# $FreeBSD: src/contrib/cvs/contrib/sccs2rcs.in,v 1.5.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ #we'll assume the user set up the path correctly diff --git a/contrib/cvs/diff/diff3.c b/contrib/cvs/diff/diff3.c index 109e66ee021c..dd1e3a2a5d99 100644 --- a/contrib/cvs/diff/diff3.c +++ b/contrib/cvs/diff/diff3.c @@ -13,7 +13,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/diff/diff3.c,v 1.6.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Written by Randy Smith */ diff --git a/contrib/cvs/lib/md5.h b/contrib/cvs/lib/md5.h index 3b5ba05891f2..1fd256fd3b85 100644 --- a/contrib/cvs/lib/md5.h +++ b/contrib/cvs/lib/md5.h @@ -1,7 +1,7 @@ /* See md5.c for explanation and copyright information. */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/lib/md5.h,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef MD5_H diff --git a/contrib/cvs/man/cvs.1 b/contrib/cvs/man/cvs.1 index 02355c26a7a3..d56e6efeceb9 100644 --- a/contrib/cvs/man/cvs.1 +++ b/contrib/cvs/man/cvs.1 @@ -1,5 +1,5 @@ \fBimport\fR. -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/cvs/man/cvs.1,v 1.22.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .de Id .ds Rv \\$3 .ds Dt \\$4 diff --git a/contrib/cvs/man/cvsbug.8 b/contrib/cvs/man/cvsbug.8 index 460ca4640d95..244a467289f5 100644 --- a/contrib/cvs/man/cvsbug.8 +++ b/contrib/cvs/man/cvsbug.8 @@ -17,7 +17,7 @@ .\" General Public License for more details. .\" .\" --------------------------------------------------------------------------- -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/cvs/man/cvsbug.8,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ .nh .TH CVSBUG 8 xVERSIONx "February 1993" .SH NAME diff --git a/contrib/cvs/src/buffer.c b/contrib/cvs/src/buffer.c index db2bea0d663d..c2adefd71975 100644 --- a/contrib/cvs/src/buffer.c +++ b/contrib/cvs/src/buffer.c @@ -14,7 +14,7 @@ /* Code for the buffer data structure. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/cvs/src/buffer.c,v 1.5.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> #include "cvs.h" diff --git a/contrib/cvs/src/checkout.c b/contrib/cvs/src/checkout.c index a1cd6cc9fe2e..75def37ba16d 100644 --- a/contrib/cvs/src/checkout.c +++ b/contrib/cvs/src/checkout.c @@ -39,7 +39,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/checkout.c,v 1.5.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/classify.c b/contrib/cvs/src/classify.c index 28d7263e2a13..5371d5f1280d 100644 --- a/contrib/cvs/src/classify.c +++ b/contrib/cvs/src/classify.c @@ -13,7 +13,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/cvs/src/classify.c,v 1.1.1.8.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include "cvs.h" diff --git a/contrib/cvs/src/client.c b/contrib/cvs/src/client.c index 1c8a5d0971e6..afe3a48e3877 100644 --- a/contrib/cvs/src/client.c +++ b/contrib/cvs/src/client.c @@ -11,7 +11,7 @@ GNU General Public License for more details. */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/client.c,v 1.12.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/contrib/cvs/src/commit.c b/contrib/cvs/src/commit.c index b3ba47b38dbe..67bc5fa4be76 100644 --- a/contrib/cvs/src/commit.c +++ b/contrib/cvs/src/commit.c @@ -17,7 +17,7 @@ * * The call is: cvs commit [options] files... * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/commit.c,v 1.15.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/cvs.h b/contrib/cvs/src/cvs.h index 4b7d9f5f63e9..ce703b51ee34 100644 --- a/contrib/cvs/src/cvs.h +++ b/contrib/cvs/src/cvs.h @@ -14,7 +14,7 @@ /* * basic information used in all source files * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/cvs.h,v 1.20.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ diff --git a/contrib/cvs/src/diff.c b/contrib/cvs/src/diff.c index 8a61f9a2e00a..4371c0351a97 100644 --- a/contrib/cvs/src/diff.c +++ b/contrib/cvs/src/diff.c @@ -18,7 +18,7 @@ * Without any file arguments, runs diff against all the currently modified * files. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/diff.c,v 1.21.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/entries.c b/contrib/cvs/src/entries.c index 9592c3c637ad..89f745a84319 100644 --- a/contrib/cvs/src/entries.c +++ b/contrib/cvs/src/entries.c @@ -17,7 +17,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/entries.c,v 1.4.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" #include "getline.h" diff --git a/contrib/cvs/src/lock.c b/contrib/cvs/src/lock.c index d8e78fa38e2b..0e9e49e5b985 100644 --- a/contrib/cvs/src/lock.c +++ b/contrib/cvs/src/lock.c @@ -14,7 +14,7 @@ * * Lock file support for CVS. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/lock.c,v 1.13.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* The node Concurrency in doc/cvs.texinfo has a brief introduction to diff --git a/contrib/cvs/src/log.c b/contrib/cvs/src/log.c index 0bf44c756fd0..ebec6142f9b4 100644 --- a/contrib/cvs/src/log.c +++ b/contrib/cvs/src/log.c @@ -16,7 +16,7 @@ * argument, prints the log information for all the files in the directory * (recursive by default). * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/log.c,v 1.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" diff --git a/contrib/cvs/src/logmsg.c b/contrib/cvs/src/logmsg.c index 6878aaf8c256..b013c7e06100 100644 --- a/contrib/cvs/src/logmsg.c +++ b/contrib/cvs/src/logmsg.c @@ -10,7 +10,7 @@ * You may distribute under the terms of the GNU General Public License as * specified in the README file that comes with the CVS source distribution. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/logmsg.c,v 1.12.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c index 332946a3ecd3..203e14a317f8 100644 --- a/contrib/cvs/src/main.c +++ b/contrib/cvs/src/main.c @@ -15,7 +15,7 @@ * Credit to Dick Grune, Vrije Universiteit, Amsterdam, for writing * the shell-script CVS system that this is based on. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/main.c,v 1.25.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/parseinfo.c b/contrib/cvs/src/parseinfo.c index bf1e095fdd10..a33f14db85c5 100644 --- a/contrib/cvs/src/parseinfo.c +++ b/contrib/cvs/src/parseinfo.c @@ -10,7 +10,7 @@ * You may distribute under the terms of the GNU General Public License as * specified in the README file that comes with the CVS source distribution. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/parseinfo.c,v 1.3.18.2.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" diff --git a/contrib/cvs/src/patch.c b/contrib/cvs/src/patch.c index 65f5051ea7c6..90398bde9ea3 100644 --- a/contrib/cvs/src/patch.c +++ b/contrib/cvs/src/patch.c @@ -16,7 +16,7 @@ * current head of a module, or between two releases. Can specify the * release as either a date or a revision number. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/patch.c,v 1.2.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c index 3358e9142b1e..4a831e243045 100644 --- a/contrib/cvs/src/rcs.c +++ b/contrib/cvs/src/rcs.c @@ -13,7 +13,7 @@ * The routines contained in this file do all the rcs file parsing and * manipulation * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/rcs.c,v 1.28.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/rcs.h b/contrib/cvs/src/rcs.h index 08b8a5f0698a..c26ad3bee3cf 100644 --- a/contrib/cvs/src/rcs.h +++ b/contrib/cvs/src/rcs.h @@ -12,7 +12,7 @@ * * RCS source control definitions needed by rcs.c and friends * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/rcs.h,v 1.11.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Strings which indicate a conflict if they occur at the start of a line. */ diff --git a/contrib/cvs/src/rcscmds.c b/contrib/cvs/src/rcscmds.c index 18182ffce86c..9f651560b7b8 100644 --- a/contrib/cvs/src/rcscmds.c +++ b/contrib/cvs/src/rcscmds.c @@ -13,7 +13,7 @@ * The functions in this file provide an interface for performing * operations directly on RCS files. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/rcscmds.c,v 1.10.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" diff --git a/contrib/cvs/src/server.c b/contrib/cvs/src/server.c index cace89d50437..f32be2935415 100644 --- a/contrib/cvs/src/server.c +++ b/contrib/cvs/src/server.c @@ -9,7 +9,7 @@ GNU General Public License for more details. */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/server.c,v 1.24.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <assert.h> diff --git a/contrib/cvs/src/tag.c b/contrib/cvs/src/tag.c index 43451ce32939..e8c9d145c750 100644 --- a/contrib/cvs/src/tag.c +++ b/contrib/cvs/src/tag.c @@ -16,7 +16,7 @@ * Tag uses the checked out revision in the current directory, rtag uses * the modules database, if necessary. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/tag.c,v 1.2.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" diff --git a/contrib/cvs/src/update.c b/contrib/cvs/src/update.c index f2c80874345a..a3aeba7cd78f 100644 --- a/contrib/cvs/src/update.c +++ b/contrib/cvs/src/update.c @@ -37,7 +37,7 @@ * directories added to the repository are automatically created and updated * as well. * - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/update.c,v 1.14.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "cvs.h" diff --git a/contrib/cvs/src/update.h b/contrib/cvs/src/update.h index c886b4c8f1b7..11cce9809d63 100644 --- a/contrib/cvs/src/update.h +++ b/contrib/cvs/src/update.h @@ -11,7 +11,7 @@ GNU General Public License for more details. */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/cvs/src/update.h,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag, diff --git a/contrib/diff/FREEBSD-Xlist b/contrib/diff/FREEBSD-Xlist index 64e22743e7af..6b33a4a40a68 100644 --- a/contrib/diff/FREEBSD-Xlist +++ b/contrib/diff/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/diff/FREEBSD-Xlist,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ INSTALL Makefile.am diff --git a/contrib/diff/FREEBSD-upgrade b/contrib/diff/FREEBSD-upgrade index 61ad0c9435bf..b62a39ba4b64 100644 --- a/contrib/diff/FREEBSD-upgrade +++ b/contrib/diff/FREEBSD-upgrade @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/diff/FREEBSD-upgrade,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ Import of GNU diff 2.8.7 Original source available as ftp://alpha.gnu.org/pub/gnu/diffutils/diffutils-2.8.7.tar.gz diff --git a/contrib/diff/config.h b/contrib/diff/config.h index ce405203c2b2..4bcd65aa3b98 100644 --- a/contrib/diff/config.h +++ b/contrib/diff/config.h @@ -1,7 +1,7 @@ /* config.h. Generated by configure. */ /* config.hin. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/diff/config.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ /* #undef CLOSEDIR_VOID */ diff --git a/contrib/expat/FREEBSD-upgrade b/contrib/expat/FREEBSD-upgrade index 8fd9a57804ff..366d252d9f8d 100644 --- a/contrib/expat/FREEBSD-upgrade +++ b/contrib/expat/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/expat/FREEBSD-upgrade,v 1.1.1.1.32.1 2008/11/25 02:59:29 kensmith Exp $ eXpat from www.libexpat.org diff --git a/contrib/file/FREEBSD-upgrade b/contrib/file/FREEBSD-upgrade index 735c996f20e2..8316ea9d526b 100644 --- a/contrib/file/FREEBSD-upgrade +++ b/contrib/file/FREEBSD-upgrade @@ -1,5 +1,5 @@ # ex:ts=8 -$FreeBSD$ +$FreeBSD: src/contrib/file/FREEBSD-upgrade,v 1.7.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ Christos Zoulas `file' originals can be found at: ftp://ftp.astron.com/pub/file/ diff --git a/contrib/gcc/FREEBSD-Xlist b/contrib/gcc/FREEBSD-Xlist index 96080bc59e23..48fcbb38133a 100644 --- a/contrib/gcc/FREEBSD-Xlist +++ b/contrib/gcc/FREEBSD-Xlist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/gcc/FREEBSD-Xlist,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ *.brik *FAQ *contrib diff --git a/contrib/gcc/FREEBSD-deletelist b/contrib/gcc/FREEBSD-deletelist index f5bc81750db9..866a4e1ed911 100644 --- a/contrib/gcc/FREEBSD-deletelist +++ b/contrib/gcc/FREEBSD-deletelist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gcc/FREEBSD-deletelist,v 1.5.26.1 2008/11/25 02:59:29 kensmith Exp $ CVS .cvsignore ABOUT*NLS diff --git a/contrib/gcc/FREEBSD-libiberty b/contrib/gcc/FREEBSD-libiberty index 1b8c24940c4b..cc7c2070a153 100644 --- a/contrib/gcc/FREEBSD-libiberty +++ b/contrib/gcc/FREEBSD-libiberty @@ -1,6 +1,6 @@ #! /bin/sh -# $FreeBSD$ +# $FreeBSD: src/contrib/gcc/FREEBSD-libiberty,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ for F in \ choose-temp.c \ diff --git a/contrib/gcc/FREEBSD-upgrade b/contrib/gcc/FREEBSD-upgrade index 922f8eb4d0d0..ee85234ad350 100644 --- a/contrib/gcc/FREEBSD-upgrade +++ b/contrib/gcc/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gcc/FREEBSD-upgrade,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ tar -xvjf gcc-3.0.2.tar.bz2 -X FREEBSD-Xlist diff --git a/contrib/gcc/c-decl.c b/contrib/gcc/c-decl.c index 5c466154fdc9..c8387e1de0ba 100644 --- a/contrib/gcc/c-decl.c +++ b/contrib/gcc/c-decl.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-decl.c,v 1.15.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Process declarations and symbol lookup for C front end. Also constructs types; the standard scalar types at initialization, diff --git a/contrib/gcc/c-format.c b/contrib/gcc/c-format.c index cc3f9be7ae40..6edf7f3429ad 100644 --- a/contrib/gcc/c-format.c +++ b/contrib/gcc/c-format.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-format.c,v 1.11.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c-opts.c b/contrib/gcc/c-opts.c index d27959f2c9e6..f595fe8d6aef 100644 --- a/contrib/gcc/c-opts.c +++ b/contrib/gcc/c-opts.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/c-opts.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt index 876965754097..abc1f7a954bb 100644 --- a/contrib/gcc/c.opt +++ b/contrib/gcc/c.opt @@ -20,7 +20,7 @@ ; See the GCC internals manual for a description of this file's format. -; $FreeBSD$ +; $FreeBSD: src/contrib/gcc/c.opt,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ ; Please try to keep this file in ASCII collating order. Language diff --git a/contrib/gcc/config/freebsd-spec.h b/contrib/gcc/config/freebsd-spec.h index e7995e8dd643..8f05c676cdc0 100644 --- a/contrib/gcc/config/freebsd-spec.h +++ b/contrib/gcc/config/freebsd-spec.h @@ -18,7 +18,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/freebsd-spec.h,v 1.23.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Common FreeBSD configuration. All FreeBSD architectures should include this file, which will specify diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 9a5eef57772d..9fb0e8778425 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA. */ Further work by David O'Brien <obrien@FreeBSD.org> and Loren J. Rittle <ljrittle@acm.org>. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/freebsd.h,v 1.41.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* In case we need to know. */ #define USING_CONFIG_FREEBSD 1 diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 97f725b2968c..20c17a315c3c 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd.h,v 1.73.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #undef CC1_SPEC #define CC1_SPEC "%(cc1_cpu) %{profile:-p}" diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index 0c416022b013..332820a7c2c0 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/freebsd64.h,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #undef TARGET_VERSION diff --git a/contrib/gcc/config/i386/i386.c b/contrib/gcc/config/i386/i386.c index feab422cc383..c3c8dcb3efa6 100644 --- a/contrib/gcc/config/i386/i386.c +++ b/contrib/gcc/config/i386/i386.c @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/i386.c,v 1.25.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/config/i386/x86-64.h b/contrib/gcc/config/i386/x86-64.h index f288208a160b..c7fa5b927ab8 100644 --- a/contrib/gcc/config/i386/x86-64.h +++ b/contrib/gcc/config/i386/x86-64.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/i386/x86-64.h,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" diff --git a/contrib/gcc/config/sparc/freebsd.h b/contrib/gcc/config/sparc/freebsd.h index bb93ea132824..460b600c9e2d 100644 --- a/contrib/gcc/config/sparc/freebsd.h +++ b/contrib/gcc/config/sparc/freebsd.h @@ -19,7 +19,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/config/sparc/freebsd.h,v 1.10.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #undef SUBTARGET_EXTRA_SPECS #define SUBTARGET_EXTRA_SPECS \ diff --git a/contrib/gcc/cp/ptree.c b/contrib/gcc/cp/ptree.c index 1de4d2c10f9e..b0eae3dbff59 100644 --- a/contrib/gcc/cp/ptree.c +++ b/contrib/gcc/cp/ptree.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/cp/ptree.c,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index 7549ec421f07..0bde7de63952 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/function.c,v 1.25.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* This file handles the generation of rtl code from tree structure at the level of the function as a whole. diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index ddf2f49205e6..6a56ae70cf3c 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -23,7 +23,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA This paragraph is here to try to keep Sun CC from dying. The number of chars here seems crucial!!!! */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/gcc.c,v 1.43.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* This program is the user interface to the C compiler and possibly to other compilers. It is used because compilation is a complicated procedure diff --git a/contrib/gcc/opts.c b/contrib/gcc/opts.c index 3de5627174e7..2cf2c48fef89 100644 --- a/contrib/gcc/opts.c +++ b/contrib/gcc/opts.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/opts.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" #include "system.h" diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index 49458c89e766..5dc262357c8d 100644 --- a/contrib/gcc/toplev.c +++ b/contrib/gcc/toplev.c @@ -20,7 +20,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/toplev.c,v 1.27.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* This is the top level of cc1/c++. It parses command args, opens files, invokes the various passes diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1c7b9f..2414a6b01bff 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gcc/version.c,v 1.16.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "version.h" /* This is the trailing component of the string reported as the diff --git a/contrib/gdb/FREEBSD-Xlist b/contrib/gdb/FREEBSD-Xlist index 26d286a4fe93..76e127a01938 100644 --- a/contrib/gdb/FREEBSD-Xlist +++ b/contrib/gdb/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gdb/FREEBSD-Xlist,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ gdb-6.1.1/bfd/* gdb-6.1.1/config/* gdb-6.1.1/etc/* diff --git a/contrib/gdb/FREEBSD-upgrade b/contrib/gdb/FREEBSD-upgrade index ac98f9c8f7fc..97b02ae9b8b0 100644 --- a/contrib/gdb/FREEBSD-upgrade +++ b/contrib/gdb/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gdb/FREEBSD-upgrade,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ To strip down a new version of gdb for import, extract the files like this: diff --git a/contrib/gdtoa/gdtoaimp.h b/contrib/gdtoa/gdtoaimp.h index d11a6f54fcc1..c10ed163c0b4 100644 --- a/contrib/gdtoa/gdtoaimp.h +++ b/contrib/gdtoa/gdtoaimp.h @@ -26,7 +26,7 @@ THIS SOFTWARE. ****************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gdtoa/gdtoaimp.h,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* This is a variation on dtoa.c that converts arbitary binary floating-point formats to and from decimal notation. It uses diff --git a/contrib/gnu-sort/FREEBSD-upgrade b/contrib/gnu-sort/FREEBSD-upgrade index 5cb5371d0b1f..cfea6a7de5fb 100644 --- a/contrib/gnu-sort/FREEBSD-upgrade +++ b/contrib/gnu-sort/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gnu-sort/FREEBSD-upgrade,v 1.4.26.1 2008/11/25 02:59:29 kensmith Exp $ GNU Sort originals can be found at: ftp://ftp.gnu.org/gnu/coreutils/ diff --git a/contrib/gnu-sort/lib/hard-locale.c b/contrib/gnu-sort/lib/hard-locale.c index 45b7d05dded0..4c38ee6b2786 100644 --- a/contrib/gnu-sort/lib/hard-locale.c +++ b/contrib/gnu-sort/lib/hard-locale.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gnu-sort/lib/hard-locale.c,v 1.5.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #if HAVE_CONFIG_H # include <config.h> diff --git a/contrib/gnu-sort/lib/version-etc.c b/contrib/gnu-sort/lib/version-etc.c index ccc135be8cb8..572cf1e3b1da 100644 --- a/contrib/gnu-sort/lib/version-etc.c +++ b/contrib/gnu-sort/lib/version-etc.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gnu-sort/lib/version-etc.c,v 1.4.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Written by Jim Meyering. */ diff --git a/contrib/gnu-sort/src/sort.c b/contrib/gnu-sort/src/sort.c index 0b9d33fcf4c6..6c5c784e1eca 100644 --- a/contrib/gnu-sort/src/sort.c +++ b/contrib/gnu-sort/src/sort.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/gnu-sort/src/sort.c,v 1.4.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* sort - sort lines of text (with all kinds of options). Copyright (C) 88, 1991-2004 Free Software Foundation, Inc. diff --git a/contrib/gperf/FREEBSD-Xlist b/contrib/gperf/FREEBSD-Xlist index 393d55c838d2..fdd4ea67e414 100644 --- a/contrib/gperf/FREEBSD-Xlist +++ b/contrib/gperf/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/gperf/FREEBSD-Xlist,v 1.2.26.1 2008/11/25 02:59:29 kensmith Exp $ */*.dvi */*.html */*.info diff --git a/contrib/groff/FREEBSD-Xlist b/contrib/groff/FREEBSD-Xlist index 4549878106ea..b24ecd692df2 100644 --- a/contrib/groff/FREEBSD-Xlist +++ b/contrib/groff/FREEBSD-Xlist @@ -1,3 +1,3 @@ -$FreeBSD$ +$FreeBSD: src/contrib/groff/FREEBSD-Xlist,v 1.4.26.1 2008/11/25 02:59:29 kensmith Exp $ */arch */src/libs/snprintf diff --git a/contrib/groff/FREEBSD-upgrade b/contrib/groff/FREEBSD-upgrade index bf4fe11a124c..12aa18926b60 100644 --- a/contrib/groff/FREEBSD-upgrade +++ b/contrib/groff/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/groff/FREEBSD-upgrade,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade diff --git a/contrib/groff/src/devices/grotty/grotty.man b/contrib/groff/src/devices/grotty/grotty.man index d626376a2859..050e90994538 100644 --- a/contrib/groff/src/devices/grotty/grotty.man +++ b/contrib/groff/src/devices/grotty/grotty.man @@ -1,5 +1,5 @@ .ig -$FreeBSD$ +$FreeBSD: src/contrib/groff/src/devices/grotty/grotty.man,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ Copyright (C) 1989-2000, 2001, 2002, 2003 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of diff --git a/contrib/groff/src/libs/libgroff/cmap.cpp b/contrib/groff/src/libs/libgroff/cmap.cpp index 91a42f30243d..cb551f1ecc14 100644 --- a/contrib/groff/src/libs/libgroff/cmap.cpp +++ b/contrib/groff/src/libs/libgroff/cmap.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with groff; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/groff/src/libs/libgroff/cmap.cpp,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <ctype.h> #ifdef __FreeBSD__ diff --git a/contrib/groff/src/libs/libgroff/cset.cpp b/contrib/groff/src/libs/libgroff/cset.cpp index 6d79d7ee5839..f7a314a6a30a 100644 --- a/contrib/groff/src/libs/libgroff/cset.cpp +++ b/contrib/groff/src/libs/libgroff/cset.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with groff; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/groff/src/libs/libgroff/cset.cpp,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <ctype.h> #ifdef __FreeBSD__ diff --git a/contrib/groff/src/libs/libgroff/invalid.cpp b/contrib/groff/src/libs/libgroff/invalid.cpp index ac0c71dfe31d..7a9fd5ab52b3 100644 --- a/contrib/groff/src/libs/libgroff/invalid.cpp +++ b/contrib/groff/src/libs/libgroff/invalid.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with groff; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/groff/src/libs/libgroff/invalid.cpp,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "lib.h" diff --git a/contrib/groff/src/preproc/eqn/neqn.sh b/contrib/groff/src/preproc/eqn/neqn.sh index 5390bba6c9ad..429273b05ccd 100644 --- a/contrib/groff/src/preproc/eqn/neqn.sh +++ b/contrib/groff/src/preproc/eqn/neqn.sh @@ -1,7 +1,7 @@ #! /bin/sh # Provision of this shell script should not be taken to imply that use of # GNU eqn with groff -Tascii|-Tlatin1|-Tkoi8-r|-Tutf8|-Tcp1047 is supported. -# $FreeBSD$ +# $FreeBSD: src/contrib/groff/src/preproc/eqn/neqn.sh,v 1.11.6.1 2008/11/25 02:59:29 kensmith Exp $ # Default device. case "${LC_ALL-${LC_CTYPE-${LANG}}}" in diff --git a/contrib/groff/src/roff/groff/groff.man b/contrib/groff/src/roff/groff/groff.man index 23f3fab67136..82ec163db30c 100644 --- a/contrib/groff/src/roff/groff/groff.man +++ b/contrib/groff/src/roff/groff/groff.man @@ -15,7 +15,7 @@ Front-Cover Texts, and with no Back-Cover Texts. A copy of the Free Documentation License is included as a file called FDL in the main directory of the groff source package. -$FreeBSD$ +$FreeBSD: src/contrib/groff/src/roff/groff/groff.man,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ .. . diff --git a/contrib/groff/src/roff/nroff/nroff.man b/contrib/groff/src/roff/nroff/nroff.man index f1692295f596..52115c35e428 100644 --- a/contrib/groff/src/roff/nroff/nroff.man +++ b/contrib/groff/src/roff/nroff/nroff.man @@ -16,7 +16,7 @@ versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English. - $FreeBSD$ + $FreeBSD: src/contrib/groff/src/roff/nroff/nroff.man,v 1.12.6.1 2008/11/25 02:59:29 kensmith Exp $ .. . diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh index 4342019831fb..86c6b1a82240 100755 --- a/contrib/groff/src/roff/nroff/nroff.sh +++ b/contrib/groff/src/roff/nroff/nroff.sh @@ -1,6 +1,6 @@ #! /bin/sh # Emulate nroff with groff. -# $FreeBSD$ +# $FreeBSD: src/contrib/groff/src/roff/nroff/nroff.sh,v 1.18.6.1 2008/11/25 02:59:29 kensmith Exp $ prog="$0" # Default device. diff --git a/contrib/groff/tmac/eqnrc b/contrib/groff/tmac/eqnrc index e23db463a68c..5236f1571af6 100644 --- a/contrib/groff/tmac/eqnrc +++ b/contrib/groff/tmac/eqnrc @@ -1,5 +1,5 @@ .\" Startup file for eqn. -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/groff/tmac/eqnrc,v 1.6.28.1 2008/11/25 02:59:29 kensmith Exp $ .EQ sdefine << %{ < back 20 < }% sdefine >> %{ > back 20 > }% diff --git a/contrib/groff/tmac/troffrc b/contrib/groff/tmac/troffrc index 5defe8abc11c..d5b3a79e1780 100644 --- a/contrib/groff/tmac/troffrc +++ b/contrib/groff/tmac/troffrc @@ -1,5 +1,5 @@ .\" Startup file for troff. -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/groff/tmac/troffrc,v 1.17.6.1 2008/11/25 02:59:29 kensmith Exp $ . .\" This is tested by pic. .nr 0p 0 diff --git a/contrib/groff/tmac/tty-char.tmac b/contrib/groff/tmac/tty-char.tmac index 58f8fdbb5f31..d8fb86861bdf 100644 --- a/contrib/groff/tmac/tty-char.tmac +++ b/contrib/groff/tmac/tty-char.tmac @@ -1,5 +1,5 @@ .\" tty-char.tmac -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/groff/tmac/tty-char.tmac,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .\" This file defines standard troff characters and some groff characters for .\" use with -Tascii, -Tlatin1, -Tutf8, and -Tcp1047. diff --git a/contrib/groff/tmac/tty.tmac b/contrib/groff/tmac/tty.tmac index 6e6a8562eb06..691f1cf5b553 100644 --- a/contrib/groff/tmac/tty.tmac +++ b/contrib/groff/tmac/tty.tmac @@ -1,5 +1,5 @@ .\" tty.tmac -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/groff/tmac/tty.tmac,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .nr _C \n(.C .cp 0 diff --git a/contrib/hostapd/FREEBSD-Xlist b/contrib/hostapd/FREEBSD-Xlist index 1f544522a1b5..fab34b7abfa7 100644 --- a/contrib/hostapd/FREEBSD-Xlist +++ b/contrib/hostapd/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/hostapd/FREEBSD-Xlist,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .cvsignore driver.c driver_bsd.c diff --git a/contrib/hostapd/FREEBSD-upgrade b/contrib/hostapd/FREEBSD-upgrade index 08922051fe55..5b5b797ff3dc 100644 --- a/contrib/hostapd/FREEBSD-upgrade +++ b/contrib/hostapd/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/hostapd/FREEBSD-upgrade,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ WPA/802.1x Authenticator originals can be found at: http://hostap.epitest.fi/releases/ diff --git a/contrib/hostapd/eap.c b/contrib/hostapd/eap.c index 3f623cab4b05..2c321047bdc9 100644 --- a/contrib/hostapd/eap.c +++ b/contrib/hostapd/eap.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/hostapd/eap.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/hostapd/eap.h b/contrib/hostapd/eap.h index 8fb1ec389e35..bce9d21d3abe 100644 --- a/contrib/hostapd/eap.h +++ b/contrib/hostapd/eap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/hostapd/eap.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * hostapd / EAP Standalone Authenticator state machine (RFC 4137) diff --git a/contrib/hostapd/eapol_sm.c b/contrib/hostapd/eapol_sm.c index 18f25763cef8..2ff058c69e35 100644 --- a/contrib/hostapd/eapol_sm.c +++ b/contrib/hostapd/eapol_sm.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/hostapd/eapol_sm.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/hostapd/ieee802_1x.c b/contrib/hostapd/ieee802_1x.c index 53f6b477082a..6c7aa88c878b 100644 --- a/contrib/hostapd/ieee802_1x.c +++ b/contrib/hostapd/ieee802_1x.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/hostapd/ieee802_1x.c,v 1.5.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/hostapd/ieee802_1x.h b/contrib/hostapd/ieee802_1x.h index 776d9df8089f..61726e215c23 100644 --- a/contrib/hostapd/ieee802_1x.h +++ b/contrib/hostapd/ieee802_1x.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/hostapd/ieee802_1x.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * hostapd / IEEE 802.1X Authenticator diff --git a/contrib/hostapd/wpa.c b/contrib/hostapd/wpa.c index 25ca57f78f4e..8c93e1c0547e 100644 --- a/contrib/hostapd/wpa.c +++ b/contrib/hostapd/wpa.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/hostapd/wpa.c,v 1.5.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/ipfilter/.cvsignore b/contrib/ipfilter/.cvsignore deleted file mode 100644 index 616828f4144d..000000000000 --- a/contrib/ipfilter/.cvsignore +++ /dev/null @@ -1,28 +0,0 @@ -ipf -sparcv7 -sparcv9 -h -ipf-darren -bugs -ipftest -patches -state -cbits -CVS -old -new -netinet -import -bak -streams -cvs.diff -threads -glibc -hp -windows -ipnat -opt_inet6.h -ippool -ipmon -ip_rules.c -ip_rules.h diff --git a/contrib/ipfilter/BSD/.cvsignore b/contrib/ipfilter/BSD/.cvsignore deleted file mode 100644 index c149a0043f45..000000000000 --- a/contrib/ipfilter/BSD/.cvsignore +++ /dev/null @@ -1,22 +0,0 @@ -ipf -ipfs -ipfstat -ipftest -ipmon -ipnat -ipresend -ipsend -iptest -vnode_if.h -if_ipl -i386 -amiga -FreeBSD* -BSDOS* -NetBSD* -OpenBSD* -*_lex_var.h -*_y.c -*_l.c -*_y.h -ip_rules.* diff --git a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 index 149580135216..cacffbadddee 100755 --- a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 +++ b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0,v 1.2.14.1 2008/11/25 02:59:29 kensmith Exp $ .\" *** ip6_input.c.orig Sun Feb 13 14:32:01 2000 --- ip6_input.c Wed Apr 26 22:31:34 2000 diff --git a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 index 2e1d7e80673f..6ab91dfcf1e6 100644 --- a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 +++ b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1,v 1.2.14.1 2008/11/25 02:59:29 kensmith Exp $ .\" *** ip6_input.c.orig Sat Jul 15 07:14:34 2000 --- ip6_input.c Thu Oct 19 17:14:37 2000 diff --git a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 index 2e1d7e80673f..0c5b36842f64 100644 --- a/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 +++ b/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.2,v 1.2.14.1 2008/11/25 02:59:29 kensmith Exp $ .\" *** ip6_input.c.orig Sat Jul 15 07:14:34 2000 --- ip6_input.c Thu Oct 19 17:14:37 2000 diff --git a/contrib/ipfilter/INST.FreeBSD-2.2 b/contrib/ipfilter/INST.FreeBSD-2.2 index d668c39f7b58..849c66d11cf5 100644 --- a/contrib/ipfilter/INST.FreeBSD-2.2 +++ b/contrib/ipfilter/INST.FreeBSD-2.2 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/INST.FreeBSD-2.2,v 1.2.14.1 2008/11/25 02:59:29 kensmith Exp $ .\" To build a kernel for use with the loadable kernel module, follow these diff --git a/contrib/ipfilter/INSTALL.xBSD b/contrib/ipfilter/INSTALL.xBSD index 2f933ffc7018..5bd13470534e 100644 --- a/contrib/ipfilter/INSTALL.xBSD +++ b/contrib/ipfilter/INSTALL.xBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/ipfilter/INSTALL.xBSD,v 1.3.28.1 2008/11/25 02:59:29 kensmith Exp $ To build a kernel for use with the loadable kernel module, follow these steps: diff --git a/contrib/ipfilter/Makefile b/contrib/ipfilter/Makefile index 334cd4512188..1189c6890e58 100644 --- a/contrib/ipfilter/Makefile +++ b/contrib/ipfilter/Makefile @@ -5,7 +5,7 @@ # provided that this notice is preserved and due credit is given # to the original author and the contributors. # -# $FreeBSD$ +# $FreeBSD: src/contrib/ipfilter/Makefile,v 1.7.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ # Id: Makefile,v 2.76.2.24 2007/09/26 10:04:03 darrenr Exp $ # SHELL=/bin/sh diff --git a/contrib/ipfilter/bpf-ipf.h b/contrib/ipfilter/bpf-ipf.h index dc2b660e2eee..15d64f112124 100644 --- a/contrib/ipfilter/bpf-ipf.h +++ b/contrib/ipfilter/bpf-ipf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/bpf-ipf.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /*- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 diff --git a/contrib/ipfilter/bpf_filter.c b/contrib/ipfilter/bpf_filter.c index d75570e29267..b177adc94e39 100644 --- a/contrib/ipfilter/bpf_filter.c +++ b/contrib/ipfilter/bpf_filter.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/bpf_filter.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /*- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 diff --git a/contrib/ipfilter/ip_fil.c b/contrib/ipfilter/ip_fil.c index a3efa871b251..3816c3461cbc 100644 --- a/contrib/ipfilter/ip_fil.c +++ b/contrib/ipfilter/ip_fil.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ip_fil.c,v 1.5.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/ip_msnrpc_pxy.c b/contrib/ipfilter/ip_msnrpc_pxy.c index 40bc084cbb5d..a6353457814e 100644 --- a/contrib/ipfilter/ip_msnrpc_pxy.c +++ b/contrib/ipfilter/ip_msnrpc_pxy.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ip_msnrpc_pxy.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2003 by Darren Reed diff --git a/contrib/ipfilter/ipf.h b/contrib/ipfilter/ipf.h index ae05ca75a906..5cd04fddb729 100644 --- a/contrib/ipfilter/ipf.h +++ b/contrib/ipfilter/ipf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipf.h,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001, 2003 by Darren Reed. diff --git a/contrib/ipfilter/iplang/.cvsignore b/contrib/ipfilter/iplang/.cvsignore deleted file mode 100644 index 68b5b4e4e985..000000000000 --- a/contrib/ipfilter/iplang/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -y.tab.h -y.output -lex.yy.c -y.tab.c -y.tab.o -lex.yy.o -iplang_y.output -iplang_y.tab.c -iplang_y.tab.h diff --git a/contrib/ipfilter/iplang/iplang.h b/contrib/ipfilter/iplang/iplang.h index 2b2d1db5a6e2..4c15f5165d60 100644 --- a/contrib/ipfilter/iplang/iplang.h +++ b/contrib/ipfilter/iplang/iplang.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/iplang/iplang.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1997-1998 by Darren Reed. diff --git a/contrib/ipfilter/iplang/iplang_l.l b/contrib/ipfilter/iplang/iplang_l.l index f356d0fb4465..b3fcd1dcc836 100644 --- a/contrib/ipfilter/iplang/iplang_l.l +++ b/contrib/ipfilter/iplang/iplang_l.l @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/iplang/iplang_l.l,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ %{ /* diff --git a/contrib/ipfilter/iplang/iplang_y.y b/contrib/ipfilter/iplang/iplang_y.y index 773f27f2c17e..ec2326cc4719 100644 --- a/contrib/ipfilter/iplang/iplang_y.y +++ b/contrib/ipfilter/iplang/iplang_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/iplang/iplang_y.y,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ */ %{ /* @@ -7,7 +7,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * Id: iplang_y.y,v 2.9.2.4 2006/03/17 12:11:29 darrenr Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/ipfilter/iplang/iplang_y.y,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <stdio.h> diff --git a/contrib/ipfilter/ipmon.h b/contrib/ipfilter/ipmon.h index afee1f4fb3f7..33793b5e739e 100644 --- a/contrib/ipfilter/ipmon.h +++ b/contrib/ipfilter/ipmon.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipmon.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/ipsd/Celler/ip_compat.h b/contrib/ipfilter/ipsd/Celler/ip_compat.h index 57937763a5a9..4aa352c89a03 100644 --- a/contrib/ipfilter/ipsd/Celler/ip_compat.h +++ b/contrib/ipfilter/ipsd/Celler/ip_compat.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/Celler/ip_compat.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995 by Darren Reed. diff --git a/contrib/ipfilter/ipsd/ipsd.c b/contrib/ipfilter/ipsd/ipsd.c index ad3dfe20db99..f68a5669724b 100644 --- a/contrib/ipfilter/ipsd/ipsd.c +++ b/contrib/ipfilter/ipsd/ipsd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/ipsd.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995-1998 Darren Reed. diff --git a/contrib/ipfilter/ipsd/ipsd.h b/contrib/ipfilter/ipsd/ipsd.h index f898c9995c35..7fb7406e353c 100644 --- a/contrib/ipfilter/ipsd/ipsd.h +++ b/contrib/ipfilter/ipsd/ipsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/ipsd.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995-1998 Darren Reed. diff --git a/contrib/ipfilter/ipsd/ipsdr.c b/contrib/ipfilter/ipsd/ipsdr.c index 5a907061c631..67c94eb17bcf 100644 --- a/contrib/ipfilter/ipsd/ipsdr.c +++ b/contrib/ipfilter/ipsd/ipsdr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/ipsdr.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995-1998 Darren Reed. diff --git a/contrib/ipfilter/ipsd/linux.h b/contrib/ipfilter/ipsd/linux.h index 88eb67aa4cbb..6bc0784099e8 100644 --- a/contrib/ipfilter/ipsd/linux.h +++ b/contrib/ipfilter/ipsd/linux.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/linux.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1997-1998 by Darren Reed. diff --git a/contrib/ipfilter/ipsd/sbpf.c b/contrib/ipfilter/ipsd/sbpf.c index a724ba5dbfeb..fe7ca95c1ea9 100644 --- a/contrib/ipfilter/ipsd/sbpf.c +++ b/contrib/ipfilter/ipsd/sbpf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/sbpf.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsd/sdlpi.c b/contrib/ipfilter/ipsd/sdlpi.c index b7515f1dbac0..98e3b981a1a6 100644 --- a/contrib/ipfilter/ipsd/sdlpi.c +++ b/contrib/ipfilter/ipsd/sdlpi.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/sdlpi.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsd/slinux.c b/contrib/ipfilter/ipsd/slinux.c index c0847951cd66..b2cdd837ce7a 100644 --- a/contrib/ipfilter/ipsd/slinux.c +++ b/contrib/ipfilter/ipsd/slinux.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/slinux.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsd/snit.c b/contrib/ipfilter/ipsd/snit.c index 0d5a52a1cee4..23f9481ec1c8 100644 --- a/contrib/ipfilter/ipsd/snit.c +++ b/contrib/ipfilter/ipsd/snit.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsd/snit.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsend/.OLD/ip_compat.h b/contrib/ipfilter/ipsend/.OLD/ip_compat.h index b5b8f0741c25..20dd4284e624 100644 --- a/contrib/ipfilter/ipsend/.OLD/ip_compat.h +++ b/contrib/ipfilter/ipsend/.OLD/ip_compat.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/.OLD/ip_compat.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995 by Darren Reed. diff --git a/contrib/ipfilter/ipsend/.cvsignore b/contrib/ipfilter/ipsend/.cvsignore deleted file mode 100644 index b7aea24eb881..000000000000 --- a/contrib/ipfilter/ipsend/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -ipsend -ipresend -iptest diff --git a/contrib/ipfilter/ipsend/44arp.c b/contrib/ipfilter/ipsend/44arp.c index 6ee4f1b58f87..47fd042eeade 100644 --- a/contrib/ipfilter/ipsend/44arp.c +++ b/contrib/ipfilter/ipsend/44arp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/44arp.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Based upon 4.4BSD's /usr/sbin/arp diff --git a/contrib/ipfilter/ipsend/arp.c b/contrib/ipfilter/ipsend/arp.c index 8670bda76b46..21dc542643ff 100644 --- a/contrib/ipfilter/ipsend/arp.c +++ b/contrib/ipfilter/ipsend/arp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/arp.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * arp.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/dlcommon.c b/contrib/ipfilter/ipsend/dlcommon.c index c6b6e8a4858f..c830fa53735d 100644 --- a/contrib/ipfilter/ipsend/dlcommon.c +++ b/contrib/ipfilter/ipsend/dlcommon.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/dlcommon.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Common (shared) DLPI test routines. diff --git a/contrib/ipfilter/ipsend/dltest.h b/contrib/ipfilter/ipsend/dltest.h index 086782c1fbb7..ee8eb46bd59c 100644 --- a/contrib/ipfilter/ipsend/dltest.h +++ b/contrib/ipfilter/ipsend/dltest.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/dltest.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Common DLPI Test Suite header file diff --git a/contrib/ipfilter/ipsend/hpux.c b/contrib/ipfilter/ipsend/hpux.c index 9cc72995f26b..33cf460b1230 100644 --- a/contrib/ipfilter/ipsend/hpux.c +++ b/contrib/ipfilter/ipsend/hpux.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/hpux.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1997-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsend/in_var.h b/contrib/ipfilter/ipsend/in_var.h index 3523f77051fc..a7705939148e 100644 --- a/contrib/ipfilter/ipsend/in_var.h +++ b/contrib/ipfilter/ipsend/in_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/in_var.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* @(#)in_var.h 1.3 88/08/19 SMI; from UCB 7.1 6/5/86 */ diff --git a/contrib/ipfilter/ipsend/ip.c b/contrib/ipfilter/ipsend/ip.c index 26a7a892bed3..3642689c4741 100644 --- a/contrib/ipfilter/ipsend/ip.c +++ b/contrib/ipfilter/ipsend/ip.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ip.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ip.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/ip_var.h b/contrib/ipfilter/ipsend/ip_var.h index ab9813ec828e..c85e43eb59f3 100644 --- a/contrib/ipfilter/ipsend/ip_var.h +++ b/contrib/ipfilter/ipsend/ip_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ip_var.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* @(#)ip_var.h 1.11 88/08/19 SMI; from UCB 7.1 6/5/86 */ diff --git a/contrib/ipfilter/ipsend/ipresend.1 b/contrib/ipfilter/ipsend/ipresend.1 index 6761a183caea..d852abc5fcfe 100644 --- a/contrib/ipfilter/ipsend/ipresend.1 +++ b/contrib/ipfilter/ipsend/ipresend.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/ipsend/ipresend.1,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPRESEND 1 .SH NAME diff --git a/contrib/ipfilter/ipsend/ipresend.c b/contrib/ipfilter/ipsend/ipresend.c index 050aecf2093c..efda55c54481 100644 --- a/contrib/ipfilter/ipsend/ipresend.c +++ b/contrib/ipfilter/ipsend/ipresend.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ipresend.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ipresend.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/ipsend.1 b/contrib/ipfilter/ipsend/ipsend.1 index 7f0a8e39538a..6c79189fd6e9 100644 --- a/contrib/ipfilter/ipsend/ipsend.1 +++ b/contrib/ipfilter/ipsend/ipsend.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/ipsend/ipsend.1,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPSEND 1 .SH NAME diff --git a/contrib/ipfilter/ipsend/ipsend.5 b/contrib/ipfilter/ipsend/ipsend.5 index cd5842cbba18..95d61bd4cde4 100644 --- a/contrib/ipfilter/ipsend/ipsend.5 +++ b/contrib/ipfilter/ipsend/ipsend.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/ipsend/ipsend.5,v 1.4.18.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPSEND 5 .SH NAME ipsend \- IP packet description language diff --git a/contrib/ipfilter/ipsend/ipsend.c b/contrib/ipfilter/ipsend/ipsend.c index 06191ec054b9..64f1d2678463 100644 --- a/contrib/ipfilter/ipsend/ipsend.c +++ b/contrib/ipfilter/ipsend/ipsend.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ipsend.c,v 1.14.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ipsend.c (C) 1995-1998 Darren Reed * diff --git a/contrib/ipfilter/ipsend/ipsend.h b/contrib/ipfilter/ipsend/ipsend.h index 91cfa6c085ed..afcf381a3b80 100644 --- a/contrib/ipfilter/ipsend/ipsend.h +++ b/contrib/ipfilter/ipsend/ipsend.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ipsend.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ipsend.h (C) 1997-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/ipsopt.c b/contrib/ipfilter/ipsend/ipsopt.c index 10f132e6da9a..4b9e501649c4 100644 --- a/contrib/ipfilter/ipsend/ipsopt.c +++ b/contrib/ipfilter/ipsend/ipsopt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/ipsopt.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1995-1998 by Darren Reed. diff --git a/contrib/ipfilter/ipsend/iptest.1 b/contrib/ipfilter/ipsend/iptest.1 index 8f25f4abf256..bbc675e40a36 100644 --- a/contrib/ipfilter/ipsend/iptest.1 +++ b/contrib/ipfilter/ipsend/iptest.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/ipsend/iptest.1,v 1.4.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPTEST 1 .SH NAME diff --git a/contrib/ipfilter/ipsend/iptest.c b/contrib/ipfilter/ipsend/iptest.c index cc2ceb8ae2a1..81060d13e498 100644 --- a/contrib/ipfilter/ipsend/iptest.c +++ b/contrib/ipfilter/ipsend/iptest.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/iptest.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ipsend.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/iptests.c b/contrib/ipfilter/ipsend/iptests.c index 0dd96b831320..2d5040d9e2e4 100644 --- a/contrib/ipfilter/ipsend/iptests.c +++ b/contrib/ipfilter/ipsend/iptests.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/iptests.c,v 1.13.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. diff --git a/contrib/ipfilter/ipsend/larp.c b/contrib/ipfilter/ipsend/larp.c index ccb70cc29368..ea4204f4f684 100644 --- a/contrib/ipfilter/ipsend/larp.c +++ b/contrib/ipfilter/ipsend/larp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/larp.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * larp.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/linux.h b/contrib/ipfilter/ipsend/linux.h index a36d1bfb6a6a..858611ef55a7 100644 --- a/contrib/ipfilter/ipsend/linux.h +++ b/contrib/ipfilter/ipsend/linux.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/linux.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1995-1998 by Darren Reed. diff --git a/contrib/ipfilter/ipsend/lsock.c b/contrib/ipfilter/ipsend/lsock.c index a76bbbb15221..dbdb08d0ec03 100644 --- a/contrib/ipfilter/ipsend/lsock.c +++ b/contrib/ipfilter/ipsend/lsock.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/lsock.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * lsock.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/resend.c b/contrib/ipfilter/ipsend/resend.c index b988e9b20d94..78f4ea5e525a 100644 --- a/contrib/ipfilter/ipsend/resend.c +++ b/contrib/ipfilter/ipsend/resend.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/resend.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * resend.c (C) 1995-1998 Darren Reed diff --git a/contrib/ipfilter/ipsend/sbpf.c b/contrib/ipfilter/ipsend/sbpf.c index b8778c669167..e409d1916a44 100644 --- a/contrib/ipfilter/ipsend/sbpf.c +++ b/contrib/ipfilter/ipsend/sbpf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/sbpf.c,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1995-1998 Darren Reed. (from tcplog) * diff --git a/contrib/ipfilter/ipsend/sdlpi.c b/contrib/ipfilter/ipsend/sdlpi.c index f48fd06bbc34..3c1ff7e69419 100644 --- a/contrib/ipfilter/ipsend/sdlpi.c +++ b/contrib/ipfilter/ipsend/sdlpi.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/sdlpi.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsend/sirix.c b/contrib/ipfilter/ipsend/sirix.c index 5057c4f2c871..17e8d4bceaa7 100644 --- a/contrib/ipfilter/ipsend/sirix.c +++ b/contrib/ipfilter/ipsend/sirix.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/sirix.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. diff --git a/contrib/ipfilter/ipsend/slinux.c b/contrib/ipfilter/ipsend/slinux.c index 7e37b3087f97..65b1197b00c3 100644 --- a/contrib/ipfilter/ipsend/slinux.c +++ b/contrib/ipfilter/ipsend/slinux.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/slinux.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsend/snit.c b/contrib/ipfilter/ipsend/snit.c index 0ef7e5444841..4c84c19767a7 100644 --- a/contrib/ipfilter/ipsend/snit.c +++ b/contrib/ipfilter/ipsend/snit.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/snit.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 1992-1998 Darren Reed. (from tcplog) diff --git a/contrib/ipfilter/ipsend/sock.c b/contrib/ipfilter/ipsend/sock.c index 9a2cfc3fb667..d145b052daa9 100644 --- a/contrib/ipfilter/ipsend/sock.c +++ b/contrib/ipfilter/ipsend/sock.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/sock.c,v 1.18.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * sock.c (C) 1995-1998 Darren Reed * diff --git a/contrib/ipfilter/ipsend/sockraw.c b/contrib/ipfilter/ipsend/sockraw.c index c9232273ee86..c6b3de54f94b 100644 --- a/contrib/ipfilter/ipsend/sockraw.c +++ b/contrib/ipfilter/ipsend/sockraw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/sockraw.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)opyright 2000 Darren Reed. diff --git a/contrib/ipfilter/ipsend/tcpip.h b/contrib/ipfilter/ipsend/tcpip.h index 34178931a978..a64dd10e21ff 100644 --- a/contrib/ipfilter/ipsend/tcpip.h +++ b/contrib/ipfilter/ipsend/tcpip.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipsend/tcpip.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1982, 1986, 1993 diff --git a/contrib/ipfilter/ipt.h b/contrib/ipfilter/ipt.h index f3074a8dc9b9..17e524b32cde 100644 --- a/contrib/ipfilter/ipt.h +++ b/contrib/ipfilter/ipt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/ipt.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/kmem.h b/contrib/ipfilter/kmem.h index c0864b4fd911..94644bdb1c9d 100644 --- a/contrib/ipfilter/kmem.h +++ b/contrib/ipfilter/kmem.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/kmem.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/l4check/l4check.c b/contrib/ipfilter/l4check/l4check.c index fd2753ea22be..b7607df69962 100644 --- a/contrib/ipfilter/l4check/l4check.c +++ b/contrib/ipfilter/l4check/l4check.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/l4check/l4check.c,v 1.2.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * (C)Copyright March, 2000 - Darren Reed. diff --git a/contrib/ipfilter/lib/addicmp.c b/contrib/ipfilter/lib/addicmp.c index ef9abfed3c9c..023921609064 100644 --- a/contrib/ipfilter/lib/addicmp.c +++ b/contrib/ipfilter/lib/addicmp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/addicmp.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/addipopt.c b/contrib/ipfilter/lib/addipopt.c index 79155e7e4c57..c8098624313b 100644 --- a/contrib/ipfilter/lib/addipopt.c +++ b/contrib/ipfilter/lib/addipopt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/addipopt.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/bcopywrap.c b/contrib/ipfilter/lib/bcopywrap.c index b2e8427a7b37..34815d384092 100644 --- a/contrib/ipfilter/lib/bcopywrap.c +++ b/contrib/ipfilter/lib/bcopywrap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/bcopywrap.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/binprint.c b/contrib/ipfilter/lib/binprint.c index fcb47ed37e5b..9af08f71d765 100644 --- a/contrib/ipfilter/lib/binprint.c +++ b/contrib/ipfilter/lib/binprint.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/binprint.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/buildopts.c b/contrib/ipfilter/lib/buildopts.c index bdd0538fdd14..26a0b6d50f79 100644 --- a/contrib/ipfilter/lib/buildopts.c +++ b/contrib/ipfilter/lib/buildopts.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/buildopts.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/checkrev.c b/contrib/ipfilter/lib/checkrev.c index 9e584cc48d89..c61eaba0df8d 100644 --- a/contrib/ipfilter/lib/checkrev.c +++ b/contrib/ipfilter/lib/checkrev.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/checkrev.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/count4bits.c b/contrib/ipfilter/lib/count4bits.c index 38e574290c69..ac95099f23ea 100644 --- a/contrib/ipfilter/lib/count4bits.c +++ b/contrib/ipfilter/lib/count4bits.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/count4bits.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/count6bits.c b/contrib/ipfilter/lib/count6bits.c index 15538c36c19c..18ba1adec60b 100644 --- a/contrib/ipfilter/lib/count6bits.c +++ b/contrib/ipfilter/lib/count6bits.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/count6bits.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2001 by Darren Reed. diff --git a/contrib/ipfilter/lib/debug.c b/contrib/ipfilter/lib/debug.c index 3181e78e1e10..f4686c0700d6 100644 --- a/contrib/ipfilter/lib/debug.c +++ b/contrib/ipfilter/lib/debug.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/debug.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2001 by Darren Reed. diff --git a/contrib/ipfilter/lib/facpri.c b/contrib/ipfilter/lib/facpri.c index b89e0f8e0127..14f3fdede8b3 100644 --- a/contrib/ipfilter/lib/facpri.c +++ b/contrib/ipfilter/lib/facpri.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/facpri.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/facpri.h b/contrib/ipfilter/lib/facpri.h index ca53e051f90d..faafb66cf0db 100644 --- a/contrib/ipfilter/lib/facpri.h +++ b/contrib/ipfilter/lib/facpri.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/facpri.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2001 by Darren Reed. diff --git a/contrib/ipfilter/lib/fill6bits.c b/contrib/ipfilter/lib/fill6bits.c index c0faf6ae5f20..83a71256f432 100644 --- a/contrib/ipfilter/lib/fill6bits.c +++ b/contrib/ipfilter/lib/fill6bits.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/fill6bits.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/flags.c b/contrib/ipfilter/lib/flags.c index 200484c2231c..a985e8295b31 100644 --- a/contrib/ipfilter/lib/flags.c +++ b/contrib/ipfilter/lib/flags.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/flags.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/gethost.c b/contrib/ipfilter/lib/gethost.c index be536c1e755d..7a6ddde90d78 100644 --- a/contrib/ipfilter/lib/gethost.c +++ b/contrib/ipfilter/lib/gethost.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/gethost.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/getifname.c b/contrib/ipfilter/lib/getifname.c index 7246fbb83714..a7f4abe17763 100644 --- a/contrib/ipfilter/lib/getifname.c +++ b/contrib/ipfilter/lib/getifname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getifname.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/getnattype.c b/contrib/ipfilter/lib/getnattype.c index 2fb5d174e4a2..8cac5da8a236 100644 --- a/contrib/ipfilter/lib/getnattype.c +++ b/contrib/ipfilter/lib/getnattype.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getnattype.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/getport.c b/contrib/ipfilter/lib/getport.c index 69e897c660c3..826603fe5c59 100644 --- a/contrib/ipfilter/lib/getport.c +++ b/contrib/ipfilter/lib/getport.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getport.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/getportproto.c b/contrib/ipfilter/lib/getportproto.c index 23e5fb18a6a5..788cbb7a006f 100644 --- a/contrib/ipfilter/lib/getportproto.c +++ b/contrib/ipfilter/lib/getportproto.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getportproto.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/getproto.c b/contrib/ipfilter/lib/getproto.c index 33f6f47ac1b9..a890ab4fc7de 100644 --- a/contrib/ipfilter/lib/getproto.c +++ b/contrib/ipfilter/lib/getproto.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getproto.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/getsumd.c b/contrib/ipfilter/lib/getsumd.c index fdad461673e3..edc38fd28bc7 100644 --- a/contrib/ipfilter/lib/getsumd.c +++ b/contrib/ipfilter/lib/getsumd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/getsumd.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/hostname.c b/contrib/ipfilter/lib/hostname.c index e8fde98e5efa..1d73f857cff8 100644 --- a/contrib/ipfilter/lib/hostname.c +++ b/contrib/ipfilter/lib/hostname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/hostname.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/icmpcode.c b/contrib/ipfilter/lib/icmpcode.c index d558bebf7de6..65ad498c74bb 100644 --- a/contrib/ipfilter/lib/icmpcode.c +++ b/contrib/ipfilter/lib/icmpcode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/icmpcode.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/inet_addr.c b/contrib/ipfilter/lib/inet_addr.c index c7ae44375a5e..bb53c7c318c9 100644 --- a/contrib/ipfilter/lib/inet_addr.c +++ b/contrib/ipfilter/lib/inet_addr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/inet_addr.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * ++Copyright++ 1983, 1990, 1993 diff --git a/contrib/ipfilter/lib/initparse.c b/contrib/ipfilter/lib/initparse.c index 6fdfc8a9a161..a779ca161cea 100644 --- a/contrib/ipfilter/lib/initparse.c +++ b/contrib/ipfilter/lib/initparse.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/initparse.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/ionames.c b/contrib/ipfilter/lib/ionames.c index d2fc97775452..ea2e9274f654 100644 --- a/contrib/ipfilter/lib/ionames.c +++ b/contrib/ipfilter/lib/ionames.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ionames.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipf_dotuning.c b/contrib/ipfilter/lib/ipf_dotuning.c index 6508a266271c..3859a462b485 100644 --- a/contrib/ipfilter/lib/ipf_dotuning.c +++ b/contrib/ipfilter/lib/ipf_dotuning.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipf_dotuning.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_ef.c b/contrib/ipfilter/lib/ipft_ef.c index 2d50f076bfbe..0fc49192e6d6 100644 --- a/contrib/ipfilter/lib/ipft_ef.c +++ b/contrib/ipfilter/lib/ipft_ef.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_ef.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_hx.c b/contrib/ipfilter/lib/ipft_hx.c index d295c21a7d9f..72515b41f743 100644 --- a/contrib/ipfilter/lib/ipft_hx.c +++ b/contrib/ipfilter/lib/ipft_hx.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_hx.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_pc.c b/contrib/ipfilter/lib/ipft_pc.c index 0f31a10efd3b..38cebd51132f 100644 --- a/contrib/ipfilter/lib/ipft_pc.c +++ b/contrib/ipfilter/lib/ipft_pc.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_pc.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_sn.c b/contrib/ipfilter/lib/ipft_sn.c index 2beb6eed704f..488b4faf7a04 100644 --- a/contrib/ipfilter/lib/ipft_sn.c +++ b/contrib/ipfilter/lib/ipft_sn.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_sn.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_td.c b/contrib/ipfilter/lib/ipft_td.c index d571ada7b56e..a372b1a47cf5 100644 --- a/contrib/ipfilter/lib/ipft_td.c +++ b/contrib/ipfilter/lib/ipft_td.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_td.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipft_tx.c b/contrib/ipfilter/lib/ipft_tx.c index f4475e3c8426..ccc4f4801807 100644 --- a/contrib/ipfilter/lib/ipft_tx.c +++ b/contrib/ipfilter/lib/ipft_tx.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipft_tx.c,v 1.6.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/ipoptsec.c b/contrib/ipfilter/lib/ipoptsec.c index 66a55c80dbb7..4f5023319168 100644 --- a/contrib/ipfilter/lib/ipoptsec.c +++ b/contrib/ipfilter/lib/ipoptsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ipoptsec.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/kmem.c b/contrib/ipfilter/lib/kmem.c index 26da2d0139f7..8e8900f79f39 100644 --- a/contrib/ipfilter/lib/kmem.c +++ b/contrib/ipfilter/lib/kmem.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/kmem.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/kmem.h b/contrib/ipfilter/lib/kmem.h index bcfde06d045d..73e78c465dc5 100644 --- a/contrib/ipfilter/lib/kmem.h +++ b/contrib/ipfilter/lib/kmem.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/kmem.h,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/kmemcpywrap.c b/contrib/ipfilter/lib/kmemcpywrap.c index 87474915334e..86f7039c1e8e 100644 --- a/contrib/ipfilter/lib/kmemcpywrap.c +++ b/contrib/ipfilter/lib/kmemcpywrap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/kmemcpywrap.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/kvatoname.c b/contrib/ipfilter/lib/kvatoname.c index c8c0d8fff621..48c3e47c57f5 100644 --- a/contrib/ipfilter/lib/kvatoname.c +++ b/contrib/ipfilter/lib/kvatoname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/kvatoname.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/load_hash.c b/contrib/ipfilter/lib/load_hash.c index 7683470b47e8..a0a8fce3e548 100644 --- a/contrib/ipfilter/lib/load_hash.c +++ b/contrib/ipfilter/lib/load_hash.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/load_hash.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/load_hashnode.c b/contrib/ipfilter/lib/load_hashnode.c index 3c3416d95a14..5e3e5f0936a6 100644 --- a/contrib/ipfilter/lib/load_hashnode.c +++ b/contrib/ipfilter/lib/load_hashnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/load_hashnode.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/load_pool.c b/contrib/ipfilter/lib/load_pool.c index 08baae767db9..0744388b5678 100644 --- a/contrib/ipfilter/lib/load_pool.c +++ b/contrib/ipfilter/lib/load_pool.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/load_pool.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/load_poolnode.c b/contrib/ipfilter/lib/load_poolnode.c index 110a8b9c3e5b..23971e4f5303 100644 --- a/contrib/ipfilter/lib/load_poolnode.c +++ b/contrib/ipfilter/lib/load_poolnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/load_poolnode.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/mutex_emul.c b/contrib/ipfilter/lib/mutex_emul.c index 3983f04c6257..735c5296a9bc 100644 --- a/contrib/ipfilter/lib/mutex_emul.c +++ b/contrib/ipfilter/lib/mutex_emul.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/mutex_emul.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/nametokva.c b/contrib/ipfilter/lib/nametokva.c index deee4399b946..c99e5670cfa8 100644 --- a/contrib/ipfilter/lib/nametokva.c +++ b/contrib/ipfilter/lib/nametokva.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/nametokva.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/nat_setgroupmap.c b/contrib/ipfilter/lib/nat_setgroupmap.c index 08b1a0a4475b..e54d37770d68 100644 --- a/contrib/ipfilter/lib/nat_setgroupmap.c +++ b/contrib/ipfilter/lib/nat_setgroupmap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/nat_setgroupmap.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/ntomask.c b/contrib/ipfilter/lib/ntomask.c index ba91a65b526c..89fe1fc86a98 100644 --- a/contrib/ipfilter/lib/ntomask.c +++ b/contrib/ipfilter/lib/ntomask.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/ntomask.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/optname.c b/contrib/ipfilter/lib/optname.c index f41cab11ea17..2cca2c4b66d9 100644 --- a/contrib/ipfilter/lib/optname.c +++ b/contrib/ipfilter/lib/optname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/optname.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2001 by Darren Reed. diff --git a/contrib/ipfilter/lib/optprint.c b/contrib/ipfilter/lib/optprint.c index 81a3287cf672..8ebc7496064d 100644 --- a/contrib/ipfilter/lib/optprint.c +++ b/contrib/ipfilter/lib/optprint.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/optprint.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/optprintv6.c b/contrib/ipfilter/lib/optprintv6.c index f6ea6eca905e..592b6bd980f3 100644 --- a/contrib/ipfilter/lib/optprintv6.c +++ b/contrib/ipfilter/lib/optprintv6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/optprintv6.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/optvalue.c b/contrib/ipfilter/lib/optvalue.c index aa1ef2e7648f..4a250f2768f0 100644 --- a/contrib/ipfilter/lib/optvalue.c +++ b/contrib/ipfilter/lib/optvalue.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/optvalue.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/portname.c b/contrib/ipfilter/lib/portname.c index f0c8625e6a77..baa38461b222 100644 --- a/contrib/ipfilter/lib/portname.c +++ b/contrib/ipfilter/lib/portname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/portname.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/print_toif.c b/contrib/ipfilter/lib/print_toif.c index 94a4618dbae2..04f9c1a0a155 100644 --- a/contrib/ipfilter/lib/print_toif.c +++ b/contrib/ipfilter/lib/print_toif.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/print_toif.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/printactivenat.c b/contrib/ipfilter/lib/printactivenat.c index a2e292406614..fbef3a3d6463 100644 --- a/contrib/ipfilter/lib/printactivenat.c +++ b/contrib/ipfilter/lib/printactivenat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printactivenat.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/printaps.c b/contrib/ipfilter/lib/printaps.c index 87a12cd494fc..cf2c493455f2 100644 --- a/contrib/ipfilter/lib/printaps.c +++ b/contrib/ipfilter/lib/printaps.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printaps.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/printbuf.c b/contrib/ipfilter/lib/printbuf.c index b2e209a01325..b8213bcc45ba 100644 --- a/contrib/ipfilter/lib/printbuf.c +++ b/contrib/ipfilter/lib/printbuf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printbuf.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/printfr.c b/contrib/ipfilter/lib/printfr.c index 587d8cb01a48..b89314c2f62c 100644 --- a/contrib/ipfilter/lib/printfr.c +++ b/contrib/ipfilter/lib/printfr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printfr.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2006 by Darren Reed. diff --git a/contrib/ipfilter/lib/printfraginfo.c b/contrib/ipfilter/lib/printfraginfo.c index d9317e87480d..1842f0b4c2b1 100644 --- a/contrib/ipfilter/lib/printfraginfo.c +++ b/contrib/ipfilter/lib/printfraginfo.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printfraginfo.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2004-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printhash.c b/contrib/ipfilter/lib/printhash.c index 975b60eabcd5..bed922d6d260 100644 --- a/contrib/ipfilter/lib/printhash.c +++ b/contrib/ipfilter/lib/printhash.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printhash.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printhashnode.c b/contrib/ipfilter/lib/printhashnode.c index ed83c397b4c5..6d844e3669c1 100644 --- a/contrib/ipfilter/lib/printhashnode.c +++ b/contrib/ipfilter/lib/printhashnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printhashnode.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printhostmap.c b/contrib/ipfilter/lib/printhostmap.c index 0c9242f91eef..ed33d01c5c46 100644 --- a/contrib/ipfilter/lib/printhostmap.c +++ b/contrib/ipfilter/lib/printhostmap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printhostmap.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printhostmask.c b/contrib/ipfilter/lib/printhostmask.c index 44703c4c4636..1bc0faa2e290 100644 --- a/contrib/ipfilter/lib/printhostmask.c +++ b/contrib/ipfilter/lib/printhostmask.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printhostmask.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printifname.c b/contrib/ipfilter/lib/printifname.c index 2f7d912cf3e0..2f0d2b234c89 100644 --- a/contrib/ipfilter/lib/printifname.c +++ b/contrib/ipfilter/lib/printifname.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printifname.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/printip.c b/contrib/ipfilter/lib/printip.c index 8c008afa9d24..1932451789f1 100644 --- a/contrib/ipfilter/lib/printip.c +++ b/contrib/ipfilter/lib/printip.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printip.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printlog.c b/contrib/ipfilter/lib/printlog.c index 82c0400759eb..e021f0563dbc 100644 --- a/contrib/ipfilter/lib/printlog.c +++ b/contrib/ipfilter/lib/printlog.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printlog.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printmask.c b/contrib/ipfilter/lib/printmask.c index 9230dc0026a5..04476392b96a 100644 --- a/contrib/ipfilter/lib/printmask.c +++ b/contrib/ipfilter/lib/printmask.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printmask.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printnat.c b/contrib/ipfilter/lib/printnat.c index 62942ce4d4ea..ffc7987bb10a 100644 --- a/contrib/ipfilter/lib/printnat.c +++ b/contrib/ipfilter/lib/printnat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printnat.c,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printpacket.c b/contrib/ipfilter/lib/printpacket.c index 25a4d5a8f7da..b9fb776f5b31 100644 --- a/contrib/ipfilter/lib/printpacket.c +++ b/contrib/ipfilter/lib/printpacket.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printpacket.c,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printpacket6.c b/contrib/ipfilter/lib/printpacket6.c index ca3b42133a3e..ea0eedb8675d 100644 --- a/contrib/ipfilter/lib/printpacket6.c +++ b/contrib/ipfilter/lib/printpacket6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printpacket6.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/printpool.c b/contrib/ipfilter/lib/printpool.c index 4ab85fac8c35..40e84b0a0ce9 100644 --- a/contrib/ipfilter/lib/printpool.c +++ b/contrib/ipfilter/lib/printpool.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printpool.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printpoolnode.c b/contrib/ipfilter/lib/printpoolnode.c index 3327b8a5a43a..9eee4fdb004f 100644 --- a/contrib/ipfilter/lib/printpoolnode.c +++ b/contrib/ipfilter/lib/printpoolnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printpoolnode.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printportcmp.c b/contrib/ipfilter/lib/printportcmp.c index 6a1a461b6206..745a0360e080 100644 --- a/contrib/ipfilter/lib/printportcmp.c +++ b/contrib/ipfilter/lib/printportcmp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printportcmp.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/printsbuf.c b/contrib/ipfilter/lib/printsbuf.c index f6c633c13fd6..98b9ccf79a61 100644 --- a/contrib/ipfilter/lib/printsbuf.c +++ b/contrib/ipfilter/lib/printsbuf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printsbuf.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/printstate.c b/contrib/ipfilter/lib/printstate.c index a8777b2b59f2..37f1c409c126 100644 --- a/contrib/ipfilter/lib/printstate.c +++ b/contrib/ipfilter/lib/printstate.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printstate.c,v 1.5.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/printtunable.c b/contrib/ipfilter/lib/printtunable.c index aa7ae5d0e578..8de8ca939999 100644 --- a/contrib/ipfilter/lib/printtunable.c +++ b/contrib/ipfilter/lib/printtunable.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/printtunable.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/remove_hash.c b/contrib/ipfilter/lib/remove_hash.c index 297db4827d73..04e27c841325 100644 --- a/contrib/ipfilter/lib/remove_hash.c +++ b/contrib/ipfilter/lib/remove_hash.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/remove_hash.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/remove_hashnode.c b/contrib/ipfilter/lib/remove_hashnode.c index 47a19dcaa62f..71e7dd4bc78f 100644 --- a/contrib/ipfilter/lib/remove_hashnode.c +++ b/contrib/ipfilter/lib/remove_hashnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/remove_hashnode.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/remove_pool.c b/contrib/ipfilter/lib/remove_pool.c index 1e7fe5f16cdf..a2033aa498d7 100644 --- a/contrib/ipfilter/lib/remove_pool.c +++ b/contrib/ipfilter/lib/remove_pool.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/remove_pool.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/remove_poolnode.c b/contrib/ipfilter/lib/remove_poolnode.c index c80ff7093c67..d4c1e5bb28e4 100644 --- a/contrib/ipfilter/lib/remove_poolnode.c +++ b/contrib/ipfilter/lib/remove_poolnode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/remove_poolnode.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/resetlexer.c b/contrib/ipfilter/lib/resetlexer.c index 8ea83f101a23..0ff8923d0930 100644 --- a/contrib/ipfilter/lib/resetlexer.c +++ b/contrib/ipfilter/lib/resetlexer.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/resetlexer.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/rwlock_emul.c b/contrib/ipfilter/lib/rwlock_emul.c index 1ee247570082..50563b25e988 100644 --- a/contrib/ipfilter/lib/rwlock_emul.c +++ b/contrib/ipfilter/lib/rwlock_emul.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/rwlock_emul.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/tcp_flags.c b/contrib/ipfilter/lib/tcp_flags.c index 0b602e66ab30..41de63cddfa6 100644 --- a/contrib/ipfilter/lib/tcp_flags.c +++ b/contrib/ipfilter/lib/tcp_flags.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/tcp_flags.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/tcpflags.c b/contrib/ipfilter/lib/tcpflags.c index f01d7dc31573..1c64c5b70539 100644 --- a/contrib/ipfilter/lib/tcpflags.c +++ b/contrib/ipfilter/lib/tcpflags.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/tcpflags.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/tcpoptnames.c b/contrib/ipfilter/lib/tcpoptnames.c index 25e3b275a761..cab3b71393fa 100644 --- a/contrib/ipfilter/lib/tcpoptnames.c +++ b/contrib/ipfilter/lib/tcpoptnames.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/tcpoptnames.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2002 by Darren Reed. diff --git a/contrib/ipfilter/lib/v6ionames.c b/contrib/ipfilter/lib/v6ionames.c index b57b301e67bc..a40be9be6408 100644 --- a/contrib/ipfilter/lib/v6ionames.c +++ b/contrib/ipfilter/lib/v6ionames.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/v6ionames.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003-2005 by Darren Reed. diff --git a/contrib/ipfilter/lib/v6optvalue.c b/contrib/ipfilter/lib/v6optvalue.c index a60d076bfbb7..cbff95221fdd 100644 --- a/contrib/ipfilter/lib/v6optvalue.c +++ b/contrib/ipfilter/lib/v6optvalue.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/v6optvalue.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2003 by Darren Reed. diff --git a/contrib/ipfilter/lib/var.c b/contrib/ipfilter/lib/var.c index 4a62d7aed2e7..b36a59b7f2e9 100644 --- a/contrib/ipfilter/lib/var.c +++ b/contrib/ipfilter/lib/var.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/var.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/ipfilter/lib/verbose.c b/contrib/ipfilter/lib/verbose.c index f1b4516a96cd..d940ad5ac637 100644 --- a/contrib/ipfilter/lib/verbose.c +++ b/contrib/ipfilter/lib/verbose.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/lib/verbose.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000-2001 by Darren Reed. diff --git a/contrib/ipfilter/man/Makefile b/contrib/ipfilter/man/Makefile index 0b8f2a14c5a3..f30d198879ae 100644 --- a/contrib/ipfilter/man/Makefile +++ b/contrib/ipfilter/man/Makefile @@ -3,7 +3,7 @@ # # See the IPFILTER.LICENCE file for details on licencing. # -# $FreeBSD$ +# $FreeBSD: src/contrib/ipfilter/man/Makefile,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ # all: diff --git a/contrib/ipfilter/man/ipf.4 b/contrib/ipfilter/man/ipf.4 index dfef858d5dd8..9d93459ddcd6 100644 --- a/contrib/ipfilter/man/ipf.4 +++ b/contrib/ipfilter/man/ipf.4 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipf.4,v 1.7.18.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPF 4 .SH NAME ipf \- packet filtering kernel interface diff --git a/contrib/ipfilter/man/ipf.5 b/contrib/ipfilter/man/ipf.5 index 8bdaedcba229..5867e6a8763d 100644 --- a/contrib/ipfilter/man/ipf.5 +++ b/contrib/ipfilter/man/ipf.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipf.5,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPF 5 .SH NAME ipf, ipf.conf, ipf6.conf \- IP packet filter rule syntax diff --git a/contrib/ipfilter/man/ipf.8 b/contrib/ipfilter/man/ipf.8 index 678010f73d26..0a8e478f3578 100644 --- a/contrib/ipfilter/man/ipf.8 +++ b/contrib/ipfilter/man/ipf.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipf.8,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPF 8 .SH NAME ipf \- alters packet filtering lists for IP packet input and output diff --git a/contrib/ipfilter/man/ipfilter.4 b/contrib/ipfilter/man/ipfilter.4 index 09eb4db8f1af..1396344169f4 100644 --- a/contrib/ipfilter/man/ipfilter.4 +++ b/contrib/ipfilter/man/ipfilter.4 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipfilter.4,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IP\ FILTER 4 .SH NAME diff --git a/contrib/ipfilter/man/ipfilter.5 b/contrib/ipfilter/man/ipfilter.5 index 97e504df15fa..f76b3728b8eb 100644 --- a/contrib/ipfilter/man/ipfilter.5 +++ b/contrib/ipfilter/man/ipfilter.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipfilter.5,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPFILTER 1 .SH NAME IP Filter diff --git a/contrib/ipfilter/man/ipfs.8 b/contrib/ipfilter/man/ipfs.8 index 01d0c707d60c..a8719caad01d 100644 --- a/contrib/ipfilter/man/ipfs.8 +++ b/contrib/ipfilter/man/ipfs.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipfs.8,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPFS 8 .SH NAME diff --git a/contrib/ipfilter/man/ipfstat.8 b/contrib/ipfilter/man/ipfstat.8 index 44ba8ba0d430..ff2725789db9 100644 --- a/contrib/ipfilter/man/ipfstat.8 +++ b/contrib/ipfilter/man/ipfstat.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipfstat.8,v 1.11.6.1 2008/11/25 02:59:29 kensmith Exp $ .TH ipfstat 8 .SH NAME ipfstat \- reports on packet filter statistics and filter list diff --git a/contrib/ipfilter/man/ipftest.1 b/contrib/ipfilter/man/ipftest.1 index 402195f318e1..6d44550d4539 100644 --- a/contrib/ipfilter/man/ipftest.1 +++ b/contrib/ipfilter/man/ipftest.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipftest.1,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ .TH ipftest 1 .SH NAME ipftest \- test packet filter rules with arbitrary input. diff --git a/contrib/ipfilter/man/ipl.4 b/contrib/ipfilter/man/ipl.4 index da1d9e61ce0f..f6d5982ffb85 100644 --- a/contrib/ipfilter/man/ipl.4 +++ b/contrib/ipfilter/man/ipl.4 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipl.4,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPL 4 .SH NAME diff --git a/contrib/ipfilter/man/ipmon.5 b/contrib/ipfilter/man/ipmon.5 index 081fc0856bc1..1e9cb869dbf2 100644 --- a/contrib/ipfilter/man/ipmon.5 +++ b/contrib/ipfilter/man/ipmon.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipmon.5,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPMON 5 .SH NAME diff --git a/contrib/ipfilter/man/ipmon.8 b/contrib/ipfilter/man/ipmon.8 index 1082e06ec262..6154d50fddb8 100644 --- a/contrib/ipfilter/man/ipmon.8 +++ b/contrib/ipfilter/man/ipmon.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipmon.8,v 1.18.6.1 2008/11/25 02:59:29 kensmith Exp $ .TH ipmon 8 .SH NAME ipmon \- monitors /dev/ipl for logged packets diff --git a/contrib/ipfilter/man/ipnat.4 b/contrib/ipfilter/man/ipnat.4 index 095e4e5e1904..263e50ff3e4b 100644 --- a/contrib/ipfilter/man/ipnat.4 +++ b/contrib/ipfilter/man/ipnat.4 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipnat.4,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ .TH IPNAT 4 .SH NAME ipnat \- Network Address Translation kernel interface diff --git a/contrib/ipfilter/man/ipnat.5 b/contrib/ipfilter/man/ipnat.5 index 6d3f9bcff457..0232ef650876 100644 --- a/contrib/ipfilter/man/ipnat.5 +++ b/contrib/ipfilter/man/ipnat.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipnat.5,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPNAT 5 .SH NAME diff --git a/contrib/ipfilter/man/ipnat.8 b/contrib/ipfilter/man/ipnat.8 index 192c1e74ccd9..5abe6a4024a8 100644 --- a/contrib/ipfilter/man/ipnat.8 +++ b/contrib/ipfilter/man/ipnat.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipnat.8,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPNAT 8 .SH NAME diff --git a/contrib/ipfilter/man/ippool.5 b/contrib/ipfilter/man/ippool.5 index 367eb8d6f2bb..01078af74a3a 100644 --- a/contrib/ipfilter/man/ippool.5 +++ b/contrib/ipfilter/man/ippool.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ippool.5,v 1.2.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPPOOL 5 .SH NAME diff --git a/contrib/ipfilter/man/ippool.8 b/contrib/ipfilter/man/ippool.8 index 986812a14077..0a7f04f1e4a3 100644 --- a/contrib/ipfilter/man/ippool.8 +++ b/contrib/ipfilter/man/ippool.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ippool.8,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPPOOL 8 .SH NAME diff --git a/contrib/ipfilter/man/ipscan.5 b/contrib/ipfilter/man/ipscan.5 index 91bf9b0f5ebe..564a11e7de3a 100644 --- a/contrib/ipfilter/man/ipscan.5 +++ b/contrib/ipfilter/man/ipscan.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipscan.5,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPSCAN 5 .SH NAME diff --git a/contrib/ipfilter/man/ipscan.8 b/contrib/ipfilter/man/ipscan.8 index 513dc94a8050..2516072f50e1 100644 --- a/contrib/ipfilter/man/ipscan.8 +++ b/contrib/ipfilter/man/ipscan.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/ipscan.8,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH IPSCAN 8 .SH NAME diff --git a/contrib/ipfilter/man/mkfilters.1 b/contrib/ipfilter/man/mkfilters.1 index b9e1ddd8872a..8cd2d15e333a 100644 --- a/contrib/ipfilter/man/mkfilters.1 +++ b/contrib/ipfilter/man/mkfilters.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/ipfilter/man/mkfilters.1,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH MKFILTERS 1 .SH NAME diff --git a/contrib/ipfilter/md5.c b/contrib/ipfilter/md5.c index 63dd4b415745..f3f4b6719771 100644 --- a/contrib/ipfilter/md5.c +++ b/contrib/ipfilter/md5.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/md5.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ diff --git a/contrib/ipfilter/md5.h b/contrib/ipfilter/md5.h index 914df74355a0..b192cd48f638 100644 --- a/contrib/ipfilter/md5.h +++ b/contrib/ipfilter/md5.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/md5.h,v 1.2.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* *********************************************************************** diff --git a/contrib/ipfilter/mlf_ipl.c b/contrib/ipfilter/mlf_ipl.c index ca79596e3844..448f8d93bc45 100644 --- a/contrib/ipfilter/mlf_ipl.c +++ b/contrib/ipfilter/mlf_ipl.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/mlf_ipl.c,v 1.2.14.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/mlf_rule.c b/contrib/ipfilter/mlf_rule.c index 8b7b9d3a9409..ce2e9cd694cb 100644 --- a/contrib/ipfilter/mlf_rule.c +++ b/contrib/ipfilter/mlf_rule.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/mlf_rule.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/mlfk_rule.c b/contrib/ipfilter/mlfk_rule.c index 5f7aed89a7dd..d2a6d0818f19 100644 --- a/contrib/ipfilter/mlfk_rule.c +++ b/contrib/ipfilter/mlfk_rule.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/mlfk_rule.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000 by Darren Reed. diff --git a/contrib/ipfilter/mlh_rule.c b/contrib/ipfilter/mlh_rule.c index dd350dfb7b4f..0a0bb114a205 100644 --- a/contrib/ipfilter/mlh_rule.c +++ b/contrib/ipfilter/mlh_rule.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/mlh_rule.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. diff --git a/contrib/ipfilter/net/.cvsignore b/contrib/ipfilter/net/.cvsignore deleted file mode 100644 index 19f86f493ab1..000000000000 --- a/contrib/ipfilter/net/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -done diff --git a/contrib/ipfilter/opts.h b/contrib/ipfilter/opts.h index fa53c8f5fe90..8c09a9f1e4bd 100644 --- a/contrib/ipfilter/opts.h +++ b/contrib/ipfilter/opts.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/opts.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2000 by Darren Reed. diff --git a/contrib/ipfilter/pcap-bpf.h b/contrib/ipfilter/pcap-bpf.h index 51002a3c2bea..f1e976e96c95 100644 --- a/contrib/ipfilter/pcap-bpf.h +++ b/contrib/ipfilter/pcap-bpf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/pcap-bpf.h,v 1.1.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /*- * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 diff --git a/contrib/ipfilter/pcap-ipf.h b/contrib/ipfilter/pcap-ipf.h index 71250ad61389..07922e15bc73 100644 --- a/contrib/ipfilter/pcap-ipf.h +++ b/contrib/ipfilter/pcap-ipf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/pcap-ipf.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/radix.c b/contrib/ipfilter/radix.c index 8c67562553e2..49233edaa190 100644 --- a/contrib/ipfilter/radix.c +++ b/contrib/ipfilter/radix.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/radix.c,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1988, 1989, 1993 diff --git a/contrib/ipfilter/radix_ipf.h b/contrib/ipfilter/radix_ipf.h index 11e4ba761aae..99357a9ac2ae 100644 --- a/contrib/ipfilter/radix_ipf.h +++ b/contrib/ipfilter/radix_ipf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/radix_ipf.h,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1988, 1989, 1993 diff --git a/contrib/ipfilter/rules/.cvsignore b/contrib/ipfilter/rules/.cvsignore deleted file mode 100644 index 3e757656cf36..000000000000 --- a/contrib/ipfilter/rules/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -new diff --git a/contrib/ipfilter/samples/.cvsignore b/contrib/ipfilter/samples/.cvsignore deleted file mode 100644 index 4d38251c2f4f..000000000000 --- a/contrib/ipfilter/samples/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -userauth -proxy -relay -trans_relay diff --git a/contrib/ipfilter/samples/proxy.c b/contrib/ipfilter/samples/proxy.c index 471cc736506a..e6553a382c71 100644 --- a/contrib/ipfilter/samples/proxy.c +++ b/contrib/ipfilter/samples/proxy.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/samples/proxy.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Sample transparent proxy program. diff --git a/contrib/ipfilter/samples/relay.c b/contrib/ipfilter/samples/relay.c index ac5c60243b8f..41a0d83dc759 100644 --- a/contrib/ipfilter/samples/relay.c +++ b/contrib/ipfilter/samples/relay.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/samples/relay.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Sample program to be used as a transparent proxy. diff --git a/contrib/ipfilter/samples/userauth.c b/contrib/ipfilter/samples/userauth.c index 620bd7220057..5c1873e2d521 100644 --- a/contrib/ipfilter/samples/userauth.c +++ b/contrib/ipfilter/samples/userauth.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/samples/userauth.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/socket.h> diff --git a/contrib/ipfilter/snoop.h b/contrib/ipfilter/snoop.h index 3cb54b99cc3f..05f3427b82e5 100644 --- a/contrib/ipfilter/snoop.h +++ b/contrib/ipfilter/snoop.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/snoop.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. diff --git a/contrib/ipfilter/test/.cvsignore b/contrib/ipfilter/test/.cvsignore deleted file mode 100644 index 5825abcde9c7..000000000000 --- a/contrib/ipfilter/test/.cvsignore +++ /dev/null @@ -1,87 +0,0 @@ -results -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -i1 -i2 -i3 -i4 -i5 -i6 -i7 -i8 -i9 -i10 -i11 -f1 -f2 -f3 -f4 -f5 -f6 -f7 -f8 -f9 -f10 -f11 -f12 -f13 -f14 -n1 -n2 -n3 -n4 -n5 -n6 -n7 -f15 -f16 -ipv6.1 -ipv6.2 -l1 -ni1 -ni2 -ni3 -ni4 -f17 -in1 -in2 -in3 -in4 -p1 -p2 -i12 -ip1 -p3 -i13 -ni5 -ni6 -i14 -in5 -ipv6.3 -n8 -n9 -n10 -n11 -ni7 -ni8 -ni9 -ni10 -ni11 -ni12 -n12 -in6 -i15 -ni13 -ni14 -ni15 -ni16 diff --git a/contrib/ipfilter/test/logtest b/contrib/ipfilter/test/logtest index 1c8ac5bca2c3..3443982fcdbf 100755 --- a/contrib/ipfilter/test/logtest +++ b/contrib/ipfilter/test/logtest @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/contrib/ipfilter/test/logtest,v 1.4.18.1 2008/11/25 02:59:29 kensmith Exp $ format=$2 mkdir -p results if [ -f /usr/ucb/touch ] ; then diff --git a/contrib/ipfilter/tools/ipf.c b/contrib/ipfilter/tools/ipf.c index fe9fec2581ec..20da350ccf57 100644 --- a/contrib/ipfilter/tools/ipf.c +++ b/contrib/ipfilter/tools/ipf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipf.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipf_y.y b/contrib/ipfilter/tools/ipf_y.y index 2ce4291f2ec8..f5b592317abd 100644 --- a/contrib/ipfilter/tools/ipf_y.y +++ b/contrib/ipfilter/tools/ipf_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipf_y.y,v 1.6.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipfcomp.c b/contrib/ipfilter/tools/ipfcomp.c index 1e26de5966c3..2995a4243c46 100644 --- a/contrib/ipfilter/tools/ipfcomp.c +++ b/contrib/ipfilter/tools/ipfcomp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipfcomp.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2005 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipfs.c b/contrib/ipfilter/tools/ipfs.c index eab650a7ee36..2e4143a15520 100644 --- a/contrib/ipfilter/tools/ipfs.c +++ b/contrib/ipfilter/tools/ipfs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipfs.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipfstat.c b/contrib/ipfilter/tools/ipfstat.c index 3c5bfdd50ac4..b6bb350d252b 100644 --- a/contrib/ipfilter/tools/ipfstat.c +++ b/contrib/ipfilter/tools/ipfstat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipfstat.c,v 1.6.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipftest.c b/contrib/ipfilter/tools/ipftest.c index 963ed197cb9c..d4a487663d74 100644 --- a/contrib/ipfilter/tools/ipftest.c +++ b/contrib/ipfilter/tools/ipftest.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipftest.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipmon.c b/contrib/ipfilter/tools/ipmon.c index ceaed82cb4b3..0199f8946f4e 100644 --- a/contrib/ipfilter/tools/ipmon.c +++ b/contrib/ipfilter/tools/ipmon.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipmon.c,v 1.7.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipmon_y.y b/contrib/ipfilter/tools/ipmon_y.y index 98042d880222..559ba8a35d2b 100644 --- a/contrib/ipfilter/tools/ipmon_y.y +++ b/contrib/ipfilter/tools/ipmon_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipmon_y.y,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2004 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipnat.c b/contrib/ipfilter/tools/ipnat.c index 28e29ec74199..2fcfcc03e2df 100644 --- a/contrib/ipfilter/tools/ipnat.c +++ b/contrib/ipfilter/tools/ipnat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipnat.c,v 1.5.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipnat_y.y b/contrib/ipfilter/tools/ipnat_y.y index cce717d8ee05..0c3a1a679a9f 100644 --- a/contrib/ipfilter/tools/ipnat_y.y +++ b/contrib/ipfilter/tools/ipnat_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipnat_y.y,v 1.5.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index 8b7096050736..63f82fd1e4e7 100644 --- a/contrib/ipfilter/tools/ippool.c +++ b/contrib/ipfilter/tools/ippool.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ippool.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ippool_y.y b/contrib/ipfilter/tools/ippool_y.y index 24f683bd1c19..afb482e71d81 100644 --- a/contrib/ipfilter/tools/ippool_y.y +++ b/contrib/ipfilter/tools/ippool_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ippool_y.y,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipscan_y.y b/contrib/ipfilter/tools/ipscan_y.y index 5dbefd6ab5ae..dcc99440ae49 100644 --- a/contrib/ipfilter/tools/ipscan_y.y +++ b/contrib/ipfilter/tools/ipscan_y.y @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipscan_y.y,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2004 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipsyncm.c b/contrib/ipfilter/tools/ipsyncm.c index 600d39ad0d6c..b261de938627 100644 --- a/contrib/ipfilter/tools/ipsyncm.c +++ b/contrib/ipfilter/tools/ipsyncm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipsyncm.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/ipsyncs.c b/contrib/ipfilter/tools/ipsyncs.c index 887eeab310c6..08ad04818269 100644 --- a/contrib/ipfilter/tools/ipsyncs.c +++ b/contrib/ipfilter/tools/ipsyncs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/ipsyncs.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2001-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/lex_var.h b/contrib/ipfilter/tools/lex_var.h index 78c5efc4263d..1b8a2ae5413f 100644 --- a/contrib/ipfilter/tools/lex_var.h +++ b/contrib/ipfilter/tools/lex_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/lex_var.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002 by Darren Reed. diff --git a/contrib/ipfilter/tools/lexer.c b/contrib/ipfilter/tools/lexer.c index 989643c966b5..f7e40ab545f8 100644 --- a/contrib/ipfilter/tools/lexer.c +++ b/contrib/ipfilter/tools/lexer.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/lexer.c,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2006 by Darren Reed. diff --git a/contrib/ipfilter/tools/lexer.h b/contrib/ipfilter/tools/lexer.h index d973ea42ae35..4956895b1b64 100644 --- a/contrib/ipfilter/tools/lexer.h +++ b/contrib/ipfilter/tools/lexer.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ipfilter/tools/lexer.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 2002-2004 by Darren Reed. diff --git a/contrib/less/command.c b/contrib/less/command.c index e42d9ce764c8..a62c80c930e7 100644 --- a/contrib/less/command.c +++ b/contrib/less/command.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/command.c,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/forwback.c b/contrib/less/forwback.c index 08a9721ab2d5..298211fca854 100644 --- a/contrib/less/forwback.c +++ b/contrib/less/forwback.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/forwback.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/less.h b/contrib/less/less.h index f2ea445102f6..b0fdaa2d3d38 100644 --- a/contrib/less/less.h +++ b/contrib/less/less.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/less.h,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/line.c b/contrib/less/line.c index 944e02d86963..f854f6ad4416 100644 --- a/contrib/less/line.c +++ b/contrib/less/line.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/line.c,v 1.5.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/main.c b/contrib/less/main.c index e139a62d0cf4..ce351fb5e98c 100644 --- a/contrib/less/main.c +++ b/contrib/less/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/main.c,v 1.12.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/prompt.c b/contrib/less/prompt.c index 4f9689567e58..f413a0a046a3 100644 --- a/contrib/less/prompt.c +++ b/contrib/less/prompt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/prompt.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/screen.c b/contrib/less/screen.c index 3c123b9bf102..2a2419c2e9cd 100644 --- a/contrib/less/screen.c +++ b/contrib/less/screen.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/screen.c,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/search.c b/contrib/less/search.c index 4fb169c39d7e..58db40440947 100644 --- a/contrib/less/search.c +++ b/contrib/less/search.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/search.c,v 1.9.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (C) 1984-2007 Mark Nudelman * diff --git a/contrib/less/signal.c b/contrib/less/signal.c index def985dba7e5..f5c82fe81e82 100644 --- a/contrib/less/signal.c +++ b/contrib/less/signal.c @@ -8,7 +8,7 @@ * contact the author, see the README file. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/less/signal.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Routines dealing with signals. diff --git a/contrib/libf2c/FREEBSD-upgrade b/contrib/libf2c/FREEBSD-upgrade index e919f546f552..85a5d5246826 100644 --- a/contrib/libf2c/FREEBSD-upgrade +++ b/contrib/libf2c/FREEBSD-upgrade @@ -1,5 +1,5 @@ # ex:ts=8 -$FreeBSD$ +$FreeBSD: src/contrib/libf2c/FREEBSD-upgrade,v 1.4.52.1 2008/11/25 02:59:29 kensmith Exp $ For the import of lib{f,g}2c, files were pruned by: diff --git a/contrib/libpcap/.cvsignore b/contrib/libpcap/.cvsignore deleted file mode 100644 index 138c28814a08..000000000000 --- a/contrib/libpcap/.cvsignore +++ /dev/null @@ -1,13 +0,0 @@ -config.log -config.cache -config.status -config.h -.devel -stamp-h -stamp-h.in -Makefile -scanner.c -grammar.c -tokdefs.h -version.c -version.h diff --git a/contrib/libpcap/FREEBSD-upgrade b/contrib/libpcap/FREEBSD-upgrade index eea75c2951c4..e7bd3f22fac9 100644 --- a/contrib/libpcap/FREEBSD-upgrade +++ b/contrib/libpcap/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/libpcap/FREEBSD-upgrade,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade diff --git a/contrib/libpcap/gencode.c b/contrib/libpcap/gencode.c index b2d822221c3e..f9906ec5a88e 100644 --- a/contrib/libpcap/gencode.c +++ b/contrib/libpcap/gencode.c @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/gencode.c,v 1.16.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/gencode.h b/contrib/libpcap/gencode.h index 9363a425987d..a020e6205918 100644 --- a/contrib/libpcap/gencode.h +++ b/contrib/libpcap/gencode.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/gencode.h,v 1.9.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/gencode.h,v 1.60.2.11 2007/06/11 09:52:04 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/grammar.y b/contrib/libpcap/grammar.y index 9d9b2023ec23..79d8cc6eaaba 100644 --- a/contrib/libpcap/grammar.y +++ b/contrib/libpcap/grammar.y @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/grammar.y,v 1.11.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/nametoaddr.c b/contrib/libpcap/nametoaddr.c index 791c281c6f50..64413a2a2e03 100644 --- a/contrib/libpcap/nametoaddr.c +++ b/contrib/libpcap/nametoaddr.c @@ -21,7 +21,7 @@ * Name to id translation routines used by the scanner. * These functions are not time critical. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/nametoaddr.c,v 1.12.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/libpcap/nlpid.h b/contrib/libpcap/nlpid.h index 7ea2963f108d..acc9bd00a0ce 100644 --- a/contrib/libpcap/nlpid.h +++ b/contrib/libpcap/nlpid.h @@ -15,7 +15,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/nlpid.h,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/nlpid.h,v 1.2 2002/12/06 00:01:34 hannes Exp $ (Juniper) */ diff --git a/contrib/libpcap/pcap-bpf.c b/contrib/libpcap/pcap-bpf.c index 91bfdcb283cd..ceff8a07750b 100644 --- a/contrib/libpcap/pcap-bpf.c +++ b/contrib/libpcap/pcap-bpf.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-bpf.c,v 1.3.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/libpcap/pcap-int.h b/contrib/libpcap/pcap-int.h index fbab8e9cac34..fc8dbc9082ae 100644 --- a/contrib/libpcap/pcap-int.h +++ b/contrib/libpcap/pcap-int.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-int.h,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.68.2.11 2007/06/22 06:43:58 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/pcap-namedb.h b/contrib/libpcap/pcap-namedb.h index bbd06b0f58a8..4ba5a9e1fd1a 100644 --- a/contrib/libpcap/pcap-namedb.h +++ b/contrib/libpcap/pcap-namedb.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap-namedb.h,v 1.6.18.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.10 2005/03/17 07:02:32 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/pcap.3 b/contrib/libpcap/pcap.3 index 14b936883b2d..682e9f01dfd6 100644 --- a/contrib/libpcap/pcap.3 +++ b/contrib/libpcap/pcap.3 @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/libpcap/pcap.3,v 1.15.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH PCAP 3 "27 February 2004" .SH NAME diff --git a/contrib/libpcap/pcap.h b/contrib/libpcap/pcap.h index c81f81e8afc6..52dbc6a1e867 100644 --- a/contrib/libpcap/pcap.h +++ b/contrib/libpcap/pcap.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/pcap.h,v 1.12.2.2.4.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/libpcap/pcap.h,v 1.52.2.7 2007/06/11 09:52:05 guy Exp $ (LBL) */ diff --git a/contrib/libpcap/scanner.l b/contrib/libpcap/scanner.l index ff8ae63aa41c..5e73215ecd16 100644 --- a/contrib/libpcap/scanner.l +++ b/contrib/libpcap/scanner.l @@ -19,7 +19,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/libpcap/scanner.l,v 1.13.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/libreadline/FREEBSD-upgrade b/contrib/libreadline/FREEBSD-upgrade index 1e35444b98a3..5ec4a5de4252 100644 --- a/contrib/libreadline/FREEBSD-upgrade +++ b/contrib/libreadline/FREEBSD-upgrade @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/libreadline/FREEBSD-upgrade,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ # # Official patch 001 imported as v5_2_p1 # Official patch 002 imported as v5_2_p2 diff --git a/contrib/libreadline/complete.c b/contrib/libreadline/complete.c index 3606d5097f08..bd64205b1f23 100644 --- a/contrib/libreadline/complete.c +++ b/contrib/libreadline/complete.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/complete.c,v 1.13.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* complete.c -- filename completion for readline. */ /* Copyright (C) 1987-2005 Free Software Foundation, Inc. diff --git a/contrib/libreadline/display.c b/contrib/libreadline/display.c index 399cd4b8097c..7a60a966a0fd 100644 --- a/contrib/libreadline/display.c +++ b/contrib/libreadline/display.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/display.c,v 1.13.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* display.c -- readline redisplay facility. */ /* Copyright (C) 1987-2006 Free Software Foundation, Inc. diff --git a/contrib/libreadline/doc/readline.3 b/contrib/libreadline/doc/readline.3 index d359cb678950..7b0e55766890 100644 --- a/contrib/libreadline/doc/readline.3 +++ b/contrib/libreadline/doc/readline.3 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/libreadline/doc/readline.3,v 1.12.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .\" MAN PAGE COMMENTS to .\" diff --git a/contrib/libreadline/readline.h b/contrib/libreadline/readline.h index fab2f7f36f75..28f60e780c7c 100644 --- a/contrib/libreadline/readline.h +++ b/contrib/libreadline/readline.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/readline.h,v 1.18.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Readline.h -- the names of functions callable from within readline. */ /* Copyright (C) 1987-2005 Free Software Foundation, Inc. diff --git a/contrib/libreadline/rlconf.h b/contrib/libreadline/rlconf.h index 041abba8a645..883f5e94d2a8 100644 --- a/contrib/libreadline/rlconf.h +++ b/contrib/libreadline/rlconf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/rlconf.h,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* rlconf.h -- readline configuration definitions */ /* Copyright (C) 1994 Free Software Foundation, Inc. diff --git a/contrib/libreadline/shell.c b/contrib/libreadline/shell.c index 58ecd8e1b8a7..02148cb1ad80 100644 --- a/contrib/libreadline/shell.c +++ b/contrib/libreadline/shell.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/shell.c,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* shell.c -- readline utility functions that are normally provided by bash when readline is linked as part of the shell. */ diff --git a/contrib/libreadline/terminal.c b/contrib/libreadline/terminal.c index bbc1fa490960..8c142225a3c0 100644 --- a/contrib/libreadline/terminal.c +++ b/contrib/libreadline/terminal.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/terminal.c,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* terminal.c -- controlling the terminal with termcap. */ /* Copyright (C) 1996-2006 Free Software Foundation, Inc. diff --git a/contrib/libreadline/util.c b/contrib/libreadline/util.c index 83974e3cd860..b7af0429e534 100644 --- a/contrib/libreadline/util.c +++ b/contrib/libreadline/util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/util.c,v 1.11.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* util.c -- readline utility functions */ /* Copyright (C) 1987-2005 Free Software Foundation, Inc. diff --git a/contrib/libreadline/vi_mode.c b/contrib/libreadline/vi_mode.c index d0f01b151417..3e3cfcf2c4dd 100644 --- a/contrib/libreadline/vi_mode.c +++ b/contrib/libreadline/vi_mode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/libreadline/vi_mode.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* vi_mode.c -- A vi emulation mode for Bash. Derived from code written by Jeff Sparkes (jsparkes@bnr.ca). */ diff --git a/contrib/lukemftpd/src/ftpd.c b/contrib/lukemftpd/src/ftpd.c index 50a88545fe1d..4ffda2fa9c56 100644 --- a/contrib/lukemftpd/src/ftpd.c +++ b/contrib/lukemftpd/src/ftpd.c @@ -107,7 +107,7 @@ static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95"; #else __RCSID("$NetBSD: ftpd.c,v 1.176 2006/05/09 20:18:06 mrg Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/lukemftpd/src/ftpd.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $"); #endif /* not lint */ /* diff --git a/contrib/lukemftpd/src/ftpd.conf.5 b/contrib/lukemftpd/src/ftpd.conf.5 index be73c48c1537..f5ef0fc9ac64 100644 --- a/contrib/lukemftpd/src/ftpd.conf.5 +++ b/contrib/lukemftpd/src/ftpd.conf.5 @@ -1,5 +1,5 @@ .\" $NetBSD: ftpd.conf.5,v 1.32 2005/09/11 23:31:46 wiz Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/lukemftpd/src/ftpd.conf.5,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .\" Copyright (c) 1997-2001, 2005 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/contrib/ncurses/FREEBSD-Xlist b/contrib/ncurses/FREEBSD-Xlist index a0ee58e5a0ea..ba228d5cae62 100644 --- a/contrib/ncurses/FREEBSD-Xlist +++ b/contrib/ncurses/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/ncurses/FREEBSD-Xlist,v 1.1.6.1 2008/11/25 02:59:29 kensmith Exp $ Ada95 c++ diff --git a/contrib/ncurses/FREEBSD-upgrade b/contrib/ncurses/FREEBSD-upgrade index 0e7cdf20ab0b..044ee955256e 100644 --- a/contrib/ncurses/FREEBSD-upgrade +++ b/contrib/ncurses/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/ncurses/FREEBSD-upgrade,v 1.1.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ ncurses diff --git a/contrib/ncurses/ncurses/tinfo/comp_scan.c b/contrib/ncurses/ncurses/tinfo/comp_scan.c index cf95464b4ab1..0d0c259956a3 100644 --- a/contrib/ncurses/ncurses/tinfo/comp_scan.c +++ b/contrib/ncurses/ncurses/tinfo/comp_scan.c @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996 on * ****************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ncurses/ncurses/tinfo/comp_scan.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * comp_scan.c --- Lexical scanner for terminfo compiler. diff --git a/contrib/ncurses/ncurses/tinfo/lib_baudrate.c b/contrib/ncurses/ncurses/tinfo/lib_baudrate.c index 2d1c3ea418ab..00e9d5567b92 100644 --- a/contrib/ncurses/ncurses/tinfo/lib_baudrate.c +++ b/contrib/ncurses/ncurses/tinfo/lib_baudrate.c @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c,v 1.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * lib_baudrate.c diff --git a/contrib/ncurses/ncurses/tinfo/lib_raw.c b/contrib/ncurses/ncurses/tinfo/lib_raw.c index a3609727f17a..f059b2033aae 100644 --- a/contrib/ncurses/ncurses/tinfo/lib_raw.c +++ b/contrib/ncurses/ncurses/tinfo/lib_raw.c @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1998 on * ****************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ncurses/ncurses/tinfo/lib_raw.c,v 1.7.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * raw.c diff --git a/contrib/ncurses/ncurses/tinfo/lib_termcap.c b/contrib/ncurses/ncurses/tinfo/lib_termcap.c index 2291df886378..9a0bce6cd09f 100644 --- a/contrib/ncurses/ncurses/tinfo/lib_termcap.c +++ b/contrib/ncurses/ncurses/tinfo/lib_termcap.c @@ -36,7 +36,7 @@ * (but it has changed a lot) * ****************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/ncurses/ncurses/tinfo/lib_termcap.c,v 1.12.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #define __INTERNAL_CAPS_VISIBLE #include <curses.priv.h> diff --git a/contrib/netcat/FREEBSD-Xlist b/contrib/netcat/FREEBSD-Xlist index b69f5e4de371..26374e4c5f1f 100644 --- a/contrib/netcat/FREEBSD-Xlist +++ b/contrib/netcat/FREEBSD-Xlist @@ -1,3 +1,3 @@ -$FreeBSD$ +$FreeBSD: src/contrib/netcat/FREEBSD-Xlist,v 1.1.20.1 2008/11/25 02:59:29 kensmith Exp $ Makefile diff --git a/contrib/netcat/FREEBSD-upgrade b/contrib/netcat/FREEBSD-upgrade index 5cba52bd65b2..c8269c0a843d 100644 --- a/contrib/netcat/FREEBSD-upgrade +++ b/contrib/netcat/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/netcat/FREEBSD-upgrade,v 1.1.20.1 2008/11/25 02:59:29 kensmith Exp $ 1. Export from OpenBSD's nc(1) into an empty directory (say "v-nc"). 2. while read pattern; do rm ${pattern} ; done < FREEBSD-Xlist diff --git a/contrib/netcat/nc.1 b/contrib/netcat/nc.1 index 20885a8b9ea1..97fe091291e7 100644 --- a/contrib/netcat/nc.1 +++ b/contrib/netcat/nc.1 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/netcat/nc.1,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd May 21, 2006 .Dt NC 1 diff --git a/contrib/netcat/netcat.c b/contrib/netcat/netcat.c index bbf79191caae..3d09df285fe4 100644 --- a/contrib/netcat/netcat.c +++ b/contrib/netcat/netcat.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/netcat/netcat.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/ngatm/FREEBSD-Xlist b/contrib/ngatm/FREEBSD-Xlist index 32e28ddb55fb..43a6317212f4 100644 --- a/contrib/ngatm/FREEBSD-Xlist +++ b/contrib/ngatm/FREEBSD-Xlist @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/contrib/ngatm/FREEBSD-Xlist,v 1.1.26.1 2008/11/25 02:59:29 kensmith Exp $ */VERSION */README */Makefile.in diff --git a/contrib/ngatm/FREEBSD-upgrade b/contrib/ngatm/FREEBSD-upgrade index 4557bf72bad2..239d56fa5fc5 100644 --- a/contrib/ngatm/FREEBSD-upgrade +++ b/contrib/ngatm/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/ngatm/FREEBSD-upgrade,v 1.1.28.1 2008/11/25 02:59:29 kensmith Exp $ This is the user part of the NgATM stuff. Be careful to feed changes back to the maintainer <harti@freebsd.org>, because the code here is diff --git a/contrib/ntp/FREEBSD-upgrade b/contrib/ntp/FREEBSD-upgrade index feea46704643..e0090578f57c 100644 --- a/contrib/ntp/FREEBSD-upgrade +++ b/contrib/ntp/FREEBSD-upgrade @@ -1,6 +1,6 @@ # ex:ts=8 # -# $FreeBSD$ +# $FreeBSD: src/contrib/ntp/FREEBSD-upgrade,v 1.5.26.1 2008/11/25 02:59:29 kensmith Exp $ NTP 4.2.0 originals can be found on ftp://ftp.udel.edu/pub/ntp/ntp4/ diff --git a/contrib/ntp/bootstrap b/contrib/ntp/bootstrap index 1a5aff06dcc8..1a5aff06dcc8 100755..100644 --- a/contrib/ntp/bootstrap +++ b/contrib/ntp/bootstrap diff --git a/contrib/ntp/libntp/ntp_random.c b/contrib/ntp/libntp/ntp_random.c index 700b4ee65101..aa81b9a024d5 100644 --- a/contrib/ntp/libntp/ntp_random.c +++ b/contrib/ntp/libntp/ntp_random.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/lib/libc/stdlib/random.c,v 1.4.2.2 1999/09/05 11:16:45 peter Exp $ + * $FreeBSD: src/contrib/ntp/libntp/ntp_random.c,v 1.1.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ * */ diff --git a/contrib/ntp/ntpd/ntp_control.c b/contrib/ntp/ntpd/ntp_control.c index 15f5856f2798..27144cbef054 100644 --- a/contrib/ntp/ntpd/ntp_control.c +++ b/contrib/ntp/ntpd/ntp_control.c @@ -3,7 +3,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/ntp/ntpd/ntp_control.c,v 1.9.18.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/contrib/ntp/scripts/VersionName b/contrib/ntp/scripts/VersionName index f601cc34821e..f601cc34821e 100755..100644 --- a/contrib/ntp/scripts/VersionName +++ b/contrib/ntp/scripts/VersionName diff --git a/contrib/ntp/scripts/genCommitLog b/contrib/ntp/scripts/genCommitLog index 2a258add4301..2a258add4301 100755..100644 --- a/contrib/ntp/scripts/genCommitLog +++ b/contrib/ntp/scripts/genCommitLog diff --git a/contrib/ntp/scripts/genver b/contrib/ntp/scripts/genver index 0ce192213b48..0ce192213b48 100755..100644 --- a/contrib/ntp/scripts/genver +++ b/contrib/ntp/scripts/genver diff --git a/contrib/ntp/scripts/html2man.in b/contrib/ntp/scripts/html2man.in index b7cebce32b0a..b7cebce32b0a 100755..100644 --- a/contrib/ntp/scripts/html2man.in +++ b/contrib/ntp/scripts/html2man.in diff --git a/contrib/ntp/sntp/compile b/contrib/ntp/sntp/compile index 1b1d23216958..1b1d23216958 100755..100644 --- a/contrib/ntp/sntp/compile +++ b/contrib/ntp/sntp/compile diff --git a/contrib/nvi/cl/cl_screen.c b/contrib/nvi/cl/cl_screen.c index bfb9199352d9..c78540ed9a77 100644 --- a/contrib/nvi/cl/cl_screen.c +++ b/contrib/nvi/cl/cl_screen.c @@ -6,7 +6,7 @@ * * See the LICENSE file for redistribution information. * - * $FreeBSD$ + * $FreeBSD: src/contrib/nvi/cl/cl_screen.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" diff --git a/contrib/nvi/common/exf.c b/contrib/nvi/common/exf.c index e332f4700e71..3d8d8f55c0b8 100644 --- a/contrib/nvi/common/exf.c +++ b/contrib/nvi/common/exf.c @@ -15,7 +15,7 @@ static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/contrib/nvi/common/exf.c,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/contrib/nvi/docs/USD.doc/vi.man/vi.1 b/contrib/nvi/docs/USD.doc/vi.man/vi.1 index 4d8c08db54ff..f265b00d1deb 100644 --- a/contrib/nvi/docs/USD.doc/vi.man/vi.1 +++ b/contrib/nvi/docs/USD.doc/vi.man/vi.1 @@ -9,7 +9,7 @@ .\" See the LICENSE file for redistribution information. .\" .\" @(#)vi.1 8.51 (Berkeley) 10/10/96 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/nvi/docs/USD.doc/vi.man/vi.1,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH VI 1 "October 10, 1996" .UC diff --git a/contrib/nvi/docs/USD.doc/vi.ref/vi.ref b/contrib/nvi/docs/USD.doc/vi.ref/vi.ref index 12a483f1edb1..20a04e4beda3 100644 --- a/contrib/nvi/docs/USD.doc/vi.ref/vi.ref +++ b/contrib/nvi/docs/USD.doc/vi.ref/vi.ref @@ -10,7 +10,7 @@ .\" .\" @(#)vi.ref 8.88 (Berkeley) 10/19/96 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/nvi/docs/USD.doc/vi.ref/vi.ref,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .so ref.so .tp diff --git a/contrib/nvi/ex/ex.c b/contrib/nvi/ex/ex.c index ecdae4b86934..0c9002d7de4e 100644 --- a/contrib/nvi/ex/ex.c +++ b/contrib/nvi/ex/ex.c @@ -7,7 +7,7 @@ * See the LICENSE file for redistribution information. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/nvi/ex/ex.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" diff --git a/contrib/nvi/perl_api/perl.xs b/contrib/nvi/perl_api/perl.xs index 3b89ea44cc92..6d12a631d538 100644 --- a/contrib/nvi/perl_api/perl.xs +++ b/contrib/nvi/perl_api/perl.xs @@ -10,7 +10,7 @@ * * See the LICENSE file for redistribution information. * - * $FreeBSD$ + * $FreeBSD: src/contrib/nvi/perl_api/perl.xs,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "config.h" diff --git a/contrib/nvi/vi/vs_line.c b/contrib/nvi/vi/vs_line.c index 495e75e8f1b6..cca90bb18b62 100644 --- a/contrib/nvi/vi/vs_line.c +++ b/contrib/nvi/vi/vs_line.c @@ -14,7 +14,7 @@ static const char sccsid[] = "@(#)vs_line.c 10.19 (Berkeley) 9/26/96"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/contrib/nvi/vi/vs_line.c,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/contrib/nvi/vi/vs_refresh.c b/contrib/nvi/vi/vs_refresh.c index f69d3820db7f..2bd098d085a8 100644 --- a/contrib/nvi/vi/vs_refresh.c +++ b/contrib/nvi/vi/vs_refresh.c @@ -14,7 +14,7 @@ static const char sccsid[] = "@(#)vs_refresh.c 10.44 (Berkeley) 10/13/96"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/contrib/nvi/vi/vs_refresh.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/contrib/one-true-awk/FREEBSD-upgrade b/contrib/one-true-awk/FREEBSD-upgrade index f0f70ab7b17b..ec4dee3a5a02 100644 --- a/contrib/one-true-awk/FREEBSD-upgrade +++ b/contrib/one-true-awk/FREEBSD-upgrade @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/one-true-awk/FREEBSD-upgrade,v 1.10.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ Import of the 2005/04/24 version of the "one true awk", as described in "The AWK Programming Language", by Al Aho, Brian Kernighan, and diff --git a/contrib/openbsm/FREEBSD-upgrade b/contrib/openbsm/FREEBSD-upgrade index e1776753355e..19cf9c519f79 100644 --- a/contrib/openbsm/FREEBSD-upgrade +++ b/contrib/openbsm/FREEBSD-upgrade @@ -53,4 +53,4 @@ the version in contrib/openbsm/bsm, so buildworld tests before committing are necessary, and the commits to various parts of the system must be made in close succession. -$FreeBSD$ +$FreeBSD: src/contrib/openbsm/FREEBSD-upgrade,v 1.7.8.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h index ac6c6ab2f0b3..28577ee9e7a0 100644 --- a/contrib/openbsm/config/config.h +++ b/contrib/openbsm/config/config.h @@ -1,6 +1,6 @@ /* config/config.h. Generated from config.h.in by configure. */ /* config/config.h.in. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/openbsm/config/config.h,v 1.6.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Define to 1 if you have the `alarm' function. */ #define HAVE_ALARM 1 diff --git a/contrib/openbsm/etc/audit_class b/contrib/openbsm/etc/audit_class index 068d2fcc2d7f..fa4199ac641c 100644 --- a/contrib/openbsm/etc/audit_class +++ b/contrib/openbsm/etc/audit_class @@ -1,6 +1,6 @@ # # $P4: //depot/projects/trustedbsd/openbsm/etc/audit_class#5 $ -# $FreeBSD$ +# $FreeBSD: src/contrib/openbsm/etc/audit_class,v 1.2.4.1.4.1 2008/11/25 02:59:29 kensmith Exp $ # 0x00000000:no:invalid class 0x00000001:fr:file read diff --git a/contrib/openbsm/etc/audit_control b/contrib/openbsm/etc/audit_control index a711019f39ac..8e387752fecd 100644 --- a/contrib/openbsm/etc/audit_control +++ b/contrib/openbsm/etc/audit_control @@ -1,6 +1,6 @@ # # $P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#5 $ -# $FreeBSD$ +# $FreeBSD: src/contrib/openbsm/etc/audit_control,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ # dir:/var/audit flags:lo diff --git a/contrib/openbsm/etc/audit_event b/contrib/openbsm/etc/audit_event index 2b1182497a83..696fff3ce8a5 100644 --- a/contrib/openbsm/etc/audit_event +++ b/contrib/openbsm/etc/audit_event @@ -1,6 +1,6 @@ # # $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#26 $ -# $FreeBSD$ +# $FreeBSD: src/contrib/openbsm/etc/audit_event,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ # # The mapping between event identifiers and values is also hard-codedd in # audit_kevents.h and audit_uevents.h, so changes must occur in both places, diff --git a/contrib/openbsm/etc/audit_user b/contrib/openbsm/etc/audit_user index 0cce4f197439..8373e04ad134 100644 --- a/contrib/openbsm/etc/audit_user +++ b/contrib/openbsm/etc/audit_user @@ -1,5 +1,5 @@ # # $P4: //depot/projects/trustedbsd/openbsm/etc/audit_user#3 $ -# $FreeBSD$ +# $FreeBSD: src/contrib/openbsm/etc/audit_user,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ # root:lo:no diff --git a/contrib/openbsm/etc/audit_warn b/contrib/openbsm/etc/audit_warn index c5a31590fc8d..96213f400df0 100644 --- a/contrib/openbsm/etc/audit_warn +++ b/contrib/openbsm/etc/audit_warn @@ -1,6 +1,6 @@ #!/bin/sh # # $P4: //depot/projects/trustedbsd/openbsm/etc/audit_warn#3 $ -# $FreeBSD$ +# $FreeBSD: src/contrib/openbsm/etc/audit_warn,v 1.2.8.1 2008/11/25 02:59:29 kensmith Exp $ # logger -p security.warning "audit warning: $@" diff --git a/contrib/opie/ftpcmd.y b/contrib/opie/ftpcmd.y index abcffdc69568..4c667f9f54b4 100644 --- a/contrib/opie/ftpcmd.y +++ b/contrib/opie/ftpcmd.y @@ -23,7 +23,7 @@ you didn't get a copy, you may request one from <license@inner.net>. Modified at NRL for OPIE 2.0. Originally from BSD. -$FreeBSD$ +$FreeBSD: src/contrib/opie/ftpcmd.y,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1985, 1988 Regents of the University of California. diff --git a/contrib/opie/libopie/challenge.c b/contrib/opie/libopie/challenge.c index fc836aa6cc5d..8eb962faa545 100644 --- a/contrib/opie/libopie/challenge.c +++ b/contrib/opie/libopie/challenge.c @@ -21,7 +21,7 @@ License Agreement applies to this software. Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al. Created at NRL for OPIE 2.2 from opiesubr2.c -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/challenge.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/generator.c b/contrib/opie/libopie/generator.c index d4888f990e3b..eba3755908a6 100644 --- a/contrib/opie/libopie/generator.c +++ b/contrib/opie/libopie/generator.c @@ -29,7 +29,7 @@ you didn't get a copy, you may request one from <license@inner.net>. Bug fixes. Created at NRL for OPIE 2.2. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/generator.c,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/hash.c b/contrib/opie/libopie/hash.c index babcbfae3aa9..215370f3b249 100644 --- a/contrib/opie/libopie/hash.c +++ b/contrib/opie/libopie/hash.c @@ -14,7 +14,7 @@ you didn't get a copy, you may request one from <license@inner.net>. they killed thread-safety. Created by cmetz for OPIE 2.3 using the old hash.c as a guide. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/hash.c,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/hashlen.c b/contrib/opie/libopie/hashlen.c index 29d855deaa3b..73c9bc5746d3 100644 --- a/contrib/opie/libopie/hashlen.c +++ b/contrib/opie/libopie/hashlen.c @@ -11,7 +11,7 @@ you didn't get a copy, you may request one from <license@inner.net>. Modified by cmetz for OPIE 2.4. Use struct opie_otpkey, isolate variables. Created by cmetz for OPIE 2.3. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/hashlen.c,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/insecure.c b/contrib/opie/libopie/insecure.c index bc61c5457ea3..352d20af5656 100644 --- a/contrib/opie/libopie/insecure.c +++ b/contrib/opie/libopie/insecure.c @@ -28,7 +28,7 @@ License Agreement applies to this software. Created at NRL for OPIE 2.2 from opiesubr.c. Fixed pointer assignment that should have been a comparison. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/insecure.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/lock.c b/contrib/opie/libopie/lock.c index 865d270bb527..fc16d101e7b0 100644 --- a/contrib/opie/libopie/lock.c +++ b/contrib/opie/libopie/lock.c @@ -29,7 +29,7 @@ License Agreement applies to this software. Avoid NULL. Created at NRL for OPIE 2.2 from opiesubr2.c -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/lock.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" #if HAVE_STRING_H diff --git a/contrib/opie/libopie/newseed.c b/contrib/opie/libopie/newseed.c index 2965b0efc6a7..d2a1e10328c1 100644 --- a/contrib/opie/libopie/newseed.c +++ b/contrib/opie/libopie/newseed.c @@ -14,7 +14,7 @@ you didn't get a copy, you may request one from <license@inner.net>. Modified by cmetz for OPIE 2.31. Added time.h. Created by cmetz for OPIE 2.22. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/newseed.c,v 1.5.30.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/readrec.c b/contrib/opie/libopie/readrec.c index f56af7ffb73d..da8aab647338 100644 --- a/contrib/opie/libopie/readrec.c +++ b/contrib/opie/libopie/readrec.c @@ -15,7 +15,7 @@ you didn't get a copy, you may request one from <license@inner.net>. records. Set read flag. Created by cmetz for OPIE 2.3. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/readrec.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/libopie/writerec.c b/contrib/opie/libopie/writerec.c index 3d88b34c228b..ea922ec83e79 100644 --- a/contrib/opie/libopie/writerec.c +++ b/contrib/opie/libopie/writerec.c @@ -14,7 +14,7 @@ you didn't get a copy, you may request one from <license@inner.net>. support. Fixed passwd bug. Created by cmetz for OPIE 2.3 from passwd.c. -$FreeBSD$ +$FreeBSD: src/contrib/opie/libopie/writerec.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/opie.4 b/contrib/opie/opie.4 index 3ac19324a39d..cc2e3614df04 100644 --- a/contrib/opie/opie.4 +++ b/contrib/opie/opie.4 @@ -21,7 +21,7 @@ .\" Definition of "seed" written by Neil Haller of Bellcore .\" Written at NRL for OPIE 2.0. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opie.4,v 1.8.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH OPIE 4 "January 10, 1995" .SH NAME diff --git a/contrib/opie/opie.h b/contrib/opie/opie.h index be508c77f73d..91f9890929c2 100644 --- a/contrib/opie/opie.h +++ b/contrib/opie/opie.h @@ -37,7 +37,7 @@ License Agreement applies to this software. Written at Bellcore for the S/Key Version 1 software distribution (skey.h). -$FreeBSD$ +$FreeBSD: src/contrib/opie/opie.h,v 1.8.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _OPIE_H #define _OPIE_H 1 diff --git a/contrib/opie/opie_cfg.h b/contrib/opie/opie_cfg.h index bd000ae60a33..c1c0011e99ab 100644 --- a/contrib/opie/opie_cfg.h +++ b/contrib/opie/opie_cfg.h @@ -48,7 +48,7 @@ License Agreement applies to this software. Gutted for autoconf. Split up for autoconf. Written at NRL for OPIE 2.0. -$FreeBSD$ +$FreeBSD: src/contrib/opie/opie_cfg.h,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _OPIE_CFG_H diff --git a/contrib/opie/opieaccess.5 b/contrib/opie/opieaccess.5 index 41b1ec0e03b7..dd2f8863394d 100644 --- a/contrib/opie/opieaccess.5 +++ b/contrib/opie/opieaccess.5 @@ -13,7 +13,7 @@ .ll 6i .pl 10.5i .\" @(#)opieaccess.5 2.0 (NRL) 1/10/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opieaccess.5,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .lt 6.0i .TH OPIEACCESS 5 "January 10, 1995" diff --git a/contrib/opie/opieftpd.c b/contrib/opie/opieftpd.c index eb6015f4130e..374a08bc964e 100644 --- a/contrib/opie/opieftpd.c +++ b/contrib/opie/opieftpd.c @@ -48,7 +48,7 @@ License Agreement applies to this software. There is some really, really ugly code in here. -$FreeBSD$ +$FreeBSD: src/contrib/opie/opieftpd.c,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1985, 1988, 1990 Regents of the University of California. diff --git a/contrib/opie/opieinfo.1 b/contrib/opie/opieinfo.1 index 41cdebe8dec4..a6df857fd666 100644 --- a/contrib/opie/opieinfo.1 +++ b/contrib/opie/opieinfo.1 @@ -19,7 +19,7 @@ .\" Written at Bellcore for the S/Key Version 1 software distribution .\" (keyinfo.1). .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opieinfo.1,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ .ll 6i .pl 10.5i .lt 6.0i diff --git a/contrib/opie/opieinfo.c b/contrib/opie/opieinfo.c index 09f9784241d8..21652df1e2cc 100644 --- a/contrib/opie/opieinfo.c +++ b/contrib/opie/opieinfo.c @@ -30,7 +30,7 @@ License Agreement applies to this software. Written at Bellcore for the S/Key Version 1 software distribution (keyinfo) -$FreeBSD$ +$FreeBSD: src/contrib/opie/opieinfo.c,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ diff --git a/contrib/opie/opiekey.1 b/contrib/opie/opiekey.1 index 1f6e35ec02ff..faaea7edf64d 100644 --- a/contrib/opie/opiekey.1 +++ b/contrib/opie/opiekey.1 @@ -25,7 +25,7 @@ .\" Written at Bellcore for the S/Key Version 1 software distribution .\" (key.1). .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opiekey.1,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ .ll 6i .pl 10.5i .lt 6.0i diff --git a/contrib/opie/opiekey.c b/contrib/opie/opiekey.c index 20ba658710ee..cfe1ee8613ea 100644 --- a/contrib/opie/opiekey.c +++ b/contrib/opie/opiekey.c @@ -37,7 +37,7 @@ License Agreement applies to this software. Written at Bellcore for the S/Key Version 1 software distribution (skey.c). -$FreeBSD$ +$FreeBSD: src/contrib/opie/opiekey.c,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/opiekeys.5 b/contrib/opie/opiekeys.5 index 26f08ed06ff8..014e43f21cb6 100644 --- a/contrib/opie/opiekeys.5 +++ b/contrib/opie/opiekeys.5 @@ -14,7 +14,7 @@ .ll 6i .pl 10.5i .\" @(#)opiekeys.5 2.0 (NRL) 1/10/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opiekeys.5,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ .\" .lt 6.0i .TH OPIEKEYS 5 "January 10, 1995" diff --git a/contrib/opie/opiepasswd.1 b/contrib/opie/opiepasswd.1 index 5ce6cb010b4f..76b06c5456b3 100644 --- a/contrib/opie/opiepasswd.1 +++ b/contrib/opie/opiepasswd.1 @@ -22,7 +22,7 @@ .\" Written at Bellcore for the S/Key Version 1 software distribution .\" (keyinit.1). .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/opie/opiepasswd.1,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $ .ll 6i .pl 10.5i .lt 6.0i diff --git a/contrib/opie/opiepasswd.c b/contrib/opie/opiepasswd.c index cd4ff018c3a0..36a3eb55409b 100644 --- a/contrib/opie/opiepasswd.c +++ b/contrib/opie/opiepasswd.c @@ -44,7 +44,7 @@ License Agreement applies to this software. Written at Bellcore for the S/Key Version 1 software distribution (skeyinit.c). - $FreeBSD$ + $FreeBSD: src/contrib/opie/opiepasswd.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "opie_cfg.h" diff --git a/contrib/opie/popen.c b/contrib/opie/popen.c index 99aad17025a6..8f404045ad13 100644 --- a/contrib/opie/popen.c +++ b/contrib/opie/popen.c @@ -23,7 +23,7 @@ License Agreement applies to this software. Modified at NRL for OPIE 2.0. Originally from BSD. -$FreeBSD$ +$FreeBSD: src/contrib/opie/popen.c,v 1.2.28.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 1988, 1993, 1994 diff --git a/contrib/pf/authpf/authpf.8 b/contrib/pf/authpf/authpf.8 index bd4ff402d7de..2cbd14711460 100644 --- a/contrib/pf/authpf/authpf.8 +++ b/contrib/pf/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/authpf/authpf.8,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" $OpenBSD: authpf.8,v 1.43 2007/02/24 17:21:04 beck Exp $ .\" .\" Copyright (c) 1998-2007 Bob Beck (beck@openbsd.org>. All rights reserved. diff --git a/contrib/pf/authpf/authpf.c b/contrib/pf/authpf/authpf.c index 56d7728a330c..92942ce1bb37 100644 --- a/contrib/pf/authpf/authpf.c +++ b/contrib/pf/authpf/authpf.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/authpf/authpf.c,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/contrib/pf/ftp-proxy/ftp-proxy.8 b/contrib/pf/ftp-proxy/ftp-proxy.8 index 69c848e19625..36c3ed4bde69 100644 --- a/contrib/pf/ftp-proxy/ftp-proxy.8 +++ b/contrib/pf/ftp-proxy/ftp-proxy.8 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/ftp-proxy/ftp-proxy.8,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd November 28, 2004 .Dt FTP-PROXY 8 diff --git a/contrib/pf/ftp-proxy/ftp-proxy.c b/contrib/pf/ftp-proxy/ftp-proxy.c index 06c848795b8d..3e576d3008b5 100644 --- a/contrib/pf/ftp-proxy/ftp-proxy.c +++ b/contrib/pf/ftp-proxy/ftp-proxy.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/ftp-proxy/ftp-proxy.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index 16e74abdf9d4..aadea5149a3a 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/man/pf.4,v 1.9.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd February 7, 2005 .Dt PF 4 diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index 67cb717540e7..be3abfff37c3 100644 --- a/contrib/pf/man/pf.conf.5 +++ b/contrib/pf/man/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/man/pf.conf.5,v 1.14.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" $OpenBSD: pf.conf.5,v 1.393 2008/02/11 07:46:32 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier diff --git a/contrib/pf/man/pf.os.5 b/contrib/pf/man/pf.os.5 index ac2b7a88486d..1edc9d118b9a 100644 --- a/contrib/pf/man/pf.os.5 +++ b/contrib/pf/man/pf.os.5 @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/man/pf.os.5,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 18, 2003 .Dt PF.OS 5 diff --git a/contrib/pf/man/pflog.4 b/contrib/pf/man/pflog.4 index 7ab96e977f15..ce880201277f 100644 --- a/contrib/pf/man/pflog.4 +++ b/contrib/pf/man/pflog.4 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/man/pflog.4,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd December 10, 2001 .Dt PFLOG 4 diff --git a/contrib/pf/man/pfsync.4 b/contrib/pf/man/pfsync.4 index 63adca9401ba..ce32e944551f 100644 --- a/contrib/pf/man/pfsync.4 +++ b/contrib/pf/man/pfsync.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/man/pfsync.4,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd June 6, 2006 .Dt PFSYNC 4 diff --git a/contrib/pf/pfctl/parse.y b/contrib/pf/pfctl/parse.y index 9817e8e23785..dab047fc61e1 100644 --- a/contrib/pf/pfctl/parse.y +++ b/contrib/pf/pfctl/parse.y @@ -28,7 +28,7 @@ */ %{ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/parse.y,v 1.8.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/contrib/pf/pfctl/pf_print_state.c b/contrib/pf/pfctl/pf_print_state.c index b3a693a5986a..8fc66725be34 100644 --- a/contrib/pf/pfctl/pf_print_state.c +++ b/contrib/pf/pfctl/pf_print_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pf_print_state.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/contrib/pf/pfctl/pfctl.8 b/contrib/pf/pfctl/pfctl.8 index 24be6e51c487..1d2912044518 100644 --- a/contrib/pf/pfctl/pfctl.8 +++ b/contrib/pf/pfctl/pfctl.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/pfctl/pfctl.8,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd November 20, 2002 .Dt PFCTL 8 diff --git a/contrib/pf/pfctl/pfctl.c b/contrib/pf/pfctl/pfctl.c index 21995f6468de..8f034c18aaff 100644 --- a/contrib/pf/pfctl/pfctl.c +++ b/contrib/pf/pfctl/pfctl.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pfctl/pfctl.h b/contrib/pf/pfctl/pfctl.h index 98a1bef2a28b..37d489f918a0 100644 --- a/contrib/pf/pfctl/pfctl.h +++ b/contrib/pf/pfctl/pfctl.h @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/pf/pfctl/pfctl.h,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _PFCTL_H_ diff --git a/contrib/pf/pfctl/pfctl_altq.c b/contrib/pf/pfctl/pfctl_altq.c index b90e7c6b2742..7b19a89b9fb8 100644 --- a/contrib/pf/pfctl/pfctl_altq.c +++ b/contrib/pf/pfctl/pfctl_altq.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl_altq.c,v 1.9.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pfctl/pfctl_optimize.c b/contrib/pf/pfctl/pfctl_optimize.c index 44c04779d61e..dd50e790d16a 100644 --- a/contrib/pf/pfctl/pfctl_optimize.c +++ b/contrib/pf/pfctl/pfctl_optimize.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl_optimize.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pfctl/pfctl_parser.c b/contrib/pf/pfctl/pfctl_parser.c index 9f232bdb7832..05b54cd21bdd 100644 --- a/contrib/pf/pfctl/pfctl_parser.c +++ b/contrib/pf/pfctl/pfctl_parser.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl_parser.c,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pfctl/pfctl_parser.h b/contrib/pf/pfctl/pfctl_parser.h index 4885203a532b..9d958afa27d9 100644 --- a/contrib/pf/pfctl/pfctl_parser.h +++ b/contrib/pf/pfctl/pfctl_parser.h @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/pf/pfctl/pfctl_parser.h,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _PFCTL_PARSER_H_ diff --git a/contrib/pf/pfctl/pfctl_qstats.c b/contrib/pf/pfctl/pfctl_qstats.c index d4089d6fbc83..ab5fbd355198 100644 --- a/contrib/pf/pfctl/pfctl_qstats.c +++ b/contrib/pf/pfctl/pfctl_qstats.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl_qstats.c,v 1.6.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pfctl/pfctl_table.c b/contrib/pf/pfctl/pfctl_table.c index 3d54466a4493..c30e358929bf 100644 --- a/contrib/pf/pfctl/pfctl_table.c +++ b/contrib/pf/pfctl/pfctl_table.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pfctl/pfctl_table.c,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pflogd/pflogd.8 b/contrib/pf/pflogd/pflogd.8 index 22643fc920fb..68eb70957804 100644 --- a/contrib/pf/pflogd/pflogd.8 +++ b/contrib/pf/pflogd/pflogd.8 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pf/pflogd/pflogd.8,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd July 9, 2001 .Dt PFLOGD 8 diff --git a/contrib/pf/pflogd/pflogd.c b/contrib/pf/pflogd/pflogd.c index 74e35693c63a..594e3908cb41 100644 --- a/contrib/pf/pflogd/pflogd.c +++ b/contrib/pf/pflogd/pflogd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pflogd/pflogd.c,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/contrib/pf/pflogd/pidfile.c b/contrib/pf/pflogd/pidfile.c index db6007f1f339..c90095ea7d23 100644 --- a/contrib/pf/pflogd/pidfile.c +++ b/contrib/pf/pflogd/pidfile.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/pf/pflogd/pidfile.c,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $OpenBSD: pidfile.c,v 1.5 2002/05/26 09:29:02 deraadt Exp $ */ /* $NetBSD: pidfile.c,v 1.4 2001/02/19 22:43:42 cgd Exp $ */ diff --git a/contrib/pf/pflogd/pidfile.h b/contrib/pf/pflogd/pidfile.h index 7281dcca24c0..dc9e3b43b4ed 100644 --- a/contrib/pf/pflogd/pidfile.h +++ b/contrib/pf/pflogd/pidfile.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/pf/pflogd/pidfile.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ int pidfile(const char *); diff --git a/contrib/pf/pflogd/privsep.c b/contrib/pf/pflogd/privsep.c index a07d1414fd44..55d4b53946d4 100644 --- a/contrib/pf/pflogd/privsep.c +++ b/contrib/pf/pflogd/privsep.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pf/pflogd/privsep.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/contrib/pf/tftp-proxy/filter.c b/contrib/pf/tftp-proxy/filter.c index e5a769a62a54..8d93298d5881 100644 --- a/contrib/pf/tftp-proxy/filter.c +++ b/contrib/pf/tftp-proxy/filter.c @@ -1,5 +1,5 @@ /* $OpenBSD: filter.c,v 1.1 2005/12/28 19:07:07 jcs Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/pf/tftp-proxy/filter.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> diff --git a/contrib/pnpinfo/pnpinfo.8 b/contrib/pnpinfo/pnpinfo.8 index f6257d552a99..79d6809b2793 100644 --- a/contrib/pnpinfo/pnpinfo.8 +++ b/contrib/pnpinfo/pnpinfo.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/pnpinfo/pnpinfo.8,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 7, 1996 .Dt PNPINFO 8 diff --git a/contrib/pnpinfo/pnpinfo.c b/contrib/pnpinfo/pnpinfo.c index 790cfd8028dc..7c5ace93fbbe 100644 --- a/contrib/pnpinfo/pnpinfo.c +++ b/contrib/pnpinfo/pnpinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/pnpinfo/pnpinfo.c,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/time.h> diff --git a/contrib/pnpinfo/pnpinfo.h b/contrib/pnpinfo/pnpinfo.h index abe14271d9d9..fa2bf949da29 100644 --- a/contrib/pnpinfo/pnpinfo.h +++ b/contrib/pnpinfo/pnpinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/pnpinfo/pnpinfo.h,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ diff --git a/contrib/sendmail/FREEBSD-upgrade b/contrib/sendmail/FREEBSD-upgrade index 670c6d6faa0b..af913ed5e3c8 100644 --- a/contrib/sendmail/FREEBSD-upgrade +++ b/contrib/sendmail/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/sendmail/FREEBSD-upgrade,v 1.33.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ sendmail 8.14.3 originals can be found at: ftp://ftp.sendmail.org/pub/sendmail/ diff --git a/contrib/sendmail/cf/m4/cfhead.m4 b/contrib/sendmail/cf/m4/cfhead.m4 index dc1d8ba65614..37ec18dc3d1c 100644 --- a/contrib/sendmail/cf/m4/cfhead.m4 +++ b/contrib/sendmail/cf/m4/cfhead.m4 @@ -9,7 +9,7 @@ # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # -# $FreeBSD$ +# $FreeBSD: src/contrib/sendmail/cf/m4/cfhead.m4,v 1.17.26.1 2008/11/25 02:59:29 kensmith Exp $ # ###################################################################### diff --git a/contrib/sendmail/cf/sh/makeinfo.sh b/contrib/sendmail/cf/sh/makeinfo.sh index e7b0cd101fce..245e0d8a5aba 100644 --- a/contrib/sendmail/cf/sh/makeinfo.sh +++ b/contrib/sendmail/cf/sh/makeinfo.sh @@ -13,7 +13,7 @@ # # $Id: makeinfo.sh,v 8.14 1999/02/07 07:26:25 gshapiro Exp $ # -# $FreeBSD$ +# $FreeBSD: src/contrib/sendmail/cf/sh/makeinfo.sh,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $ # usewhoami=0 diff --git a/contrib/sendmail/mail.local/mail.local.8 b/contrib/sendmail/mail.local/mail.local.8 index 7811451c5c30..f45151f452ab 100644 --- a/contrib/sendmail/mail.local/mail.local.8 +++ b/contrib/sendmail/mail.local/mail.local.8 @@ -161,4 +161,4 @@ appeared in Version 7 AT&T UNIX as the program .BR mail . -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/mail.local/mail.local.8,v 1.13.26.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c index e20d9158862f..a4441d321aa3 100644 --- a/contrib/sendmail/mail.local/mail.local.c +++ b/contrib/sendmail/mail.local/mail.local.c @@ -8,7 +8,7 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * - * $FreeBSD$ + * $FreeBSD: src/contrib/sendmail/mail.local/mail.local.c,v 1.27.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ * */ diff --git a/contrib/sendmail/rmail/rmail.c b/contrib/sendmail/rmail/rmail.c index 5cdc9bb14213..a8711a23ac46 100644 --- a/contrib/sendmail/rmail/rmail.c +++ b/contrib/sendmail/rmail/rmail.c @@ -8,7 +8,7 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * - * $FreeBSD$ + * $FreeBSD: src/contrib/sendmail/rmail/rmail.c,v 1.13.32.1 2008/11/25 02:59:29 kensmith Exp $ * */ diff --git a/contrib/sendmail/smrsh/smrsh.8 b/contrib/sendmail/smrsh/smrsh.8 index f0ed01c0a8cb..d83b7085d4f7 100644 --- a/contrib/sendmail/smrsh/smrsh.8 +++ b/contrib/sendmail/smrsh/smrsh.8 @@ -95,4 +95,4 @@ to change the default program directory .SH SEE ALSO sendmail(8) -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/smrsh/smrsh.8,v 1.13.18.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/sendmail/src/sendmail.8 b/contrib/sendmail/src/sendmail.8 index 540d55480ae1..ed3b3c23f2e6 100644 --- a/contrib/sendmail/src/sendmail.8 +++ b/contrib/sendmail/src/sendmail.8 @@ -746,4 +746,4 @@ The .B sendmail command appeared in 4.2BSD. -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/sendmail/src/sendmail.8,v 1.13.18.1.4.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/smbfs/FREEBSD-upgrade b/contrib/smbfs/FREEBSD-upgrade index 6fad7c6d729e..c0df1d78c26d 100644 --- a/contrib/smbfs/FREEBSD-upgrade +++ b/contrib/smbfs/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/smbfs/FREEBSD-upgrade,v 1.1.34.1 2008/11/25 02:59:29 kensmith Exp $ The smbfs distribution was written with FreeBSD in mind, so the only change required before an import is: diff --git a/contrib/smbfs/examples/dot.nsmbrc b/contrib/smbfs/examples/dot.nsmbrc index d92d8e44e593..b67d4186b7d0 100644 --- a/contrib/smbfs/examples/dot.nsmbrc +++ b/contrib/smbfs/examples/dot.nsmbrc @@ -1,5 +1,5 @@ # $Id: dot.nsmbrc,v 1.7 2002/04/10 04:21:11 bp Exp $ -# $FreeBSD$ +# $FreeBSD: src/contrib/smbfs/examples/dot.nsmbrc,v 1.2.26.1 2008/11/25 02:59:29 kensmith Exp $ # # Example for .nsmbrc file # diff --git a/contrib/smbfs/include/netsmb/nb_lib.h b/contrib/smbfs/include/netsmb/nb_lib.h index 13498cfb6ca6..c5427b5e4f7c 100644 --- a/contrib/smbfs/include/netsmb/nb_lib.h +++ b/contrib/smbfs/include/netsmb/nb_lib.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: nb_lib.h,v 1.2 2000/07/17 01:49:27 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/include/netsmb/nb_lib.h,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _NETSMB_NB_LIB_H_ #define _NETSMB_NB_LIB_H_ diff --git a/contrib/smbfs/include/netsmb/smb_lib.h b/contrib/smbfs/include/netsmb/smb_lib.h index 04e8279abf39..5232f618a3e7 100644 --- a/contrib/smbfs/include/netsmb/smb_lib.h +++ b/contrib/smbfs/include/netsmb/smb_lib.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: smb_lib.h,v 1.24 2001/12/20 15:19:43 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/include/netsmb/smb_lib.h,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _NETSMB_SMB_LIB_H_ #define _NETSMB_SMB_LIB_H_ diff --git a/contrib/smbfs/lib/smb/ctx.c b/contrib/smbfs/lib/smb/ctx.c index 0709b6b9a9b5..29ba9309c470 100644 --- a/contrib/smbfs/lib/smb/ctx.c +++ b/contrib/smbfs/lib/smb/ctx.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: ctx.c,v 1.24 2002/04/13 14:35:28 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/ctx.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/sysctl.h> diff --git a/contrib/smbfs/lib/smb/file.c b/contrib/smbfs/lib/smb/file.c index 2ac3300155c7..205eb0cf8707 100644 --- a/contrib/smbfs/lib/smb/file.c +++ b/contrib/smbfs/lib/smb/file.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: file.c,v 1.2 2001/04/16 04:33:01 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/file.c,v 1.2.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/sysctl.h> diff --git a/contrib/smbfs/lib/smb/kiconv.c b/contrib/smbfs/lib/smb/kiconv.c index d84d9091fd36..46caed2dc9a5 100644 --- a/contrib/smbfs/lib/smb/kiconv.c +++ b/contrib/smbfs/lib/smb/kiconv.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: kiconv.c,v 1.3 2001/08/22 03:31:36 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/kiconv.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/contrib/smbfs/lib/smb/mbuf.c b/contrib/smbfs/lib/smb/mbuf.c index 729b5c53d11e..ef31b5fed5d8 100644 --- a/contrib/smbfs/lib/smb/mbuf.c +++ b/contrib/smbfs/lib/smb/mbuf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/lib/smb/mbuf.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/endian.h> diff --git a/contrib/smbfs/lib/smb/nb.c b/contrib/smbfs/lib/smb/nb.c index 652a05717a08..51e3850437ba 100644 --- a/contrib/smbfs/lib/smb/nb.c +++ b/contrib/smbfs/lib/smb/nb.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: nb.c,v 1.4 2001/04/16 04:33:01 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/nb.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/contrib/smbfs/lib/smb/nb_name.c b/contrib/smbfs/lib/smb/nb_name.c index 2346ec748f1e..8e554404c6e2 100644 --- a/contrib/smbfs/lib/smb/nb_name.c +++ b/contrib/smbfs/lib/smb/nb_name.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/lib/smb/nb_name.c,v 1.2.6.2 2008/11/29 21:42:13 rwatson Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/contrib/smbfs/lib/smb/nb_net.c b/contrib/smbfs/lib/smb/nb_net.c index 41fc3846116f..cbf27e663b24 100644 --- a/contrib/smbfs/lib/smb/nb_net.c +++ b/contrib/smbfs/lib/smb/nb_net.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: nb_net.c,v 1.4 2001/02/16 02:46:12 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/nb_net.c,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/contrib/smbfs/lib/smb/nbns_rq.c b/contrib/smbfs/lib/smb/nbns_rq.c index 9d55b2569d48..29192cd13166 100644 --- a/contrib/smbfs/lib/smb/nbns_rq.c +++ b/contrib/smbfs/lib/smb/nbns_rq.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: nbns_rq.c,v 1.5 2001/02/17 03:07:24 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/nbns_rq.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/socket.h> diff --git a/contrib/smbfs/lib/smb/nls.c b/contrib/smbfs/lib/smb/nls.c index 32744288a8c1..b4dff0d56ad9 100644 --- a/contrib/smbfs/lib/smb/nls.c +++ b/contrib/smbfs/lib/smb/nls.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/lib/smb/nls.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/iconv.h> diff --git a/contrib/smbfs/lib/smb/rap.c b/contrib/smbfs/lib/smb/rap.c index 19e803df9cce..f08d39eb8de9 100644 --- a/contrib/smbfs/lib/smb/rap.c +++ b/contrib/smbfs/lib/smb/rap.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: rap.c,v 1.8 2001/02/24 15:56:05 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/rap.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ * * This is very simple implementation of RAP protocol. */ diff --git a/contrib/smbfs/lib/smb/rcfile.c b/contrib/smbfs/lib/smb/rcfile.c index 5f92c8a311f4..778b508facdb 100644 --- a/contrib/smbfs/lib/smb/rcfile.c +++ b/contrib/smbfs/lib/smb/rcfile.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/lib/smb/rcfile.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/queue.h> diff --git a/contrib/smbfs/lib/smb/rq.c b/contrib/smbfs/lib/smb/rq.c index 7ecbb36406ee..b9c2f347b673 100644 --- a/contrib/smbfs/lib/smb/rq.c +++ b/contrib/smbfs/lib/smb/rq.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: rq.c,v 1.7 2001/04/16 04:33:01 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/lib/smb/rq.c,v 1.3.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/ioctl.h> diff --git a/contrib/smbfs/mount_smbfs/mount_smbfs.8 b/contrib/smbfs/mount_smbfs/mount_smbfs.8 index aec889c04ce3..d1d07c8049b0 100644 --- a/contrib/smbfs/mount_smbfs/mount_smbfs.8 +++ b/contrib/smbfs/mount_smbfs/mount_smbfs.8 @@ -1,5 +1,5 @@ .\" $Id: mount_smbfs.8,v 1.10 2002/04/16 02:47:41 bp Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/smbfs/mount_smbfs/mount_smbfs.8,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ .Dd March 10, 2000 .Dt MOUNT_SMBFS 8 .Os diff --git a/contrib/smbfs/mount_smbfs/mount_smbfs.c b/contrib/smbfs/mount_smbfs/mount_smbfs.c index fdcdd1a1b20d..b10806606333 100644 --- a/contrib/smbfs/mount_smbfs/mount_smbfs.c +++ b/contrib/smbfs/mount_smbfs/mount_smbfs.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * $Id: mount_smbfs.c,v 1.17 2002/04/10 04:17:51 bp Exp $ - * $FreeBSD$ + * $FreeBSD: src/contrib/smbfs/mount_smbfs/mount_smbfs.c,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/stat.h> diff --git a/contrib/smbfs/smbutil/common.h b/contrib/smbfs/smbutil/common.h index 00843943600c..06181dd02cc3 100644 --- a/contrib/smbfs/smbutil/common.h +++ b/contrib/smbfs/smbutil/common.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/smbfs/smbutil/common.h,v 1.3.28.1 2008/11/25 02:59:29 kensmith Exp $ */ #define iprintf(ident,args...) do { printf("%-" # ident "s", ""); \ printf(args);}while(0) diff --git a/contrib/smbfs/smbutil/dumptree.c b/contrib/smbfs/smbutil/dumptree.c index 74a97f3a114b..183dec005c73 100644 --- a/contrib/smbfs/smbutil/dumptree.c +++ b/contrib/smbfs/smbutil/dumptree.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/smbfs/smbutil/dumptree.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <sys/param.h> #include <sys/time.h> diff --git a/contrib/smbfs/smbutil/print.c b/contrib/smbfs/smbutil/print.c index d87ec78587c6..d88999f75efa 100644 --- a/contrib/smbfs/smbutil/print.c +++ b/contrib/smbfs/smbutil/print.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/smbutil/print.c,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/contrib/smbfs/smbutil/view.c b/contrib/smbfs/smbutil/view.c index 87f5e0cc7fc6..97ea5f1a5aea 100644 --- a/contrib/smbfs/smbutil/view.c +++ b/contrib/smbfs/smbutil/view.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/smbfs/smbutil/view.c,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/endian.h> #include <sys/param.h> diff --git a/contrib/tcp_wrappers/Makefile b/contrib/tcp_wrappers/Makefile index 10ede819e4de..edb714ac0ccc 100644 --- a/contrib/tcp_wrappers/Makefile +++ b/contrib/tcp_wrappers/Makefile @@ -1,5 +1,5 @@ # @(#) Makefile 1.23 97/03/21 19:27:20 -# $FreeBSD$ +# $FreeBSD: src/contrib/tcp_wrappers/Makefile,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ what: @echo diff --git a/contrib/tcp_wrappers/fix_options.c b/contrib/tcp_wrappers/fix_options.c index 4983a55a47a1..21b5f0f06c69 100644 --- a/contrib/tcp_wrappers/fix_options.c +++ b/contrib/tcp_wrappers/fix_options.c @@ -4,7 +4,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/fix_options.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/hosts_access.5 b/contrib/tcp_wrappers/hosts_access.5 index 27ab2ae648b6..6eee9eb1d1d5 100644 --- a/contrib/tcp_wrappers/hosts_access.5 +++ b/contrib/tcp_wrappers/hosts_access.5 @@ -396,4 +396,4 @@ Eindhoven University of Technology Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands \" @(#) hosts_access.5 1.20 95/01/30 19:51:46 -\" $FreeBSD$ +\" $FreeBSD: src/contrib/tcp_wrappers/hosts_access.5,v 1.3.52.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/tcp_wrappers/hosts_access.c b/contrib/tcp_wrappers/hosts_access.c index 8220e6497065..dfa6d54f3607 100644 --- a/contrib/tcp_wrappers/hosts_access.c +++ b/contrib/tcp_wrappers/hosts_access.c @@ -16,7 +16,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/hosts_access.c,v 1.5.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/inetcf.c b/contrib/tcp_wrappers/inetcf.c index 1ace3527fc7c..d5075ecfff39 100644 --- a/contrib/tcp_wrappers/inetcf.c +++ b/contrib/tcp_wrappers/inetcf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tcp_wrappers/inetcf.c,v 1.3.30.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Routines to parse an inetd.conf or tlid.conf file. This would be a great * job for a PERL script. diff --git a/contrib/tcp_wrappers/misc.c b/contrib/tcp_wrappers/misc.c index 8f04f870e1b4..8b00f30bd488 100644 --- a/contrib/tcp_wrappers/misc.c +++ b/contrib/tcp_wrappers/misc.c @@ -3,7 +3,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/misc.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/options.c b/contrib/tcp_wrappers/options.c index 97d312703924..28ac39fa2a10 100644 --- a/contrib/tcp_wrappers/options.c +++ b/contrib/tcp_wrappers/options.c @@ -27,7 +27,7 @@ * such options should clear the "dry_run" flag to inform the caller of this * course of action. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/options.c,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/refuse.c b/contrib/tcp_wrappers/refuse.c index fd04e08ae9bf..8838978968f2 100644 --- a/contrib/tcp_wrappers/refuse.c +++ b/contrib/tcp_wrappers/refuse.c @@ -6,7 +6,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/refuse.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/rfc931.c b/contrib/tcp_wrappers/rfc931.c index e7fb3d1d1294..a435155ec32b 100644 --- a/contrib/tcp_wrappers/rfc931.c +++ b/contrib/tcp_wrappers/rfc931.c @@ -8,7 +8,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/rfc931.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/scaffold.c b/contrib/tcp_wrappers/scaffold.c index 8da9df0c6861..7de918208920 100644 --- a/contrib/tcp_wrappers/scaffold.c +++ b/contrib/tcp_wrappers/scaffold.c @@ -3,7 +3,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/scaffold.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/scaffold.h b/contrib/tcp_wrappers/scaffold.h index ea568b722507..7fb53c37c84d 100644 --- a/contrib/tcp_wrappers/scaffold.h +++ b/contrib/tcp_wrappers/scaffold.h @@ -3,7 +3,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/scaffold.h,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifdef INET6 diff --git a/contrib/tcp_wrappers/socket.c b/contrib/tcp_wrappers/socket.c index ed959ac8fb90..a42daa7becb3 100644 --- a/contrib/tcp_wrappers/socket.c +++ b/contrib/tcp_wrappers/socket.c @@ -14,7 +14,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/socket.c,v 1.8.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/tcpd.c b/contrib/tcp_wrappers/tcpd.c index 55c6853c1881..3027939a6711 100644 --- a/contrib/tcp_wrappers/tcpd.c +++ b/contrib/tcp_wrappers/tcpd.c @@ -9,7 +9,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/tcpd.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/tcpd.h b/contrib/tcp_wrappers/tcpd.h index fec20a262baf..00a0e1c4637f 100644 --- a/contrib/tcp_wrappers/tcpd.h +++ b/contrib/tcp_wrappers/tcpd.h @@ -3,7 +3,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/tcpd.h,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ /* Structure to describe one communications endpoint. */ diff --git a/contrib/tcp_wrappers/tcpdchk.c b/contrib/tcp_wrappers/tcpdchk.c index 99ec49525300..e7655a42a224 100644 --- a/contrib/tcp_wrappers/tcpdchk.c +++ b/contrib/tcp_wrappers/tcpdchk.c @@ -13,7 +13,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/tcpdchk.c,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/tcpdmatch.c b/contrib/tcp_wrappers/tcpdmatch.c index 94f3e7009606..c5cabf06db8d 100644 --- a/contrib/tcp_wrappers/tcpdmatch.c +++ b/contrib/tcp_wrappers/tcpdmatch.c @@ -12,7 +12,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/tcpdmatch.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/tli.c b/contrib/tcp_wrappers/tli.c index 36d6f7eff398..3768e9bd0bb8 100644 --- a/contrib/tcp_wrappers/tli.c +++ b/contrib/tcp_wrappers/tli.c @@ -13,7 +13,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/tli.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/update.c b/contrib/tcp_wrappers/update.c index b612d5e02466..c7437991c8c9 100644 --- a/contrib/tcp_wrappers/update.c +++ b/contrib/tcp_wrappers/update.c @@ -12,7 +12,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/update.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcp_wrappers/workarounds.c b/contrib/tcp_wrappers/workarounds.c index 1ad2c6471ef3..8e96473470bb 100644 --- a/contrib/tcp_wrappers/workarounds.c +++ b/contrib/tcp_wrappers/workarounds.c @@ -6,7 +6,7 @@ * * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcp_wrappers/workarounds.c,v 1.2.52.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/.cvsignore b/contrib/tcpdump/.cvsignore deleted file mode 100644 index 791f14cdb7cf..000000000000 --- a/contrib/tcpdump/.cvsignore +++ /dev/null @@ -1,12 +0,0 @@ -version.c -Makefile -Makefile-devel.in -config.status -config.log -config.cache -config.h -.devel -stamp-h -stamp-h.in -tcpdump -autom4te.cache diff --git a/contrib/tcpdump/addrtoname.c b/contrib/tcpdump/addrtoname.c index db9a93cff287..555abad3bc3c 100644 --- a/contrib/tcpdump/addrtoname.c +++ b/contrib/tcpdump/addrtoname.c @@ -21,7 +21,7 @@ * Internet, ethernet, port, and protocol string to address * and address to string conversion routines * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/addrtoname.c,v 1.15.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/tcpdump/ethertype.h b/contrib/tcpdump/ethertype.h index 1555b4d69f4b..8842cd63ef3b 100644 --- a/contrib/tcpdump/ethertype.h +++ b/contrib/tcpdump/ethertype.h @@ -20,7 +20,7 @@ * * * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.24.2.1 2005/07/10 14:51:10 hannes Exp $ (LBL) - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/ethertype.h,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/tcpdump/ieee802_11.h b/contrib/tcpdump/ieee802_11.h index d98f97954078..f944a678cbb8 100644 --- a/contrib/tcpdump/ieee802_11.h +++ b/contrib/tcpdump/ieee802_11.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tcpdump/ieee802_11.h,v 1.2.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* @(#) $Header: /tcpdump/master/tcpdump/ieee802_11.h,v 1.9.4.3 2007/07/22 20:01:16 guy Exp $ (LBL) */ /* * Copyright (c) 2001 diff --git a/contrib/tcpdump/ieee802_11_radio.h b/contrib/tcpdump/ieee802_11_radio.h index 82eb97bf6b68..1d3832d52728 100644 --- a/contrib/tcpdump/ieee802_11_radio.h +++ b/contrib/tcpdump/ieee802_11_radio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tcpdump/ieee802_11_radio.h,v 1.2.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $NetBSD: ieee802_11_radio.h,v 1.2 2006/02/26 03:04:03 dyoung Exp $ */ /* $Header: /tcpdump/master/tcpdump/ieee802_11_radio.h,v 1.1.2.1 2006/06/13 22:24:45 guy Exp $ */ diff --git a/contrib/tcpdump/interface.h b/contrib/tcpdump/interface.h index 302d2eab19bb..39d764d2bf1c 100644 --- a/contrib/tcpdump/interface.h +++ b/contrib/tcpdump/interface.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/interface.h,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.244.2.21 2007/03/28 07:45:46 hannes Exp $ (LBL) */ diff --git a/contrib/tcpdump/ipproto.h b/contrib/tcpdump/ipproto.h index 1800db4580da..aefc00033f07 100644 --- a/contrib/tcpdump/ipproto.h +++ b/contrib/tcpdump/ipproto.h @@ -34,7 +34,7 @@ * * From: * @(#)in.h 8.3 (Berkeley) 1/3/94 - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/ipproto.h,v 1.1.1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */ extern struct tok ipproto_values[]; diff --git a/contrib/tcpdump/nfs.h b/contrib/tcpdump/nfs.h index 82c8dd3f1f95..4b5160c91815 100644 --- a/contrib/tcpdump/nfs.h +++ b/contrib/tcpdump/nfs.h @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/nfs.h,v 1.4.26.1 2008/11/25 02:59:29 kensmith Exp $ * @(#)nfsproto.h 8.2 (Berkeley) 3/30/95 */ diff --git a/contrib/tcpdump/nfsfh.h b/contrib/tcpdump/nfsfh.h index 8a337ba156ec..ac1231cfd53e 100644 --- a/contrib/tcpdump/nfsfh.h +++ b/contrib/tcpdump/nfsfh.h @@ -39,7 +39,7 @@ * Jeffrey C. Mogul * Digital Equipment Corporation * Western Research Laboratory - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/nfsfh.h,v 1.8.26.1 2008/11/25 02:59:29 kensmith Exp $ * $NetBSD: nfsfh.h,v 1.1.1.2 1997/10/03 17:25:13 christos Exp $ */ diff --git a/contrib/tcpdump/parsenfsfh.c b/contrib/tcpdump/parsenfsfh.c index 4aa8191d77bf..39dc05d9d3b8 100644 --- a/contrib/tcpdump/parsenfsfh.c +++ b/contrib/tcpdump/parsenfsfh.c @@ -39,7 +39,7 @@ * Digital Equipment Corporation * Western Research Laboratory * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/parsenfsfh.c,v 1.9.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/pmap_prot.h b/contrib/tcpdump/pmap_prot.h index 17cb92ff9a78..f0c3b5a96917 100644 --- a/contrib/tcpdump/pmap_prot.h +++ b/contrib/tcpdump/pmap_prot.h @@ -29,7 +29,7 @@ * * from: @(#)pmap_prot.h 1.14 88/02/08 SMI * from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/pmap_prot.h,v 1.1.1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/tcpdump/ppp.h b/contrib/tcpdump/ppp.h index 9c4b473ef53b..42314529e9fc 100644 --- a/contrib/tcpdump/ppp.h +++ b/contrib/tcpdump/ppp.h @@ -15,7 +15,7 @@ * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/ppp.h,v 1.8.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #define PPP_HDRLEN 4 /* length of PPP header */ diff --git a/contrib/tcpdump/print-802_11.c b/contrib/tcpdump/print-802_11.c index 100730a1390e..0e636f8cae15 100644 --- a/contrib/tcpdump/print-802_11.c +++ b/contrib/tcpdump/print-802_11.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tcpdump/print-802_11.c,v 1.2.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Copyright (c) 2001 * Fortress Technologies, Inc. All rights reserved. diff --git a/contrib/tcpdump/print-arp.c b/contrib/tcpdump/print-arp.c index 3dc289466a84..53f591e0c080 100644 --- a/contrib/tcpdump/print-arp.c +++ b/contrib/tcpdump/print-arp.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-arp.c,v 1.10.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-atalk.c b/contrib/tcpdump/print-atalk.c index 1d575a67177d..63a8f0da9f2c 100644 --- a/contrib/tcpdump/print-atalk.c +++ b/contrib/tcpdump/print-atalk.c @@ -20,7 +20,7 @@ * * Format and print AppleTalk packets. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-atalk.c,v 1.13.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-atm.c b/contrib/tcpdump/print-atm.c index 03ca34b603ac..9e70f82a0774 100644 --- a/contrib/tcpdump/print-atm.c +++ b/contrib/tcpdump/print-atm.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-atm.c,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/tcpdump/print-bootp.c b/contrib/tcpdump/print-bootp.c index b7e2cda8c4b6..fdd1a4ed1a59 100644 --- a/contrib/tcpdump/print-bootp.c +++ b/contrib/tcpdump/print-bootp.c @@ -20,7 +20,7 @@ * * Format and print bootp packets. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-bootp.c,v 1.11.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/tcpdump/print-domain.c b/contrib/tcpdump/print-domain.c index 827d1be08061..61cdde996418 100644 --- a/contrib/tcpdump/print-domain.c +++ b/contrib/tcpdump/print-domain.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-domain.c,v 1.12.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ether.c b/contrib/tcpdump/print-ether.c index d8911d3180d4..1c8c22651e9e 100644 --- a/contrib/tcpdump/print-ether.c +++ b/contrib/tcpdump/print-ether.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ether.c,v 1.17.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/tcpdump/print-fddi.c b/contrib/tcpdump/print-fddi.c index 49e2b005e93c..e43d0f18df9a 100644 --- a/contrib/tcpdump/print-fddi.c +++ b/contrib/tcpdump/print-fddi.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-fddi.c,v 1.11.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-fr.c b/contrib/tcpdump/print-fr.c index abc3cd7ec7de..40fd30092446 100644 --- a/contrib/tcpdump/print-fr.c +++ b/contrib/tcpdump/print-fr.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-fr.c,v 1.7.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-icmp.c b/contrib/tcpdump/print-icmp.c index 09a7a8980038..8a7767bf1c33 100644 --- a/contrib/tcpdump/print-icmp.c +++ b/contrib/tcpdump/print-icmp.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-icmp.c,v 1.11.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ip.c b/contrib/tcpdump/print-ip.c index 48d54dde76fd..1e3aa5036ede 100644 --- a/contrib/tcpdump/print-ip.c +++ b/contrib/tcpdump/print-ip.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ip.c,v 1.14.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ip6.c b/contrib/tcpdump/print-ip6.c index 4928734dc95a..67594e0ad77e 100644 --- a/contrib/tcpdump/print-ip6.c +++ b/contrib/tcpdump/print-ip6.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ip6.c,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ipx.c b/contrib/tcpdump/print-ipx.c index 6459b31bc368..215aff27434e 100644 --- a/contrib/tcpdump/print-ipx.c +++ b/contrib/tcpdump/print-ipx.c @@ -21,7 +21,7 @@ * Format and print Novell IPX packets. * Contributed by Brad Parker (brad@fcr.com). * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ipx.c,v 1.10.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-isoclns.c b/contrib/tcpdump/print-isoclns.c index 2ea3a3dd6e43..e198320950fa 100644 --- a/contrib/tcpdump/print-isoclns.c +++ b/contrib/tcpdump/print-isoclns.c @@ -23,7 +23,7 @@ * Extensively modified by Hannes Gredler (hannes@juniper.net) for more * complete IS-IS & CLNP support. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-isoclns.c,v 1.16.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-llc.c b/contrib/tcpdump/print-llc.c index 8ffd289159b3..969d3fd1b3b7 100644 --- a/contrib/tcpdump/print-llc.c +++ b/contrib/tcpdump/print-llc.c @@ -21,7 +21,7 @@ * Code by Matt Thomas, Digital Equipment Corporation * with an awful lot of hacking by Jeffrey Mogul, DECWRL * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-llc.c,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-nfs.c b/contrib/tcpdump/print-nfs.c index e47f0f619f16..5dbf76c69c46 100644 --- a/contrib/tcpdump/print-nfs.c +++ b/contrib/tcpdump/print-nfs.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-nfs.c,v 1.12.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ntp.c b/contrib/tcpdump/print-ntp.c index 9e8ccfa4f3d0..b4ef31e38750 100644 --- a/contrib/tcpdump/print-ntp.c +++ b/contrib/tcpdump/print-ntp.c @@ -22,7 +22,7 @@ * By Jeffrey Mogul/DECWRL * loosely based on print-bootp.c * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ntp.c,v 1.11.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-null.c b/contrib/tcpdump/print-null.c index b525600aaf7c..acb094f81da4 100644 --- a/contrib/tcpdump/print-null.c +++ b/contrib/tcpdump/print-null.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-null.c,v 1.12.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-pim.c b/contrib/tcpdump/print-pim.c index d539809933a2..b5ee64eaac8d 100644 --- a/contrib/tcpdump/print-pim.c +++ b/contrib/tcpdump/print-pim.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-pim.c,v 1.9.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-ppp.c b/contrib/tcpdump/print-ppp.c index e25930b97102..7d30dd1f1fd4 100644 --- a/contrib/tcpdump/print-ppp.c +++ b/contrib/tcpdump/print-ppp.c @@ -21,7 +21,7 @@ * Extensively modified by Motonori Shindo (mshindo@mshindo.net) for more * complete PPP support. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-ppp.c,v 1.16.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/tcpdump/print-sl.c b/contrib/tcpdump/print-sl.c index 97389d8c3779..c7f3aedd48e4 100644 --- a/contrib/tcpdump/print-sl.c +++ b/contrib/tcpdump/print-sl.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-sl.c,v 1.9.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-sunrpc.c b/contrib/tcpdump/print-sunrpc.c index 420ec360f38e..1b64abd37fda 100644 --- a/contrib/tcpdump/print-sunrpc.c +++ b/contrib/tcpdump/print-sunrpc.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-sunrpc.c,v 1.11.18.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/print-token.c b/contrib/tcpdump/print-token.c index 8a5f4f55657d..3c4d61720cde 100644 --- a/contrib/tcpdump/print-token.c +++ b/contrib/tcpdump/print-token.c @@ -23,7 +23,7 @@ * Further tweaked to more closely resemble print-fddi.c * Guy Harris <guy@alum.mit.edu> * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-token.c,v 1.8.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint static const char rcsid[] _U_ = diff --git a/contrib/tcpdump/print-udp.c b/contrib/tcpdump/print-udp.c index d530d6a08a9a..d2fe48412867 100644 --- a/contrib/tcpdump/print-udp.c +++ b/contrib/tcpdump/print-udp.c @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/print-udp.c,v 1.9.10.1.4.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef lint diff --git a/contrib/tcpdump/rpc_auth.h b/contrib/tcpdump/rpc_auth.h index 2b8ddc10164b..1f6098c525eb 100644 --- a/contrib/tcpdump/rpc_auth.h +++ b/contrib/tcpdump/rpc_auth.h @@ -29,7 +29,7 @@ * * from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/rpc_auth.h,v 1.1.1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/tcpdump/rpc_msg.h b/contrib/tcpdump/rpc_msg.h index 01185de1ca15..216cd7f03519 100644 --- a/contrib/tcpdump/rpc_msg.h +++ b/contrib/tcpdump/rpc_msg.h @@ -29,7 +29,7 @@ * * from: @(#)rpc_msg.h 1.7 86/07/16 SMI * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/rpc_msg.h,v 1.1.1.2.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/tcpdump/tcpdump-stdinc.h b/contrib/tcpdump/tcpdump-stdinc.h index 4e599c3cfebc..28adff631352 100644 --- a/contrib/tcpdump/tcpdump-stdinc.h +++ b/contrib/tcpdump/tcpdump-stdinc.h @@ -29,7 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/tcpdump-stdinc.h,v 1.4.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ * @(#) $Header: /tcpdump/master/tcpdump/tcpdump-stdinc.h,v 1.12.2.5 2006/06/23 02:07:27 hannes Exp $ (LBL) */ diff --git a/contrib/tcpdump/tcpdump.1 b/contrib/tcpdump/tcpdump.1 index 8b70af2c83f2..6b3a92e8afc6 100644 --- a/contrib/tcpdump/tcpdump.1 +++ b/contrib/tcpdump/tcpdump.1 @@ -22,7 +22,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/tcpdump/tcpdump.1,v 1.17.2.1.4.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH TCPDUMP 1 "18 April 2005" .SH NAME diff --git a/contrib/tcpdump/tcpdump.c b/contrib/tcpdump/tcpdump.c index e45ab23bdf69..eef0bfd7205c 100644 --- a/contrib/tcpdump/tcpdump.c +++ b/contrib/tcpdump/tcpdump.c @@ -33,7 +33,7 @@ static const char rcsid[] _U_ = "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.253.2.13 2007/09/12 19:48:51 guy Exp $ (LBL)"; #endif -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/tcpdump/tcpdump.c,v 1.11.2.2.4.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * tcpdump - monitor tcp/ip traffic on an ethernet. diff --git a/contrib/tcpdump/tests/.cvsignore b/contrib/tcpdump/tests/.cvsignore deleted file mode 100644 index f097c8a945c7..000000000000 --- a/contrib/tcpdump/tests/.cvsignore +++ /dev/null @@ -1,11 +0,0 @@ -*.new -*.pcap -02-sunrise-sunset-esp.pcap -08-sunrise-sunset-aes.pcap -08-sunrise-sunset-esp.pcap -08-sunrise-sunset-esp2.pcap -isakmp-delete-segfault.pcap -isakmp-identification-segfault.pcap -isakmp-pointer-loop.pcap -run1.pcap -run2.pcap diff --git a/contrib/tcpdump/token.h b/contrib/tcpdump/token.h index e466c843630f..5f7918be442f 100644 --- a/contrib/tcpdump/token.h +++ b/contrib/tcpdump/token.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/tcpdump/token.h,v 1.4.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #define TOKEN_HDRLEN 14 diff --git a/contrib/tcsh/FREEBSD-Xlist b/contrib/tcsh/FREEBSD-Xlist index b6e5636aa567..70c3af445033 100644 --- a/contrib/tcsh/FREEBSD-Xlist +++ b/contrib/tcsh/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/tcsh/FREEBSD-Xlist,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ */BUGS */config/a* */config/bs2000 diff --git a/contrib/tcsh/FREEBSD-upgrade b/contrib/tcsh/FREEBSD-upgrade index 7bfdaf8a2091..601b40fdfe3e 100644 --- a/contrib/tcsh/FREEBSD-upgrade +++ b/contrib/tcsh/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/tcsh/FREEBSD-upgrade,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ Christos Zoulas `tcsh' originals can be found at: ftp://ftp.astron.com/pub/tcsh/ diff --git a/contrib/telnet/arpa/telnet.h b/contrib/telnet/arpa/telnet.h index c937f03eacde..6339d9981cd2 100644 --- a/contrib/telnet/arpa/telnet.h +++ b/contrib/telnet/arpa/telnet.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)telnet.h 8.2 (Berkeley) 12/15/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/arpa/telnet.h,v 1.9.30.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _ARPA_TELNET_H_ diff --git a/contrib/telnet/libtelnet/auth-proto.h b/contrib/telnet/libtelnet/auth-proto.h index 6d3ba7f07493..c572c7770a1a 100644 --- a/contrib/telnet/libtelnet/auth-proto.h +++ b/contrib/telnet/libtelnet/auth-proto.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)auth-proto.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/auth-proto.h,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/libtelnet/auth.c b/contrib/telnet/libtelnet/auth.c index 46426559e088..35c753a71b87 100644 --- a/contrib/telnet/libtelnet/auth.c +++ b/contrib/telnet/libtelnet/auth.c @@ -38,7 +38,7 @@ static const char sccsid[] = "@(#)auth.c 8.3 (Berkeley) 5/30/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/auth.c,v 1.10.30.1 2008/11/25 02:59:29 kensmith Exp $"); /* diff --git a/contrib/telnet/libtelnet/auth.h b/contrib/telnet/libtelnet/auth.h index a8ee04831d67..e2fcfa4bce7a 100644 --- a/contrib/telnet/libtelnet/auth.h +++ b/contrib/telnet/libtelnet/auth.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)auth.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/auth.h,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/libtelnet/enc-proto.h b/contrib/telnet/libtelnet/enc-proto.h index 46663c7789e2..2bb3dbf79a6f 100644 --- a/contrib/telnet/libtelnet/enc-proto.h +++ b/contrib/telnet/libtelnet/enc-proto.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)enc-proto.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/enc-proto.h,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/libtelnet/enc_des.c b/contrib/telnet/libtelnet/enc_des.c index 2f7fe6e74402..95ac6be0a385 100644 --- a/contrib/telnet/libtelnet/enc_des.c +++ b/contrib/telnet/libtelnet/enc_des.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)enc_des.c 8.3 (Berkeley) 5/30/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/enc_des.c,v 1.10.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef ENCRYPTION # ifdef AUTHENTICATION diff --git a/contrib/telnet/libtelnet/encrypt.c b/contrib/telnet/libtelnet/encrypt.c index 8bdf672ab3ba..d599ea04e455 100644 --- a/contrib/telnet/libtelnet/encrypt.c +++ b/contrib/telnet/libtelnet/encrypt.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/encrypt.c,v 1.9.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/contrib/telnet/libtelnet/encrypt.h b/contrib/telnet/libtelnet/encrypt.h index eda8d57e0328..f35d9e665c0f 100644 --- a/contrib/telnet/libtelnet/encrypt.h +++ b/contrib/telnet/libtelnet/encrypt.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)encrypt.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/encrypt.h,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/libtelnet/genget.c b/contrib/telnet/libtelnet/genget.c index e24bb4458455..8221b5473a26 100644 --- a/contrib/telnet/libtelnet/genget.c +++ b/contrib/telnet/libtelnet/genget.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/genget.c,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/contrib/telnet/libtelnet/getent.c b/contrib/telnet/libtelnet/getent.c index d6e8d9c88475..2837f386b654 100644 --- a/contrib/telnet/libtelnet/getent.c +++ b/contrib/telnet/libtelnet/getent.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/getent.c,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/contrib/telnet/libtelnet/kerberos.c b/contrib/telnet/libtelnet/kerberos.c index 2380c27daa5e..87b6ded190d0 100644 --- a/contrib/telnet/libtelnet/kerberos.c +++ b/contrib/telnet/libtelnet/kerberos.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/kerberos.c,v 1.8.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)kerberos.c 8.3 (Berkeley) 5/30/95"; diff --git a/contrib/telnet/libtelnet/kerberos5.c b/contrib/telnet/libtelnet/kerberos5.c index ab7b2dce47b8..f077f806958d 100644 --- a/contrib/telnet/libtelnet/kerberos5.c +++ b/contrib/telnet/libtelnet/kerberos5.c @@ -53,7 +53,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/kerberos5.c,v 1.7.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef KRB5 diff --git a/contrib/telnet/libtelnet/key-proto.h b/contrib/telnet/libtelnet/key-proto.h index 2f3f3466daa5..0465a907d407 100644 --- a/contrib/telnet/libtelnet/key-proto.h +++ b/contrib/telnet/libtelnet/key-proto.h @@ -52,7 +52,7 @@ * this software for any purpose. It is provided "as is" without express * or implied warranty. * - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/key-proto.h,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef __KEY_PROTO__ diff --git a/contrib/telnet/libtelnet/krb4encpwd.c b/contrib/telnet/libtelnet/krb4encpwd.c index e0530f6e63c3..a0935f0b4b1d 100644 --- a/contrib/telnet/libtelnet/krb4encpwd.c +++ b/contrib/telnet/libtelnet/krb4encpwd.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/krb4encpwd.c,v 1.7.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static char sccsid[] = "@(#)krb4encpwd.c 8.3 (Berkeley) 5/30/95"; diff --git a/contrib/telnet/libtelnet/misc-proto.h b/contrib/telnet/libtelnet/misc-proto.h index aea753c3ff93..1b05ff9a0af5 100644 --- a/contrib/telnet/libtelnet/misc-proto.h +++ b/contrib/telnet/libtelnet/misc-proto.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)misc-proto.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/misc-proto.h,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/libtelnet/misc.c b/contrib/telnet/libtelnet/misc.c index 97299ad53b77..edd36569ab48 100644 --- a/contrib/telnet/libtelnet/misc.c +++ b/contrib/telnet/libtelnet/misc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/misc.c,v 1.8.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/contrib/telnet/libtelnet/pk.c b/contrib/telnet/libtelnet/pk.c index 044e9b9e8ffa..6c619c04e97f 100644 --- a/contrib/telnet/libtelnet/pk.c +++ b/contrib/telnet/libtelnet/pk.c @@ -30,7 +30,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/pk.c,v 1.10.32.1 2008/11/25 02:59:29 kensmith Exp $"); /* public key routines */ /* functions: diff --git a/contrib/telnet/libtelnet/pk.h b/contrib/telnet/libtelnet/pk.h index 555d8ebdeb78..8e0b5876d2ae 100644 --- a/contrib/telnet/libtelnet/pk.h +++ b/contrib/telnet/libtelnet/pk.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/libtelnet/pk.h,v 1.6.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* header for the des routines that we will use */ diff --git a/contrib/telnet/libtelnet/read_password.c b/contrib/telnet/libtelnet/read_password.c index badf21417dcc..e045c54b8fee 100644 --- a/contrib/telnet/libtelnet/read_password.c +++ b/contrib/telnet/libtelnet/read_password.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/read_password.c,v 1.5.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/contrib/telnet/libtelnet/rsaencpwd.c b/contrib/telnet/libtelnet/rsaencpwd.c index fba0c6b61735..128c2bf06be8 100644 --- a/contrib/telnet/libtelnet/rsaencpwd.c +++ b/contrib/telnet/libtelnet/rsaencpwd.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/rsaencpwd.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifndef lint static char sccsid[] = "@(#)rsaencpwd.c 8.3 (Berkeley) 5/30/95"; diff --git a/contrib/telnet/libtelnet/sra.c b/contrib/telnet/libtelnet/sra.c index 194048532b4e..fde326c8445b 100644 --- a/contrib/telnet/libtelnet/sra.c +++ b/contrib/telnet/libtelnet/sra.c @@ -30,7 +30,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/libtelnet/sra.c,v 1.16.32.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef SRA #ifdef ENCRYPTION diff --git a/contrib/telnet/telnet/authenc.c b/contrib/telnet/telnet/authenc.c index 85f389b2e55d..ba1c6de6544c 100644 --- a/contrib/telnet/telnet/authenc.c +++ b/contrib/telnet/telnet/authenc.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)authenc.c 8.1 (Berkeley) 6/6/93"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/authenc.c,v 1.6.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef AUTHENTICATION #ifdef ENCRYPTION diff --git a/contrib/telnet/telnet/commands.c b/contrib/telnet/telnet/commands.c index a64d763b64ac..7e29ee068f12 100644 --- a/contrib/telnet/telnet/commands.c +++ b/contrib/telnet/telnet/commands.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/commands.c,v 1.35.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/un.h> diff --git a/contrib/telnet/telnet/defines.h b/contrib/telnet/telnet/defines.h index 840666deacb6..04704f41a620 100644 --- a/contrib/telnet/telnet/defines.h +++ b/contrib/telnet/telnet/defines.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defines.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnet/defines.h,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #define settimer(x) clocks.x = clocks.system++ diff --git a/contrib/telnet/telnet/externs.h b/contrib/telnet/telnet/externs.h index 73743c025ed8..3a80638cf7f4 100644 --- a/contrib/telnet/telnet/externs.h +++ b/contrib/telnet/telnet/externs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)externs.h 8.3 (Berkeley) 5/30/95 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnet/externs.h,v 1.11.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef BSD diff --git a/contrib/telnet/telnet/main.c b/contrib/telnet/telnet/main.c index f6eb1ffb08ef..14e517d88c47 100644 --- a/contrib/telnet/telnet/main.c +++ b/contrib/telnet/telnet/main.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)main.c 8.3 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/main.c,v 1.20.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/contrib/telnet/telnet/network.c b/contrib/telnet/telnet/network.c index bb75d6309f90..b3e10df6510d 100644 --- a/contrib/telnet/telnet/network.c +++ b/contrib/telnet/telnet/network.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/network.c,v 1.7.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/contrib/telnet/telnet/ring.c b/contrib/telnet/telnet/ring.c index 6c2b7efc5a51..9c0ee74283a4 100644 --- a/contrib/telnet/telnet/ring.c +++ b/contrib/telnet/telnet/ring.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/ring.c,v 1.7.30.1 2008/11/25 02:59:29 kensmith Exp $"); /* * This defines a structure for a ring buffer. diff --git a/contrib/telnet/telnet/ring.h b/contrib/telnet/telnet/ring.h index 516b7a5d806a..56848bbd6435 100644 --- a/contrib/telnet/telnet/ring.h +++ b/contrib/telnet/telnet/ring.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ring.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnet/ring.h,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #if defined(P) diff --git a/contrib/telnet/telnet/sys_bsd.c b/contrib/telnet/telnet/sys_bsd.c index 45ef1e2aa3cd..bfe0c46ecfcb 100644 --- a/contrib/telnet/telnet/sys_bsd.c +++ b/contrib/telnet/telnet/sys_bsd.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/sys_bsd.c,v 1.12.30.1 2008/11/25 02:59:29 kensmith Exp $"); /* * The following routines try to encapsulate what is system dependent diff --git a/contrib/telnet/telnet/telnet.1 b/contrib/telnet/telnet/telnet.1 index 0acfe78931ec..8e64e4de8348 100644 --- a/contrib/telnet/telnet/telnet.1 +++ b/contrib/telnet/telnet/telnet.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnet.1 8.6 (Berkeley) 6/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/telnet/telnet/telnet.1,v 1.20.6.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd September 18, 2006 .Dt TELNET 1 diff --git a/contrib/telnet/telnet/telnet.c b/contrib/telnet/telnet/telnet.c index 28237bdf9d07..2c655136dfd1 100644 --- a/contrib/telnet/telnet/telnet.c +++ b/contrib/telnet/telnet/telnet.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/telnet.c,v 1.16.18.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> diff --git a/contrib/telnet/telnet/terminal.c b/contrib/telnet/telnet/terminal.c index 3dda1c5bf886..bf7ce4e01243 100644 --- a/contrib/telnet/telnet/terminal.c +++ b/contrib/telnet/telnet/terminal.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)terminal.c 8.2 (Berkeley) 2/16/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/terminal.c,v 1.7.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include <arpa/telnet.h> #include <sys/types.h> diff --git a/contrib/telnet/telnet/utilities.c b/contrib/telnet/telnet/utilities.c index b0cfe37bbabd..7423bc913b42 100644 --- a/contrib/telnet/telnet/utilities.c +++ b/contrib/telnet/telnet/utilities.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnet/utilities.c,v 1.8.30.1 2008/11/25 02:59:29 kensmith Exp $"); #define TELOPTS #define TELCMDS diff --git a/contrib/telnet/telnetd/authenc.c b/contrib/telnet/telnetd/authenc.c index 9377b522c972..72c5d06ac44d 100644 --- a/contrib/telnet/telnetd/authenc.c +++ b/contrib/telnet/telnetd/authenc.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/authenc.c,v 1.8.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef AUTHENTICATION #ifdef ENCRYPTION diff --git a/contrib/telnet/telnetd/defs.h b/contrib/telnet/telnetd/defs.h index d727f367c045..62f6a29030d2 100644 --- a/contrib/telnet/telnetd/defs.h +++ b/contrib/telnet/telnetd/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnetd/defs.h,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/telnetd/ext.h b/contrib/telnet/telnetd/ext.h index 448ba68b92fd..d288f2b39f2d 100644 --- a/contrib/telnet/telnetd/ext.h +++ b/contrib/telnet/telnetd/ext.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnetd/ext.h,v 1.11.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/telnet/telnetd/global.c b/contrib/telnet/telnetd/global.c index 2ed82d0b6aee..f1ea94215cee 100644 --- a/contrib/telnet/telnetd/global.c +++ b/contrib/telnet/telnetd/global.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/global.c,v 1.6.30.1 2008/11/25 02:59:29 kensmith Exp $"); /* * Allocate global variables. We do this diff --git a/contrib/telnet/telnetd/pathnames.h b/contrib/telnet/telnetd/pathnames.h index ed8ee887a39e..8b7f0d801703 100644 --- a/contrib/telnet/telnetd/pathnames.h +++ b/contrib/telnet/telnetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnetd/pathnames.h,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ #if BSD > 43 diff --git a/contrib/telnet/telnetd/slc.c b/contrib/telnet/telnetd/slc.c index ad034418d313..de49579de2ad 100644 --- a/contrib/telnet/telnetd/slc.c +++ b/contrib/telnet/telnetd/slc.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/slc.c,v 1.9.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include "telnetd.h" diff --git a/contrib/telnet/telnetd/state.c b/contrib/telnet/telnetd/state.c index 300421f6dec4..942540598a8f 100644 --- a/contrib/telnet/telnetd/state.c +++ b/contrib/telnet/telnetd/state.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/state.c,v 1.14.22.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include <stdarg.h> #include "telnetd.h" diff --git a/contrib/telnet/telnetd/sys_term.c b/contrib/telnet/telnetd/sys_term.c index 151c5b45215d..bc40b9e05b0b 100644 --- a/contrib/telnet/telnetd/sys_term.c +++ b/contrib/telnet/telnetd/sys_term.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/sys_term.c,v 1.18.30.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/types.h> #include <sys/tty.h> diff --git a/contrib/telnet/telnetd/telnetd.8 b/contrib/telnet/telnetd/telnetd.8 index 15ac8a95ea2c..d59b752399df 100644 --- a/contrib/telnet/telnetd/telnetd.8 +++ b/contrib/telnet/telnetd/telnetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.4 (Berkeley) 6/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/telnet/telnetd/telnetd.8,v 1.21.18.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd January 9, 2005 .Dt TELNETD 8 diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c index ad1e45953e9e..2f885a36fbb1 100644 --- a/contrib/telnet/telnetd/telnetd.c +++ b/contrib/telnet/telnetd/telnetd.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/telnetd.c,v 1.29.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"); #include "telnetd.h" #include "pathnames.h" diff --git a/contrib/telnet/telnetd/telnetd.h b/contrib/telnet/telnetd/telnetd.h index 5bfc572f518d..a78f8865ce29 100644 --- a/contrib/telnet/telnetd/telnetd.h +++ b/contrib/telnet/telnetd/telnetd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)telnetd.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/contrib/telnet/telnetd/telnetd.h,v 1.2.32.1 2008/11/25 02:59:29 kensmith Exp $ */ diff --git a/contrib/telnet/telnetd/termstat.c b/contrib/telnet/telnetd/termstat.c index 88425206da56..b3237653f96a 100644 --- a/contrib/telnet/telnetd/termstat.c +++ b/contrib/telnet/telnetd/termstat.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/termstat.c,v 1.13.26.1 2008/11/25 02:59:29 kensmith Exp $"); #include "telnetd.h" diff --git a/contrib/telnet/telnetd/utility.c b/contrib/telnet/telnetd/utility.c index 54e23270be18..36a136d5d9e9 100644 --- a/contrib/telnet/telnetd/utility.c +++ b/contrib/telnet/telnetd/utility.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/contrib/telnet/telnetd/utility.c,v 1.13.30.1 2008/11/25 02:59:29 kensmith Exp $"); #ifdef __FreeBSD__ #include <locale.h> diff --git a/contrib/texinfo/FREEBSD-Xlist b/contrib/texinfo/FREEBSD-Xlist index 702690cc397c..e9fe930f942b 100644 --- a/contrib/texinfo/FREEBSD-Xlist +++ b/contrib/texinfo/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/texinfo/FREEBSD-Xlist,v 1.6.18.1 2008/11/25 02:59:29 kensmith Exp $ */ABOUT-NLS */INSTALL.generic */Makefile.am diff --git a/contrib/texinfo/FREEBSD-upgrade b/contrib/texinfo/FREEBSD-upgrade index 888c727d5ec5..456386174446 100644 --- a/contrib/texinfo/FREEBSD-upgrade +++ b/contrib/texinfo/FREEBSD-upgrade @@ -1,5 +1,5 @@ # ex:ts=8 -$FreeBSD$ +$FreeBSD: src/contrib/texinfo/FREEBSD-upgrade,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ GNU Texinfo 4.8 originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/ diff --git a/contrib/texinfo/config.h b/contrib/texinfo/config.h index ad0a116dfa6d..9cb8f720a611 100644 --- a/contrib/texinfo/config.h +++ b/contrib/texinfo/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/texinfo/config.h,v 1.7.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ diff --git a/contrib/texinfo/util/install-info.c b/contrib/texinfo/util/install-info.c index 50ed3d46f944..dd1c6e8a3c8c 100644 --- a/contrib/texinfo/util/install-info.c +++ b/contrib/texinfo/util/install-info.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/texinfo/util/install-info.c,v 1.16.18.1 2008/11/25 02:59:29 kensmith Exp $ */ /* install-info -- create Info directory entry(ies) for an Info file. $Id: install-info.c,v 1.12 2004/04/11 17:56:47 karl Exp $ diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 83f966d5e21b..33dd7f84e1b1 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -8,7 +8,7 @@ * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/commands.c,v 1.15.6.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/top/display.c b/contrib/top/display.c index 0b1226ce03d3..3e93199b58a8 100644 --- a/contrib/top/display.c +++ b/contrib/top/display.c @@ -8,7 +8,7 @@ * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/display.c,v 1.9.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/top/layout.h b/contrib/top/layout.h index 1b2564e0a657..28c853a2a6d4 100644 --- a/contrib/top/layout.h +++ b/contrib/top/layout.h @@ -5,7 +5,7 @@ * display. These definitions are used by the routines in "display.c" for * cursor addressing. * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/layout.h,v 1.2.50.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ extern int x_lastpid; /* 10 */ diff --git a/contrib/top/machine.h b/contrib/top/machine.h index a09424c19ca2..cb8fdaa9d850 100644 --- a/contrib/top/machine.h +++ b/contrib/top/machine.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/top/machine.h,v 1.9.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/top/screen.c b/contrib/top/screen.c index 348304cc2836..027046ae1fc6 100644 --- a/contrib/top/screen.c +++ b/contrib/top/screen.c @@ -8,7 +8,7 @@ * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/screen.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* This file contains the routines that interface to termcap and stty/gtty. diff --git a/contrib/top/sigconv.awk b/contrib/top/sigconv.awk index 8e065fa1a355..b484bf408c12 100644 --- a/contrib/top/sigconv.awk +++ b/contrib/top/sigconv.awk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/top/sigconv.awk,v 1.2.6.1 2008/11/25 02:59:29 kensmith Exp $ BEGIN { nsig = 0; diff --git a/contrib/top/top.X b/contrib/top/top.X index 830e50dd2346..3cde535a4d17 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -1,6 +1,6 @@ .\" NOTE: changes to the manual page for "top" should be made in the .\" file "top.X" and NOT in the file "top.1". -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/top/top.X,v 1.20.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .nr N %topn% .nr D %delay% .TH TOP 1 Local diff --git a/contrib/top/top.c b/contrib/top/top.c index 762efaa2a723..22a78af17775 100644 --- a/contrib/top/top.c +++ b/contrib/top/top.c @@ -13,7 +13,7 @@ char *copyright = * Copyright (c) 1994, 1995, William LeFebvre, Argonne National Laboratory * Copyright (c) 1996, William LeFebvre, Group sys Consulting * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/top.c,v 1.23.2.3.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/top/top.h b/contrib/top/top.h index a281957c34bd..4b01edc085ae 100644 --- a/contrib/top/top.h +++ b/contrib/top/top.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/top/top.h,v 1.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* * Top - a top users display for Berkeley Unix diff --git a/contrib/top/username.c b/contrib/top/username.c index 23591866eb83..239bad0b719d 100644 --- a/contrib/top/username.c +++ b/contrib/top/username.c @@ -8,7 +8,7 @@ * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/username.c,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/top/utils.c b/contrib/top/utils.c index 906170ad67a3..4127bf0b96db 100644 --- a/contrib/top/utils.c +++ b/contrib/top/utils.c @@ -8,7 +8,7 @@ * Copyright (c) 1984, 1989, William LeFebvre, Rice University * Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/utils.c,v 1.4.32.1 2008/11/25 02:59:29 kensmith Exp $ */ /* diff --git a/contrib/traceroute/FREEBSD-upgrade b/contrib/traceroute/FREEBSD-upgrade index bc4918eb146f..e4e4ef801bed 100644 --- a/contrib/traceroute/FREEBSD-upgrade +++ b/contrib/traceroute/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/traceroute/FREEBSD-upgrade,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ This directory contains virgin copies of the original distribution files on a "vendor" branch. Do not, under any circumstances, attempt to upgrade diff --git a/contrib/traceroute/VERSION b/contrib/traceroute/VERSION index 26e2f7609197..88ddb457b136 100644 --- a/contrib/traceroute/VERSION +++ b/contrib/traceroute/VERSION @@ -1,2 +1,2 @@ 1.4a12+FreeBSD -$FreeBSD$ +$FreeBSD: src/contrib/traceroute/VERSION,v 1.3.32.1 2008/11/25 02:59:29 kensmith Exp $ diff --git a/contrib/traceroute/as.c b/contrib/traceroute/as.c index abb6c7108056..149bc1de7e6b 100644 --- a/contrib/traceroute/as.c +++ b/contrib/traceroute/as.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/traceroute/as.c,v 1.1.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $NetBSD: as.c,v 1.1 2001/11/04 23:14:36 atatat Exp $ */ /* diff --git a/contrib/traceroute/as.h b/contrib/traceroute/as.h index 5ed563ded754..94e60aa36282 100644 --- a/contrib/traceroute/as.h +++ b/contrib/traceroute/as.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/contrib/traceroute/as.h,v 1.1.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ /* $NetBSD: as.h,v 1.1 2001/11/04 23:14:36 atatat Exp $ */ /* diff --git a/contrib/traceroute/findsaddr-socket.c b/contrib/traceroute/findsaddr-socket.c index 00af84366c52..6d9f398e8a8a 100644 --- a/contrib/traceroute/findsaddr-socket.c +++ b/contrib/traceroute/findsaddr-socket.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/contrib/traceroute/findsaddr-socket.c,v 1.3.26.1 2008/11/25 02:59:29 kensmith Exp $ */ /* XXX Yes this is WAY too complicated */ diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8 index 9d54bc6d2c9f..1cb7665394ec 100644 --- a/contrib/traceroute/traceroute.8 +++ b/contrib/traceroute/traceroute.8 @@ -14,7 +14,7 @@ .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" .\" $Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/traceroute/traceroute.8,v 1.16.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .TH TRACEROUTE 8 "19 February 2008" .UC 6 diff --git a/contrib/traceroute/traceroute.c b/contrib/traceroute/traceroute.c index a4bce610145c..ce02156ebd27 100644 --- a/contrib/traceroute/traceroute.c +++ b/contrib/traceroute/traceroute.c @@ -28,7 +28,7 @@ static const char rcsid[] = "@(#)$Id: traceroute.c,v 1.68 2000/12/14 08:04:33 leres Exp $ (LBL)"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/contrib/traceroute/traceroute.c,v 1.34.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $"; #endif /* diff --git a/contrib/wpa_supplicant/FREEBSD-Xlist b/contrib/wpa_supplicant/FREEBSD-Xlist index da2934b13085..612933103205 100644 --- a/contrib/wpa_supplicant/FREEBSD-Xlist +++ b/contrib/wpa_supplicant/FREEBSD-Xlist @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/wpa_supplicant/FREEBSD-Xlist,v 1.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .cvsignore README-Windows.txt config_winreg.c diff --git a/contrib/wpa_supplicant/FREEBSD-upgrade b/contrib/wpa_supplicant/FREEBSD-upgrade index dfb149e0ba18..7072048dcdf4 100644 --- a/contrib/wpa_supplicant/FREEBSD-upgrade +++ b/contrib/wpa_supplicant/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/wpa_supplicant/FREEBSD-upgrade,v 1.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ WPA Supplicant originals can be found at: http://hostap.epitest.fi/releases/ diff --git a/contrib/wpa_supplicant/common.h b/contrib/wpa_supplicant/common.h index a1d952b14589..9e01b838e95a 100644 --- a/contrib/wpa_supplicant/common.h +++ b/contrib/wpa_supplicant/common.h @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/wpa_supplicant/common.h,v 1.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef COMMON_H diff --git a/contrib/wpa_supplicant/events.c b/contrib/wpa_supplicant/events.c index 92dd61dea880..dacd864d0c9c 100644 --- a/contrib/wpa_supplicant/events.c +++ b/contrib/wpa_supplicant/events.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/wpa_supplicant/events.c,v 1.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/wpa_supplicant/main.c b/contrib/wpa_supplicant/main.c index aaef8220d1f6..496d4516f7c3 100644 --- a/contrib/wpa_supplicant/main.c +++ b/contrib/wpa_supplicant/main.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/wpa_supplicant/main.c,v 1.2.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/wpa_supplicant/wpa_ctrl.c b/contrib/wpa_supplicant/wpa_ctrl.c index 8e621b061715..a5c0b53790c8 100644 --- a/contrib/wpa_supplicant/wpa_ctrl.c +++ b/contrib/wpa_supplicant/wpa_ctrl.c @@ -11,7 +11,7 @@ * * See README and COPYING for more details. * - * $FreeBSD$ + * $FreeBSD: src/contrib/wpa_supplicant/wpa_ctrl.c,v 1.5.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" diff --git a/contrib/wpa_supplicant/wpa_supplicant.c b/contrib/wpa_supplicant/wpa_supplicant.c index 95c8b1bbff9e..491eebecedd7 100644 --- a/contrib/wpa_supplicant/wpa_supplicant.c +++ b/contrib/wpa_supplicant/wpa_supplicant.c @@ -15,7 +15,7 @@ * %wpa_supplicant interfaces. In addition, this file contains number of * functions for managing network connections. * - * $FreeBSD$ + * $FreeBSD: src/contrib/wpa_supplicant/wpa_supplicant.c,v 1.4.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #include "includes.h" |
