diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /sys/dev/vinum | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/COPYRIGHT | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/Makefile | 2 | ||||
| -rwxr-xr-x | sys/dev/vinum/makestatetext | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/request.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinum.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumconfig.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumdaemon.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumext.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumhdr.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinuminterrupt.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumio.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumio.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumioctl.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumkw.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumlock.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinummemory.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumparser.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumraid5.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumrequest.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumrevive.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumstate.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumstate.h | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumutil.c | 2 | ||||
| -rw-r--r-- | sys/dev/vinum/vinumvar.h | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/sys/dev/vinum/COPYRIGHT b/sys/dev/vinum/COPYRIGHT index f0295e6a6d0e..0003d519483f 100644 --- a/sys/dev/vinum/COPYRIGHT +++ b/sys/dev/vinum/COPYRIGHT @@ -33,5 +33,5 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/COPYRIGHT,v 1.3.2.1 1999/08/29 16:24:11 peter Exp $ */ diff --git a/sys/dev/vinum/Makefile b/sys/dev/vinum/Makefile index 83e94ec2e222..1de05260e16c 100644 --- a/sys/dev/vinum/Makefile +++ b/sys/dev/vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/vinum/Makefile,v 1.5.2.1 1999/08/29 16:24:12 peter Exp $ .PATH: ${.CURDIR}/../../sys/dev/ccd KMOD= vinum_mod diff --git a/sys/dev/vinum/makestatetext b/sys/dev/vinum/makestatetext index 3cb709c6b460..1c202e597111 100755 --- a/sys/dev/vinum/makestatetext +++ b/sys/dev/vinum/makestatetext @@ -1,6 +1,6 @@ #!/bin/sh # Make statetexts.h from vinumstate.h -# $FreeBSD$ +# $FreeBSD: src/sys/dev/vinum/makestatetext,v 1.4.2.2 1999/08/29 16:24:12 peter Exp $ infile=vinumstate.h ofile=statetexts.h cat > $ofile <<FOO diff --git a/sys/dev/vinum/request.h b/sys/dev/vinum/request.h index 04812f868fd3..119c55734e53 100644 --- a/sys/dev/vinum/request.h +++ b/sys/dev/vinum/request.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/request.h,v 1.6.2.5 1999/09/13 08:03:53 grog Exp $ */ /* Information needed to set up a transfer */ diff --git a/sys/dev/vinum/vinum.c b/sys/dev/vinum/vinum.c index de370212e955..46853f5e498f 100644 --- a/sys/dev/vinum/vinum.c +++ b/sys/dev/vinum/vinum.c @@ -35,7 +35,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinum.c,v 1.7.2.5 1999/08/29 16:24:13 peter Exp $ */ #define STATIC static /* nothing while we're testing XXX */ diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 82f7a81df4cf..12d39268c10d 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -45,7 +45,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumconfig.c,v 1.8.2.7 1999/08/29 16:24:14 peter Exp $ */ #define STATIC static diff --git a/sys/dev/vinum/vinumdaemon.c b/sys/dev/vinum/vinumdaemon.c index 9d885b9e1019..a9d17ef6cf50 100644 --- a/sys/dev/vinum/vinumdaemon.c +++ b/sys/dev/vinum/vinumdaemon.c @@ -34,7 +34,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumdaemon.c,v 1.1.2.6 1999/08/29 16:24:15 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumext.h b/sys/dev/vinum/vinumext.h index 30bef5abc754..4d471f7a62ff 100644 --- a/sys/dev/vinum/vinumext.h +++ b/sys/dev/vinum/vinumext.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumext.h,v 1.6.2.5 1999/08/29 16:24:15 peter Exp $ */ /* vinumext.h: external definitions */ diff --git a/sys/dev/vinum/vinumhdr.h b/sys/dev/vinum/vinumhdr.h index 22b62d6040c0..411a38c233b2 100644 --- a/sys/dev/vinum/vinumhdr.h +++ b/sys/dev/vinum/vinumhdr.h @@ -35,7 +35,7 @@ */ /* Header files used by all modules */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/vinum/vinumhdr.h,v 1.6.2.5 1999/08/29 16:24:16 peter Exp $ */ #include <sys/param.h> #ifdef KERNEL diff --git a/sys/dev/vinum/vinuminterrupt.c b/sys/dev/vinum/vinuminterrupt.c index bb62f676cfa4..65f316ce683e 100644 --- a/sys/dev/vinum/vinuminterrupt.c +++ b/sys/dev/vinum/vinuminterrupt.c @@ -39,7 +39,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinuminterrupt.c,v 1.7.2.4 1999/08/29 16:24:16 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumio.c b/sys/dev/vinum/vinumio.c index 5031557d7a03..b38b9d410091 100644 --- a/sys/dev/vinum/vinumio.c +++ b/sys/dev/vinum/vinumio.c @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumio.c,v 1.7.2.9 1999/08/29 16:24:18 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h index 3b99fdd45598..68e5e77c63cb 100644 --- a/sys/dev/vinum/vinumio.h +++ b/sys/dev/vinum/vinumio.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumio.h,v 1.6.2.4 1999/08/29 16:24:18 peter Exp $ */ #ifdef VINUMDEBUG diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c index d983785897b2..184bae4bebe0 100644 --- a/sys/dev/vinum/vinumioctl.c +++ b/sys/dev/vinum/vinumioctl.c @@ -41,7 +41,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumioctl.c,v 1.6.2.6 1999/08/29 16:24:19 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h index d084c5055ff9..c0b0d15d5690 100644 --- a/sys/dev/vinum/vinumkw.h +++ b/sys/dev/vinum/vinumkw.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumkw.h,v 1.6.2.5 1999/08/29 16:24:20 peter Exp $ */ /* diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c index 769d0303070a..42bae7a1fb42 100644 --- a/sys/dev/vinum/vinumlock.c +++ b/sys/dev/vinum/vinumlock.c @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumlock.c,v 1.5.2.7 1999/09/01 23:28:02 grog Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinummemory.c b/sys/dev/vinum/vinummemory.c index e13d7249dd84..62f92f2685a9 100644 --- a/sys/dev/vinum/vinummemory.c +++ b/sys/dev/vinum/vinummemory.c @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinummemory.c,v 1.6.2.6 1999/08/29 16:24:21 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 7eb8a44ac262..ab8343453e94 100644 --- a/sys/dev/vinum/vinumparser.c +++ b/sys/dev/vinum/vinumparser.c @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumparser.c,v 1.5.2.6 1999/08/29 16:24:21 peter Exp $ */ /* diff --git a/sys/dev/vinum/vinumraid5.c b/sys/dev/vinum/vinumraid5.c index b1be512e34c0..c4edbef81d0f 100644 --- a/sys/dev/vinum/vinumraid5.c +++ b/sys/dev/vinum/vinumraid5.c @@ -38,7 +38,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumraid5.c,v 1.3.2.2 1999/08/29 16:24:22 peter Exp $ */ #include <dev/vinum/vinumhdr.h> #include <dev/vinum/request.h> diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c index 9504ded4bd36..52a5f6b506e1 100644 --- a/sys/dev/vinum/vinumrequest.c +++ b/sys/dev/vinum/vinumrequest.c @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumrequest.c,v 1.7.2.6 1999/08/29 16:24:22 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumrevive.c b/sys/dev/vinum/vinumrevive.c index 34265d15cc63..880ef99803f5 100644 --- a/sys/dev/vinum/vinumrevive.c +++ b/sys/dev/vinum/vinumrevive.c @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumrevive.c,v 1.8.2.4 1999/08/29 16:24:23 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumstate.c b/sys/dev/vinum/vinumstate.c index ad31981539ff..042f4c9e75c7 100644 --- a/sys/dev/vinum/vinumstate.c +++ b/sys/dev/vinum/vinumstate.c @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumstate.c,v 1.7.2.7 1999/08/29 16:24:24 peter Exp $ */ #include <dev/vinum/vinumhdr.h> diff --git a/sys/dev/vinum/vinumstate.h b/sys/dev/vinum/vinumstate.h index a97e3bcb31ed..10874a6f966e 100644 --- a/sys/dev/vinum/vinumstate.h +++ b/sys/dev/vinum/vinumstate.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumstate.h,v 1.4.2.4 1999/08/29 16:24:25 peter Exp $ */ /* diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c index 45b8bde65f1a..5dfb2a253812 100644 --- a/sys/dev/vinum/vinumutil.c +++ b/sys/dev/vinum/vinumutil.c @@ -35,7 +35,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumutil.c,v 1.5.2.5 1999/08/29 16:24:25 peter Exp $ */ /* This file contains utility routines used both in kernel and user context */ diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h index 794086ff8637..62202ddb66a8 100644 --- a/sys/dev/vinum/vinumvar.h +++ b/sys/dev/vinum/vinumvar.h @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vinum/vinumvar.h,v 1.7.2.5 1999/08/29 16:24:26 peter Exp $ */ #include <sys/time.h> |
