diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /sys/coda | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'sys/coda')
| -rw-r--r-- | sys/coda/README | 2 | ||||
| -rw-r--r-- | sys/coda/cnode.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_fbsd.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_io.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_kernel.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_namecache.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_namecache.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_opstats.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_pioctl.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_psdev.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_psdev.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_subr.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_subr.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_venus.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_venus.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_vfsops.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_vfsops.h | 2 | ||||
| -rw-r--r-- | sys/coda/coda_vnops.c | 2 | ||||
| -rw-r--r-- | sys/coda/coda_vnops.h | 2 |
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 8bbdeb55b0f9..d911af1b2f9b 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.17 2005/03/13 12:09:34 jeff Exp $ * */ diff --git a/sys/coda/coda.h b/sys/coda/coda.h index bd87a9e2836a..4d133acebd84 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.13 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index dd379d7a4664..96f6d53d47f4 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.42.2.1 2005/08/13 21:24:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h index 1985b01a5c56..fe1711cc7730 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.8 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h index fd365b8ad37d..cff7652355d2 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.5 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index f8a79f5a87d1..60e39bf6f804 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.21 2005/01/05 23:35:00 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index 77f2cb168255..152342c70d2d 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.10 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h index a8d52b3a8456..48749d7e89d6 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.6 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index ea61b6429a4e..7164ae591ec5 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.8 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 7e71f1c0570b..5585c7dfd564 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.34 2005/03/15 10:01:31 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 5d1193ba0447..ba7468d1c097 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.5 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 878bd686f03f..b49e92518d6c 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.31 2005/03/13 12:10:15 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index 91bf1228e6ce..6e0fadaf3be3 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.9 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index 56d627b39292..cce9f4a8e52e 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.24 2005/03/15 12:39:30 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 1d1e0cfd39b5..329ea32a19b1 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.8 2005/01/11 07:36:18 phk Exp $ * */ diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index c73d364fdf81..223f4f2a6cf7 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.59 2005/03/24 07:39:03 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index 8a665457e55b..fe82b1c3282c 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.10 2005/02/20 23:01:57 das Exp $ * */ diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index a6f6e1a6196c..e613132f4a0b 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.66 2005/04/13 10:59:07 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index db8e3f86ec66..bdc0e18f41e9 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.16 2005/01/19 08:24:53 phk Exp $ * */ |
