aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
commit3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch)
tree4114cadb7556687c77484c7507ab5f541eb9b1ca /sys/coda
parentf8d4987d7271c1003cce92715022709505f995c7 (diff)
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/README2
-rw-r--r--sys/coda/cnode.h2
-rw-r--r--sys/coda/coda.h2
-rw-r--r--sys/coda/coda_fbsd.c2
-rw-r--r--sys/coda/coda_io.h2
-rw-r--r--sys/coda/coda_kernel.h2
-rw-r--r--sys/coda/coda_namecache.c2
-rw-r--r--sys/coda/coda_namecache.h2
-rw-r--r--sys/coda/coda_opstats.h2
-rw-r--r--sys/coda/coda_pioctl.h2
-rw-r--r--sys/coda/coda_psdev.c2
-rw-r--r--sys/coda/coda_psdev.h2
-rw-r--r--sys/coda/coda_subr.c2
-rw-r--r--sys/coda/coda_subr.h2
-rw-r--r--sys/coda/coda_venus.c2
-rw-r--r--sys/coda/coda_venus.h2
-rw-r--r--sys/coda/coda_vfsops.c2
-rw-r--r--sys/coda/coda_vfsops.h2
-rw-r--r--sys/coda/coda_vnops.c2
-rw-r--r--sys/coda/coda_vnops.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/sys/coda/README b/sys/coda/README
index 19de799c0eac..5cd02cddd335 100644
--- a/sys/coda/README
+++ b/sys/coda/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/sys/coda/README,v 1.3 2002/05/16 21:25:34 trhodes Exp $
Announcing the Availability of the
Coda Distributed
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h
index be7e848bbea6..f1b58d219e87 100644
--- a/sys/coda/cnode.h
+++ b/sys/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/coda/cnode.h,v 1.14 2004/06/16 09:46:32 phk Exp $
*
*/
diff --git a/sys/coda/coda.h b/sys/coda/coda.h
index 5fb352effb82..42a7643891c9 100644
--- a/sys/coda/coda.h
+++ b/sys/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/coda/coda.h,v 1.12 2004/06/17 17:16:40 phk Exp $
*
*/
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index d3feff0b2b91..7736e7f69866 100644
--- a/sys/coda/coda_fbsd.c
+++ b/sys/coda/coda_fbsd.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_fbsd.c,v 1.36 2004/07/15 08:25:59 phk Exp $");
#include "vcoda.h"
diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h
index 4daede1e4c13..1c9c56d964ed 100644
--- a/sys/coda/coda_io.h
+++ b/sys/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/coda/coda_io.h,v 1.7 2002/05/16 21:25:34 trhodes Exp $
*
*/
diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h
index cc0fd957f81c..870c00599de2 100644
--- a/sys/coda/coda_kernel.h
+++ b/sys/coda/coda_kernel.h
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_kernel.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/coda/coda_kernel.h,v 1.4 1999/08/28 00:40:53 peter Exp $
*
*/
diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c
index 5f8106a9c7ae..6f20a5ce43b8 100644
--- a/sys/coda/coda_namecache.c
+++ b/sys/coda/coda_namecache.c
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_namecache.c,v 1.20 2003/09/07 07:43:09 tjr Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h
index 13bb99dad18a..05a72693443e 100644
--- a/sys/coda/coda_namecache.h
+++ b/sys/coda/coda_namecache.h
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_namecache.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/coda/coda_namecache.h,v 1.9 2003/09/07 07:43:09 tjr Exp $
*
*/
diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h
index 8661a07ebfa0..77506fa76b06 100644
--- a/sys/coda/coda_opstats.h
+++ b/sys/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/coda/coda_opstats.h,v 1.5 1999/08/28 00:40:54 peter Exp $
*
*/
diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h
index a76c653e9f7b..d140695f4f27 100644
--- a/sys/coda/coda_pioctl.h
+++ b/sys/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/coda/coda_pioctl.h,v 1.7 2002/05/16 21:25:34 trhodes Exp $
*
*/
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index 03e408da63d6..a5bb798ca0ac 100644
--- a/sys/coda/coda_psdev.c
+++ b/sys/coda/coda_psdev.c
@@ -49,7 +49,7 @@
/* These routines are the device entry points for Venus. */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_psdev.c,v 1.30 2004/06/16 09:46:32 phk Exp $");
extern int coda_nc_initialized; /* Set if cache has been initialized */
diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h
index f135b3441208..6184a8c4b037 100644
--- a/sys/coda/coda_psdev.h
+++ b/sys/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/coda/coda_psdev.h,v 1.4 2004/06/16 09:46:32 phk Exp $
*
*/
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c
index a59425f2e80b..89749f0c8e01 100644
--- a/sys/coda/coda_subr.c
+++ b/sys/coda/coda_subr.c
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_subr.c,v 1.29 2004/07/04 08:52:33 phk Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h
index 2b026eb674a3..aaf70b19fc03 100644
--- a/sys/coda/coda_subr.h
+++ b/sys/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/coda/coda_subr.h,v 1.8 2003/09/07 07:43:09 tjr Exp $
*
*/
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c
index 7e4d32109045..cd7704ebb859 100644
--- a/sys/coda/coda_venus.c
+++ b/sys/coda/coda_venus.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_venus.c,v 1.21 2004/06/17 17:16:40 phk Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h
index 473b84d30092..18b29e72dc69 100644
--- a/sys/coda/coda_venus.h
+++ b/sys/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/coda/coda_venus.h,v 1.6 2004/06/16 09:46:32 phk Exp $
*
*/
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index 189ee92487fc..d67e3e0356ed 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_vfsops.c,v 1.51 2004/07/30 22:08:49 phk Exp $");
#include <vcoda.h>
diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h
index 6d36232c1be2..9baa5d8268f9 100644
--- a/sys/coda/coda_vfsops.h
+++ b/sys/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/coda/coda_vfsops.h,v 1.8 2003/09/07 07:43:09 tjr Exp $
*
*/
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c
index 97621a8c4c7b..adf009055ded 100644
--- a/sys/coda/coda_vnops.c
+++ b/sys/coda/coda_vnops.c
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/coda/coda_vnops.c,v 1.53 2004/07/28 06:05:41 kan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h
index 88a398e8cd6c..74a9a5b0781b 100644
--- a/sys/coda/coda_vnops.h
+++ b/sys/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/coda/coda_vnops.h,v 1.13 2004/06/16 09:46:32 phk Exp $
*
*/