diff options
Diffstat (limited to 'sys/geom')
88 files changed, 88 insertions, 88 deletions
diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 90aaf7a44b83..662c7467f8b1 100644 --- a/sys/geom/bde/g_bde.c +++ b/sys/geom/bde/g_bde.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde.c,v 1.29 2005/03/11 15:42:51 ume Exp $ * */ diff --git a/sys/geom/bde/g_bde.h b/sys/geom/bde/g_bde.h index 9332c6b27061..efd3d9fce658 100644 --- a/sys/geom/bde/g_bde.h +++ b/sys/geom/bde/g_bde.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde.h,v 1.6 2003/10/07 09:28:07 phk Exp $ */ #ifndef _SYS_GEOM_BDE_G_BDE_H_ diff --git a/sys/geom/bde/g_bde_crypt.c b/sys/geom/bde/g_bde_crypt.c index c5de0b932394..319d154a0ece 100644 --- a/sys/geom/bde/g_bde_crypt.c +++ b/sys/geom/bde/g_bde_crypt.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_crypt.c,v 1.22.2.1 2005/10/09 03:30:30 delphij Exp $ */ /* This source file contains the functions responsible for the crypto, keying * and mapping operations on the I/O requests. diff --git a/sys/geom/bde/g_bde_lock.c b/sys/geom/bde/g_bde_lock.c index 855987e52947..ba3686e86153 100644 --- a/sys/geom/bde/g_bde_lock.c +++ b/sys/geom/bde/g_bde_lock.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_lock.c,v 1.16.2.1 2005/12/29 05:34:46 sobomax Exp $ */ /* This souce file contains routines which operates on the lock sectors, both * for the kernel and the userland program gbde(1). diff --git a/sys/geom/bde/g_bde_work.c b/sys/geom/bde/g_bde_work.c index e0e58ca591f3..e3756ecf54e1 100644 --- a/sys/geom/bde/g_bde_work.c +++ b/sys/geom/bde/g_bde_work.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_work.c,v 1.26 2005/03/11 15:42:51 ume Exp $ */ /* * This source file contains the state-engine which makes things happen in the diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 8838e1aca7e6..1ef3d1519e9c 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/concat/g_concat.c,v 1.24.2.2 2006/03/01 17:55:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index def0a9813a22..6267d9a23f9f 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/concat/g_concat.h,v 1.11.2.1 2006/03/01 17:55:29 pjd Exp $ */ #ifndef _G_CONCAT_H_ diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index c5587202c3da..904d16228287 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli.c,v 1.3.2.13 2006/12/02 08:49:40 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli.h b/sys/geom/eli/g_eli.h index 5460eea0ef80..07a69453be0d 100644 --- a/sys/geom/eli/g_eli.h +++ b/sys/geom/eli/g_eli.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/eli/g_eli.h,v 1.1.2.7 2006/09/19 11:40:36 pjd Exp $ */ #ifndef _G_ELI_H_ diff --git a/sys/geom/eli/g_eli_crypto.c b/sys/geom/eli/g_eli_crypto.c index 817ff72c5d62..7c752adaf0b3 100644 --- a/sys/geom/eli/g_eli_crypto.c +++ b/sys/geom/eli/g_eli_crypto.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_crypto.c,v 1.1.2.3 2006/05/10 07:22:36 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index a788ba2ec773..e391e95e282d 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_ctl.c,v 1.1.2.6 2006/09/19 11:40:36 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index b9a3f31359ad..76b71ec18c55 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_integrity.c,v 1.4.2.1 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_key.c b/sys/geom/eli/g_eli_key.c index 3f7be95752c2..fd88a39da239 100644 --- a/sys/geom/eli/g_eli_key.c +++ b/sys/geom/eli/g_eli_key.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_key.c,v 1.1.2.3 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/g_eli_privacy.c b/sys/geom/eli/g_eli_privacy.c index 94cc4fca5647..82bb05a9f0e1 100644 --- a/sys/geom/eli/g_eli_privacy.c +++ b/sys/geom/eli/g_eli_privacy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_privacy.c,v 1.1.2.1 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/pkcs5v2.c b/sys/geom/eli/pkcs5v2.c index 05677c1b76f1..a83fb0282d43 100644 --- a/sys/geom/eli/pkcs5v2.c +++ b/sys/geom/eli/pkcs5v2.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/pkcs5v2.c,v 1.1.2.2 2006/03/01 17:52:15 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/pkcs5v2.h b/sys/geom/eli/pkcs5v2.h index 154616972e61..e1aa194cb162 100644 --- a/sys/geom/eli/pkcs5v2.h +++ b/sys/geom/eli/pkcs5v2.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/eli/pkcs5v2.h,v 1.1.2.2 2006/03/01 17:52:15 pjd Exp $ */ #ifndef _PKCS5V2_H_ diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 3737ee058689..6c4f388e1b2c 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/gate/g_gate.c,v 1.21.2.2 2006/09/08 10:22:41 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/gate/g_gate.h b/sys/geom/gate/g_gate.h index cd2564d937b2..5e59b4837fbc 100644 --- a/sys/geom/gate/g_gate.h +++ b/sys/geom/gate/g_gate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/gate/g_gate.h,v 1.7.2.2 2006/09/08 10:22:41 pjd Exp $ */ #ifndef _G_GATE_H_ diff --git a/sys/geom/geom.h b/sys/geom/geom.h index f6e3adf21336..c9bc44e86285 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom.h,v 1.90.2.3 2006/09/19 11:44:16 pjd Exp $ */ #ifndef _GEOM_GEOM_H_ diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c index 50b85e6e58e3..1274377be6fa 100644 --- a/sys/geom/geom_aes.c +++ b/sys/geom/geom_aes.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_aes.c,v 1.28.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_apple.c b/sys/geom/geom_apple.c index cfb53e89d8bc..ab02131490ba 100644 --- a/sys/geom/geom_apple.c +++ b/sys/geom/geom_apple.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_apple.c,v 1.16.8.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index b7402cf6a817..2aee39d1788d 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_bsd.c,v 1.73.2.2 2006/03/23 22:40:28 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_bsd_enc.c b/sys/geom/geom_bsd_enc.c index a526cac48719..c2b800b808d2 100644 --- a/sys/geom/geom_bsd_enc.c +++ b/sys/geom/geom_bsd_enc.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_bsd_enc.c,v 1.6 2005/01/06 18:27:29 imp Exp $"); #include <sys/types.h> #include <sys/endian.h> diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index bfa125dc0d0b..49a87a72c6f8 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_ccd.c,v 1.153 2005/01/06 18:27:29 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index a60e4cd80bd9..794fba28b8aa 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_ctl.c,v 1.35 2005/04/08 09:28:08 pjd Exp $"); #include "opt_geom.h" diff --git a/sys/geom/geom_ctl.h b/sys/geom/geom_ctl.h index fd68bdaa428a..32221cddbf0e 100644 --- a/sys/geom/geom_ctl.h +++ b/sys/geom/geom_ctl.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_ctl.h,v 1.5 2003/06/01 13:47:51 phk Exp $ */ #ifndef _GEOM_GEOM_CTL_H_ diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 7b15559680fd..4cdf7acfa6df 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_dev.c,v 1.89.2.1 2006/07/12 18:51:51 simon Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index bcdb19a46133..79324f3bbe5c 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_disk.c,v 1.96.2.2 2007/02/27 12:15:51 n_hibma Exp $"); #include "opt_geom.h" diff --git a/sys/geom/geom_disk.h b/sys/geom/geom_disk.h index 23719bf1288b..01df73dbf213 100644 --- a/sys/geom/geom_disk.h +++ b/sys/geom/geom_disk.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_disk.h,v 1.4.2.1 2005/11/26 22:55:20 jdp Exp $ */ #ifndef _GEOM_GEOM_DISK_H_ diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index fd7001f65787..283ba5f23974 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_dump.c,v 1.31 2004/03/10 08:49:08 phk Exp $"); #include <sys/param.h> #include <sys/sbuf.h> diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index 5288e327eefb..cad78935de2c 100644 --- a/sys/geom/geom_event.c +++ b/sys/geom/geom_event.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_event.c,v 1.53.2.2 2006/09/19 11:07:59 pjd Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/geom/geom_fox.c b/sys/geom/geom_fox.c index d943d859340c..6060a78d4cf4 100644 --- a/sys/geom/geom_fox.c +++ b/sys/geom/geom_fox.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_fox.c,v 1.9.2.1 2005/12/29 05:59:51 sobomax Exp $ */ /* This is a GEOM module for handling path selection for multi-path diff --git a/sys/geom/geom_gpt.c b/sys/geom/geom_gpt.c index ad6e5d41dcc8..c9620f858617 100644 --- a/sys/geom/geom_gpt.c +++ b/sys/geom/geom_gpt.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_gpt.c,v 1.32.2.2 2006/06/11 20:02:58 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index cb69df3183ed..50f3a2ab5b25 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_int.h,v 1.29 2004/10/25 12:28:28 phk Exp $ */ LIST_HEAD(class_list_head, g_class); diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index 89847a6113c5..ed50968e25c8 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_io.c,v 1.64.2.3 2006/09/03 16:28:40 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 1308799f2ab3..a8c805f58c54 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_kern.c,v 1.39 2005/04/19 06:23:58 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_mbr.c b/sys/geom/geom_mbr.c index 6b034ba833b5..a6007679a8ec 100644 --- a/sys/geom/geom_mbr.c +++ b/sys/geom/geom_mbr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_mbr.c,v 1.65.2.2 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/geom/geom_mbr_enc.c b/sys/geom/geom_mbr_enc.c index e3e3977582b4..07f14e5d772b 100644 --- a/sys/geom/geom_mbr_enc.c +++ b/sys/geom/geom_mbr_enc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_mbr_enc.c,v 1.3 2005/01/06 18:27:29 imp Exp $"); #include <sys/types.h> #include <sys/diskmbr.h> diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c index 4f89958dfc58..c9ad37583494 100644 --- a/sys/geom/geom_pc98.c +++ b/sys/geom/geom_pc98.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_pc98.c,v 1.53.2.2 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_pc98_enc.c b/sys/geom/geom_pc98_enc.c index cf0f7f3fe7bc..6e2fe2a28621 100644 --- a/sys/geom/geom_pc98_enc.c +++ b/sys/geom/geom_pc98_enc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_pc98_enc.c,v 1.3 2005/05/01 09:44:50 nyan Exp $"); #include <sys/types.h> #include <sys/diskpc98.h> diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index 97b58f5e7f2a..fb461837ee4d 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_slice.c,v 1.57.2.2 2006/03/01 17:57:11 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_slice.h b/sys/geom/geom_slice.h index cb7fbab2de5b..a547f709db6e 100644 --- a/sys/geom/geom_slice.h +++ b/sys/geom/geom_slice.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_slice.h,v 1.17.10.1 2006/03/01 17:57:11 pjd Exp $ */ #ifndef _GEOM_GEOM_SLICE_H_ diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 8bedee9bc731..b06e98bffbdd 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_subr.c,v 1.87.2.1 2005/11/26 22:55:20 jdp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index e9002de7fd6a..c376e3b10512 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_sunlabel.c,v 1.44.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_sunlabel_enc.c b/sys/geom/geom_sunlabel_enc.c index 7463e01172d8..47183ccaa9e2 100644 --- a/sys/geom/geom_sunlabel_enc.c +++ b/sys/geom/geom_sunlabel_enc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_sunlabel_enc.c,v 1.6 2005/03/30 09:33:09 joerg Exp $"); #include <sys/types.h> #include <sys/endian.h> diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index a5c0881ba790..b54735b75df2 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_vfs.c,v 1.9.2.3 2007/06/11 10:53:47 kib Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_vfs.h b/sys/geom/geom_vfs.h index 806ec1ca089a..4d5f8febbb6d 100644 --- a/sys/geom/geom_vfs.h +++ b/sys/geom/geom_vfs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_vfs.h,v 1.3 2005/02/10 12:10:35 phk Exp $ */ #ifndef _GEOM_GEOM_VFS_H_ diff --git a/sys/geom/geom_vol_ffs.c b/sys/geom/geom_vol_ffs.c index c21b1b6c81f5..ac66c60e5d69 100644 --- a/sys/geom/geom_vol_ffs.c +++ b/sys/geom/geom_vol_ffs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_vol_ffs.c,v 1.14.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c index a6685e9d12c4..425f60aa62e8 100644 --- a/sys/geom/label/g_label.c +++ b/sys/geom/label/g_label.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label.c,v 1.13.2.5 2006/09/04 12:47:19 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label.h b/sys/geom/label/g_label.h index e2d7a5e053e1..41875be99bcf 100644 --- a/sys/geom/label/g_label.h +++ b/sys/geom/label/g_label.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/label/g_label.h,v 1.4.2.3 2006/03/01 17:53:57 pjd Exp $ */ #ifndef _G_LABEL_H_ diff --git a/sys/geom/label/g_label_ext2fs.c b/sys/geom/label/g_label_ext2fs.c index 379785f54558..5f3d4270383f 100644 --- a/sys/geom/label/g_label_ext2fs.c +++ b/sys/geom/label/g_label_ext2fs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ext2fs.c,v 1.1.2.2 2005/08/30 15:18:54 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_iso9660.c b/sys/geom/label/g_label_iso9660.c index 7d29bcd864d9..1e175d5cf175 100644 --- a/sys/geom/label/g_label_iso9660.c +++ b/sys/geom/label/g_label_iso9660.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_iso9660.c,v 1.1.8.3 2006/03/01 17:53:57 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index 5e40bd931157..2a9a937b76d9 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_msdosfs.c,v 1.1.8.2 2006/03/01 17:53:57 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_ntfs.c b/sys/geom/label/g_label_ntfs.c index 4781d7debbef..416eddb05123 100644 --- a/sys/geom/label/g_label_ntfs.c +++ b/sys/geom/label/g_label_ntfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ntfs.c,v 1.5.2.2 2006/01/17 08:59:55 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_reiserfs.c b/sys/geom/label/g_label_reiserfs.c index c2bee7165c45..18c3e5daac91 100644 --- a/sys/geom/label/g_label_reiserfs.c +++ b/sys/geom/label/g_label_reiserfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_reiserfs.c,v 1.1.2.2 2005/08/30 15:18:54 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index a1801d5e8def..9724c635926f 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ufs.c,v 1.3.2.4 2006/09/23 09:58:50 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index 3d8a39478963..59d255c5ef2d 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/mirror/g_mirror.c,v 1.66.2.10 2006/09/19 11:16:14 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/mirror/g_mirror.h b/sys/geom/mirror/g_mirror.h index a6ddc51b15b3..db84554853b1 100644 --- a/sys/geom/mirror/g_mirror.h +++ b/sys/geom/mirror/g_mirror.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/mirror/g_mirror.h,v 1.17.2.2 2006/05/10 07:10:03 pjd Exp $ */ #ifndef _G_MIRROR_H_ diff --git a/sys/geom/mirror/g_mirror_ctl.c b/sys/geom/mirror/g_mirror_ctl.c index 957878209755..9a11ec01ebca 100644 --- a/sys/geom/mirror/g_mirror_ctl.c +++ b/sys/geom/mirror/g_mirror_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/mirror/g_mirror_ctl.c,v 1.11.2.3 2006/07/16 15:43:52 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index 359b0542c71d..cfa20f40bfbe 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/nop/g_nop.c,v 1.11.2.2 2006/04/05 22:12:28 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/nop/g_nop.h b/sys/geom/nop/g_nop.h index e8df8882f236..35d9315c62d1 100644 --- a/sys/geom/nop/g_nop.h +++ b/sys/geom/nop/g_nop.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/nop/g_nop.h,v 1.4.8.1 2006/01/17 09:11:30 pjd Exp $ */ #ifndef _G_NOP_H_ diff --git a/sys/geom/notes b/sys/geom/notes index 4fcacaefbc40..f160a355e57c 100644 --- a/sys/geom/notes +++ b/sys/geom/notes @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/geom/notes,v 1.5 2004/09/05 21:15:58 phk Exp $ For the lack of a better place to put them, this file will contain notes on some of the more intricate details of geom. diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index b80e5a4fe3d1..c292e64d566e 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/raid3/g_raid3.c,v 1.40.2.16 2006/10/21 07:16:41 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/raid3/g_raid3.h b/sys/geom/raid3/g_raid3.h index 1032142f8a56..b4992d64a694 100644 --- a/sys/geom/raid3/g_raid3.h +++ b/sys/geom/raid3/g_raid3.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/raid3/g_raid3.h,v 1.11.2.3 2006/05/10 07:15:37 pjd Exp $ */ #ifndef _G_RAID3_H_ diff --git a/sys/geom/raid3/g_raid3_ctl.c b/sys/geom/raid3/g_raid3_ctl.c index 7847e29e1d24..66e773fa5846 100644 --- a/sys/geom/raid3/g_raid3_ctl.c +++ b/sys/geom/raid3/g_raid3_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/raid3/g_raid3_ctl.c,v 1.11.2.4 2006/09/19 11:42:42 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index c2c09341029e..a9d793eabd9b 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/shsec/g_shsec.c,v 1.3.4.1 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/shsec/g_shsec.h b/sys/geom/shsec/g_shsec.h index 5927645f213d..c2f0c6ccb651 100644 --- a/sys/geom/shsec/g_shsec.h +++ b/sys/geom/shsec/g_shsec.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/shsec/g_shsec.h,v 1.3.4.1 2006/04/05 22:12:29 pjd Exp $ */ #ifndef _G_SHSEC_H_ diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index 4f99ba425b5e..d65fe00ad03f 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/stripe/g_stripe.c,v 1.25.2.3 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/stripe/g_stripe.h b/sys/geom/stripe/g_stripe.h index 2720c6f77958..573817a89777 100644 --- a/sys/geom/stripe/g_stripe.h +++ b/sys/geom/stripe/g_stripe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/stripe/g_stripe.h,v 1.7.2.2 2006/04/05 22:12:29 pjd Exp $ */ #ifndef _G_STRIPE_H_ diff --git a/sys/geom/uzip/g_uzip.c b/sys/geom/uzip/g_uzip.c index 91216a84dc11..8882888043ac 100644 --- a/sys/geom/uzip/g_uzip.c +++ b/sys/geom/uzip/g_uzip.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/uzip/g_uzip.c,v 1.4.2.5 2007/05/01 03:01:15 simokawa Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index dfb0452b56e4..040390ee7432 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum.c,v 1.16.2.3 2005/12/10 14:36:17 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum.h b/sys/geom/vinum/geom_vinum.h index 1a31b3bfffe7..9df77253200d 100644 --- a/sys/geom/vinum/geom_vinum.h +++ b/sys/geom/vinum/geom_vinum.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/vinum/geom_vinum.h,v 1.9.2.1 2005/11/26 11:06:11 le Exp $ */ #ifndef _GEOM_VINUM_H_ diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index b2841a81e454..a84e41beaaab 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_drive.c,v 1.18.2.4 2005/12/10 14:36:17 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c index b3d744e3b00f..a575897856d6 100644 --- a/sys/geom/vinum/geom_vinum_init.c +++ b/sys/geom/vinum/geom_vinum_init.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_init.c,v 1.10.2.1 2005/10/09 04:36:44 delphij Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index cb4ccfa5a45f..33f7e6006d43 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_list.c,v 1.3 2005/01/06 18:27:30 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_move.c b/sys/geom/vinum/geom_vinum_move.c index 6b63c350e341..704d2d005463 100644 --- a/sys/geom/vinum/geom_vinum_move.c +++ b/sys/geom/vinum/geom_vinum_move.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_move.c,v 1.2.2.1 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index 6f68dd9bfd22..0469e677bb5d 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_plex.c,v 1.15.2.1 2005/08/19 08:48:04 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c index 789db193ecbd..d35e24053af2 100644 --- a/sys/geom/vinum/geom_vinum_raid5.c +++ b/sys/geom/vinum/geom_vinum_raid5.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_raid5.c,v 1.10 2004/11/26 11:59:51 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_raid5.h b/sys/geom/vinum/geom_vinum_raid5.h index 747307d05d80..ac50b3d14182 100644 --- a/sys/geom/vinum/geom_vinum_raid5.h +++ b/sys/geom/vinum/geom_vinum_raid5.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/vinum/geom_vinum_raid5.h,v 1.6 2005/01/06 18:27:30 imp Exp $ */ #ifndef _GEOM_VINUM_RAID5_H_ diff --git a/sys/geom/vinum/geom_vinum_rename.c b/sys/geom/vinum/geom_vinum_rename.c index 3d66fce015d3..4371bcaf8e09 100644 --- a/sys/geom/vinum/geom_vinum_rename.c +++ b/sys/geom/vinum/geom_vinum_rename.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_rename.c,v 1.3.2.1 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c index eb188b7e6edc..062c23e44bc0 100644 --- a/sys/geom/vinum/geom_vinum_rm.c +++ b/sys/geom/vinum/geom_vinum_rm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_rm.c,v 1.6.2.3 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index 1219f0e1bb7e..3fe1d07ed698 100644 --- a/sys/geom/vinum/geom_vinum_share.c +++ b/sys/geom/vinum/geom_vinum_share.c @@ -41,7 +41,7 @@ /* This file is shared between kernel and userland. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_share.c,v 1.4 2004/11/15 12:30:59 le Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/vinum/geom_vinum_share.h b/sys/geom/vinum/geom_vinum_share.h index f15f45df667c..b48952c47940 100644 --- a/sys/geom/vinum/geom_vinum_share.h +++ b/sys/geom/vinum/geom_vinum_share.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/vinum/geom_vinum_share.h,v 1.2 2004/11/15 12:30:59 le Exp $ */ #ifndef _GEOM_VINUM_SHARE_H_ diff --git a/sys/geom/vinum/geom_vinum_state.c b/sys/geom/vinum/geom_vinum_state.c index 81e305a346ee..0c16c90f4403 100644 --- a/sys/geom/vinum/geom_vinum_state.c +++ b/sys/geom/vinum/geom_vinum_state.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_state.c,v 1.7 2005/01/21 18:27:23 le Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index ff91196e7823..35d02469fa82 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_subr.c,v 1.13 2005/01/19 13:57:09 le Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/geom/vinum/geom_vinum_var.h b/sys/geom/vinum/geom_vinum_var.h index 3de2b44a3901..2e01a6fa9685 100644 --- a/sys/geom/vinum/geom_vinum_var.h +++ b/sys/geom/vinum/geom_vinum_var.h @@ -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/geom/vinum/geom_vinum_var.h,v 1.8.2.1 2005/08/19 08:48:04 le Exp $ */ #ifndef _GEOM_VINUM_VAR_H_ diff --git a/sys/geom/vinum/geom_vinum_volume.c b/sys/geom/vinum/geom_vinum_volume.c index 510d3f06ee92..7c38330a9f83 100644 --- a/sys/geom/vinum/geom_vinum_volume.c +++ b/sys/geom/vinum/geom_vinum_volume.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_volume.c,v 1.8.2.2 2005/10/09 04:35:42 delphij Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/zero/g_zero.c b/sys/geom/zero/g_zero.c index 638bd3250fbd..ee2146541a0a 100644 --- a/sys/geom/zero/g_zero.c +++ b/sys/geom/zero/g_zero.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/zero/g_zero.c,v 1.1.2.3 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/bio.h> |