diff options
Diffstat (limited to 'sys/fs/coda')
-rw-r--r-- | sys/fs/coda/README | 2 | ||||
-rw-r--r-- | sys/fs/coda/TODO | 2 | ||||
-rw-r--r-- | sys/fs/coda/cnode.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_fbsd.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_io.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_opstats.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_pioctl.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_psdev.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_psdev.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_subr.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_subr.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_venus.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_venus.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_vfsops.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_vfsops.h | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_vnops.c | 2 | ||||
-rw-r--r-- | sys/fs/coda/coda_vnops.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/sys/fs/coda/README b/sys/fs/coda/README index 19de799c0eac..267d4c484871 100644 --- a/sys/fs/coda/README +++ b/sys/fs/coda/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/fs/coda/README,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $ Announcing the Availability of the Coda Distributed diff --git a/sys/fs/coda/TODO b/sys/fs/coda/TODO index a0a618a73711..b6b5d0412f3d 100644 --- a/sys/fs/coda/TODO +++ b/sys/fs/coda/TODO @@ -13,4 +13,4 @@ Medium term: Tune hash algorithm used in cfs_subr. Make MPSAFE -$FreeBSD$ +$FreeBSD: src/sys/fs/coda/TODO,v 1.3.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $ diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h index bd508e2ef0fc..1e094c3a5e18 100644 --- a/sys/fs/coda/cnode.h +++ b/sys/fs/coda/cnode.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/cnode.h,v 1.21.2.8.4.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/fs/coda/coda.h b/sys/fs/coda/coda.h index 93547a4d7e80..7b3976d7c99a 100644 --- a/sys/fs/coda/coda.h +++ b/sys/fs/coda/coda.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda.h,v 1.16.8.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/fs/coda/coda_fbsd.c b/sys/fs/coda/coda_fbsd.c index 765c3fd9a290..6b66f19a5ab2 100644 --- a/sys/fs/coda/coda_fbsd.c +++ b/sys/fs/coda/coda_fbsd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_fbsd.c,v 1.46.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_io.h b/sys/fs/coda/coda_io.h index 6058cf024da7..9e37db6ac5c8 100644 --- a/sys/fs/coda/coda_io.h +++ b/sys/fs/coda/coda_io.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_io.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_io.h,v 1.9.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/fs/coda/coda_opstats.h b/sys/fs/coda/coda_opstats.h index 36805e8c0062..842dd625d169 100644 --- a/sys/fs/coda/coda_opstats.h +++ b/sys/fs/coda/coda_opstats.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_opstats.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_opstats.h,v 1.7.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/fs/coda/coda_pioctl.h b/sys/fs/coda/coda_pioctl.h index 3c9d0c65e0d2..12dcfd221d03 100644 --- a/sys/fs/coda/coda_pioctl.h +++ b/sys/fs/coda/coda_pioctl.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_pioctl.h,v 1.9.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/fs/coda/coda_psdev.c b/sys/fs/coda/coda_psdev.c index b55a5f47b0f6..a081de36aa6c 100644 --- a/sys/fs/coda/coda_psdev.c +++ b/sys/fs/coda/coda_psdev.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_psdev.c,v 1.39.2.9.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_psdev.h b/sys/fs/coda/coda_psdev.h index 021456beb241..6e140ba19f8f 100644 --- a/sys/fs/coda/coda_psdev.h +++ b/sys/fs/coda/coda_psdev.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_psdev.h,v 1.6.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _CODA_PSDEV_H_ diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c index e522bfe828f5..09fd70c4dc0a 100644 --- a/sys/fs/coda/coda_subr.c +++ b/sys/fs/coda/coda_subr.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_subr.c,v 1.33.2.6.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_subr.h b/sys/fs/coda/coda_subr.h index 0efc08169eb8..57cd46fe2acb 100644 --- a/sys/fs/coda/coda_subr.h +++ b/sys/fs/coda/coda_subr.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_subr.h,v 1.10.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _CODA_SUBR_H_ diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c index c69741bdfe7b..61ba419a6fee 100644 --- a/sys/fs/coda/coda_venus.c +++ b/sys/fs/coda/coda_venus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_venus.c,v 1.27.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_venus.h b/sys/fs/coda/coda_venus.h index 97e7be306be8..b498dbd9a177 100644 --- a/sys/fs/coda/coda_venus.h +++ b/sys/fs/coda/coda_venus.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_venus.h,v 1.10.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _CODA_VENUS_H_ diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index ca609a1a1611..ac9fbad7dcdf 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_vfsops.c,v 1.67.2.8.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_vfsops.h b/sys/fs/coda/coda_vfsops.h index b51f4bc3d37c..d6cec968751a 100644 --- a/sys/fs/coda/coda_vfsops.h +++ b/sys/fs/coda/coda_vfsops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_vfsops.h,v 1.12.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _CODA_VFSOPS_H_ diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index dc722bf1f1f3..db4af23d2bbe 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/coda/coda_vnops.c,v 1.76.2.14.2.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/coda/coda_vnops.h b/sys/fs/coda/coda_vnops.h index e43b09fb9b97..46f84948bcb3 100644 --- a/sys/fs/coda/coda_vnops.h +++ b/sys/fs/coda/coda_vnops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/coda/coda_vnops.h,v 1.19.2.5.4.1 2009/04/15 03:14:26 kensmith Exp $ */ /* |