diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-10 13:33:40 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-10 13:33:40 +0000 |
| commit | e4b00f433c4fbb296502bdaefbda2cf8b7edbd35 (patch) | |
| tree | ebaffb2ba25aba640ad8c17c1725c4723f2b0295 /sys/miscfs | |
| parent | cd13721ca08ca6135627b21b208ce0f82233b08b (diff) | |
add RCSIDs
Diffstat (limited to 'sys/miscfs')
37 files changed, 151 insertions, 40 deletions
diff --git a/sys/miscfs/deadfs/dead_vnops.c b/sys/miscfs/deadfs/dead_vnops.c index 01f8495b4ef..713773ee67f 100644 --- a/sys/miscfs/deadfs/dead_vnops.c +++ b/sys/miscfs/deadfs/dead_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: dead_vnops.c,v 1.30 2001/01/22 12:17:37 jdolecek Exp $ */ +/* $NetBSD: dead_vnops.c,v 1.31 2001/11/10 13:33:40 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -35,6 +35,9 @@ * @(#)dead_vnops.c 8.2 (Berkeley) 11/21/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: dead_vnops.c,v 1.31 2001/11/10 13:33:40 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/fdesc/fdesc_vfsops.c b/sys/miscfs/fdesc/fdesc_vfsops.c index ac3919763e9..8a8be0c3cc1 100644 --- a/sys/miscfs/fdesc/fdesc_vfsops.c +++ b/sys/miscfs/fdesc/fdesc_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdesc_vfsops.c,v 1.34 2001/09/15 16:12:58 chs Exp $ */ +/* $NetBSD: fdesc_vfsops.c,v 1.35 2001/11/10 13:33:41 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -44,6 +44,9 @@ * /dev/fd Filesystem */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.35 2001/11/10 13:33:41 lukem Exp $"); + #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index 1a41d6bd976..0bb9b7ada02 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdesc_vnops.c,v 1.64 2001/06/16 08:28:39 jdolecek Exp $ */ +/* $NetBSD: fdesc_vnops.c,v 1.65 2001/11/10 13:33:41 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -44,6 +44,9 @@ * /dev/fd Filesystem */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: fdesc_vnops.c,v 1.65 2001/11/10 13:33:41 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index 2554d90ff21..44f624573a3 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: fifo_vnops.c,v 1.31 2001/09/22 22:35:18 sommerfeld Exp $ */ +/* $NetBSD: fifo_vnops.c,v 1.32 2001/11/10 13:33:41 lukem Exp $ */ /* * Copyright (c) 1990, 1993, 1995 @@ -35,6 +35,9 @@ * @(#)fifo_vnops.c 8.10 (Berkeley) 5/27/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: fifo_vnops.c,v 1.32 2001/11/10 13:33:41 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/genfs/genfs_vnops.c b/sys/miscfs/genfs/genfs_vnops.c index bedbe77affa..4444c1995b3 100644 --- a/sys/miscfs/genfs/genfs_vnops.c +++ b/sys/miscfs/genfs/genfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: genfs_vnops.c,v 1.39 2001/10/03 14:13:08 enami Exp $ */ +/* $NetBSD: genfs_vnops.c,v 1.40 2001/11/10 13:33:41 lukem Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1993 @@ -34,6 +34,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: genfs_vnops.c,v 1.40 2001/11/10 13:33:41 lukem Exp $"); + #include "opt_nfsserver.h" #include <sys/param.h> diff --git a/sys/miscfs/genfs/layer_subr.c b/sys/miscfs/genfs/layer_subr.c index 4e494ad4313..9540fa2076c 100644 --- a/sys/miscfs/genfs/layer_subr.c +++ b/sys/miscfs/genfs/layer_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: layer_subr.c,v 1.8 2001/06/07 13:32:47 wiz Exp $ */ +/* $NetBSD: layer_subr.c,v 1.9 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -71,6 +71,9 @@ * @(#)null_subr.c 8.7 (Berkeley) 5/14/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: layer_subr.c,v 1.9 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/genfs/layer_vfsops.c b/sys/miscfs/genfs/layer_vfsops.c index 99d6e2180cb..69fe2fd9eec 100644 --- a/sys/miscfs/genfs/layer_vfsops.c +++ b/sys/miscfs/genfs/layer_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: layer_vfsops.c,v 1.3 2001/06/07 13:32:47 wiz Exp $ */ +/* $NetBSD: layer_vfsops.c,v 1.4 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -76,6 +76,9 @@ * generic layer vfs ops. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: layer_vfsops.c,v 1.4 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/genfs/layer_vnops.c b/sys/miscfs/genfs/layer_vnops.c index 733c2aeac9d..ca0811536c6 100644 --- a/sys/miscfs/genfs/layer_vnops.c +++ b/sys/miscfs/genfs/layer_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: layer_vnops.c,v 1.7 2001/07/24 15:39:32 assar Exp $ */ +/* $NetBSD: layer_vnops.c,v 1.8 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -71,7 +71,7 @@ * * Ancestors: * @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92 - * $Id: layer_vnops.c,v 1.7 2001/07/24 15:39:32 assar Exp $ + * $Id: layer_vnops.c,v 1.8 2001/11/10 13:33:42 lukem Exp $ * ...and... * @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project */ @@ -235,6 +235,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: layer_vnops.c,v 1.8 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/kernfs/kernfs_vfsops.c b/sys/miscfs/kernfs/kernfs_vfsops.c index 8faad0f6fa7..90883fff0bc 100644 --- a/sys/miscfs/kernfs/kernfs_vfsops.c +++ b/sys/miscfs/kernfs/kernfs_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: kernfs_vfsops.c,v 1.41 2001/09/15 16:12:58 chs Exp $ */ +/* $NetBSD: kernfs_vfsops.c,v 1.42 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -42,6 +42,9 @@ * Kernel params Filesystem */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: kernfs_vfsops.c,v 1.42 2001/11/10 13:33:42 lukem Exp $"); + #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif diff --git a/sys/miscfs/kernfs/kernfs_vnops.c b/sys/miscfs/kernfs/kernfs_vnops.c index 854b1c534a0..b9ebea6721e 100644 --- a/sys/miscfs/kernfs/kernfs_vnops.c +++ b/sys/miscfs/kernfs/kernfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: kernfs_vnops.c,v 1.76 2001/06/03 02:23:31 chs Exp $ */ +/* $NetBSD: kernfs_vnops.c,v 1.77 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -42,6 +42,9 @@ * Kernel parameter filesystem (/kern) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: kernfs_vnops.c,v 1.77 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index 2e0ad0babda..b7d8ea030a2 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: null_vfsops.c,v 1.35 2001/11/07 04:55:26 enami Exp $ */ +/* $NetBSD: null_vfsops.c,v 1.36 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -77,6 +77,9 @@ * (See null_vnops.c for a description of what this does.) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: null_vfsops.c,v 1.36 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c index 6b51177cea8..e1a64a66c2b 100644 --- a/sys/miscfs/nullfs/null_vnops.c +++ b/sys/miscfs/nullfs/null_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: null_vnops.c,v 1.21 2001/11/07 04:04:10 enami Exp $ */ +/* $NetBSD: null_vnops.c,v 1.22 2001/11/10 13:33:42 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -71,7 +71,7 @@ * * Ancestors: * @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vnops.c,v 1.21 2001/11/07 04:04:10 enami Exp $ + * $Id: null_vnops.c,v 1.22 2001/11/10 13:33:42 lukem Exp $ * ...and... * @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project */ @@ -206,6 +206,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: null_vnops.c,v 1.22 2001/11/10 13:33:42 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/overlay/overlay_vfsops.c b/sys/miscfs/overlay/overlay_vfsops.c index 7910b7fce33..2d77f34f364 100644 --- a/sys/miscfs/overlay/overlay_vfsops.c +++ b/sys/miscfs/overlay/overlay_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: overlay_vfsops.c,v 1.8 2001/09/15 16:12:59 chs Exp $ */ +/* $NetBSD: overlay_vfsops.c,v 1.9 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1999, 2000 National Aeronautics & Space Administration @@ -77,6 +77,9 @@ * (See overlay_vnops.c for a description of what this does.) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: overlay_vfsops.c,v 1.9 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/overlay/overlay_vnops.c b/sys/miscfs/overlay/overlay_vnops.c index b905f6e1c0d..e0cf44e17ff 100644 --- a/sys/miscfs/overlay/overlay_vnops.c +++ b/sys/miscfs/overlay/overlay_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: overlay_vnops.c,v 1.5 2001/06/09 11:02:08 wiz Exp $ */ +/* $NetBSD: overlay_vnops.c,v 1.6 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1999, 2000 National Aeronautics & Space Administration @@ -71,7 +71,7 @@ * * Ancestors: * @(#)lofs_vnops.c 1.2 (Berkeley) 6/18/92 - * $Id: overlay_vnops.c,v 1.5 2001/06/09 11:02:08 wiz Exp $ + * $Id: overlay_vnops.c,v 1.6 2001/11/10 13:33:43 lukem Exp $ * ...and... * @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project */ @@ -129,6 +129,9 @@ * */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: overlay_vnops.c,v 1.6 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/portal/portal_vfsops.c b/sys/miscfs/portal/portal_vfsops.c index 8e8003ec778..276a9681838 100644 --- a/sys/miscfs/portal/portal_vfsops.c +++ b/sys/miscfs/portal/portal_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: portal_vfsops.c,v 1.27 2001/09/15 16:12:59 chs Exp $ */ +/* $NetBSD: portal_vfsops.c,v 1.28 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -43,6 +43,9 @@ * Portal Filesystem */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: portal_vfsops.c,v 1.28 2001/11/10 13:33:43 lukem Exp $"); + #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index 85b6e0a659c..c62c41fac6f 100644 --- a/sys/miscfs/portal/portal_vnops.c +++ b/sys/miscfs/portal/portal_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: portal_vnops.c,v 1.38 2001/06/03 02:22:40 chs Exp $ */ +/* $NetBSD: portal_vnops.c,v 1.39 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -43,6 +43,9 @@ * Portal Filesystem */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: portal_vnops.c,v 1.39 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/miscfs/procfs/procfs_cmdline.c b/sys/miscfs/procfs/procfs_cmdline.c index cb6030311ca..06924baf680 100644 --- a/sys/miscfs/procfs/procfs_cmdline.c +++ b/sys/miscfs/procfs/procfs_cmdline.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_cmdline.c,v 1.11 2000/09/28 19:05:07 eeh Exp $ */ +/* $NetBSD: procfs_cmdline.c,v 1.12 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1999 Jaromir Dolecek <dolecek@ics.muni.cz> @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_cmdline.c,v 1.12 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 63a025bef37..2c25bda78db 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_ctl.c,v 1.19 2001/01/18 20:28:21 jdolecek Exp $ */ +/* $NetBSD: procfs_ctl.c,v 1.20 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_ctl.c 8.4 (Berkeley) 6/15/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_ctl.c,v 1.20 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c index 4caf5e7ded1..fcf63bef63e 100644 --- a/sys/miscfs/procfs/procfs_fpregs.c +++ b/sys/miscfs/procfs/procfs_fpregs.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_fpregs.c,v 1.7 2001/01/17 00:09:07 fvdl Exp $ */ +/* $NetBSD: procfs_fpregs.c,v 1.8 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_fpregs.c 8.2 (Berkeley) 6/15/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_fpregs.c,v 1.8 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_linux.c b/sys/miscfs/procfs/procfs_linux.c index b1640d46339..8f2c15a8c0d 100644 --- a/sys/miscfs/procfs/procfs_linux.c +++ b/sys/miscfs/procfs/procfs_linux.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_linux.c,v 1.2 2001/01/18 16:39:43 tv Exp $ */ +/* $NetBSD: procfs_linux.c,v 1.3 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -35,6 +35,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.3 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_map.c b/sys/miscfs/procfs/procfs_map.c index fab9513f0d2..24cbb14c230 100644 --- a/sys/miscfs/procfs/procfs_map.c +++ b/sys/miscfs/procfs/procfs_map.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_map.c,v 1.14 2001/11/06 07:20:37 simonb Exp $ */ +/* $NetBSD: procfs_map.c,v 1.15 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -41,6 +41,9 @@ * $FreeBSD: procfs_map.c,v 1.18 1998/12/04 22:54:51 archie Exp $ */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_map.c,v 1.15 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index 9c1ed64e6ef..e668f431088 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_mem.c,v 1.28 2001/11/06 07:20:08 simonb Exp $ */ +/* $NetBSD: procfs_mem.c,v 1.29 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -45,6 +45,9 @@ * of sef's pread/pwrite functions */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_mem.c,v 1.29 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_note.c b/sys/miscfs/procfs/procfs_note.c index a57dda9ae56..01dfc786dad 100644 --- a/sys/miscfs/procfs/procfs_note.c +++ b/sys/miscfs/procfs/procfs_note.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_note.c,v 1.8 1994/06/29 06:34:53 cgd Exp $ */ +/* $NetBSD: procfs_note.c,v 1.9 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_note.c 8.2 (Berkeley) 1/21/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_note.c,v 1.9 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_regs.c b/sys/miscfs/procfs/procfs_regs.c index 04838e5ed84..274dac5f240 100644 --- a/sys/miscfs/procfs/procfs_regs.c +++ b/sys/miscfs/procfs/procfs_regs.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_regs.c,v 1.12 2001/01/17 00:09:08 fvdl Exp $ */ +/* $NetBSD: procfs_regs.c,v 1.13 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_regs.c 8.4 (Berkeley) 6/15/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_regs.c,v 1.13 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_status.c b/sys/miscfs/procfs/procfs_status.c index 844d18e1ca7..71f04167004 100644 --- a/sys/miscfs/procfs/procfs_status.c +++ b/sys/miscfs/procfs/procfs_status.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_status.c,v 1.16 2000/12/30 23:14:52 david Exp $ */ +/* $NetBSD: procfs_status.c,v 1.17 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_status.c 8.4 (Berkeley) 6/15/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_status.c,v 1.17 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_subr.c b/sys/miscfs/procfs/procfs_subr.c index d5d7925d0a1..85dc4c9c354 100644 --- a/sys/miscfs/procfs/procfs_subr.c +++ b/sys/miscfs/procfs/procfs_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_subr.c,v 1.38 2001/09/15 16:12:59 chs Exp $ */ +/* $NetBSD: procfs_subr.c,v 1.39 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou. All rights reserved. @@ -40,6 +40,9 @@ * @(#)procfs_subr.c 8.6 (Berkeley) 5/14/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_subr.c,v 1.39 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index 607e03d6b35..12a100e21e6 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_vfsops.c,v 1.40 2001/09/15 16:12:59 chs Exp $ */ +/* $NetBSD: procfs_vfsops.c,v 1.41 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -43,6 +43,9 @@ * procfs VFS interface */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.41 2001/11/10 13:33:44 lukem Exp $"); + #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index 412678877fc..9b5bc232901 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_vnops.c,v 1.84 2001/11/06 07:20:37 simonb Exp $ */ +/* $NetBSD: procfs_vnops.c,v 1.85 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -43,6 +43,9 @@ * procfs vnode interface */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_vnops.c,v 1.85 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index b00ae158988..c60f9139205 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: spec_vnops.c,v 1.59 2001/09/23 04:39:25 chs Exp $ */ +/* $NetBSD: spec_vnops.c,v 1.60 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -35,6 +35,9 @@ * @(#)spec_vnops.c 8.15 (Berkeley) 7/14/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: spec_vnops.c,v 1.60 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/miscfs/syncfs/sync_subr.c b/sys/miscfs/syncfs/sync_subr.c index 13b93283214..1b9c4ee600e 100644 --- a/sys/miscfs/syncfs/sync_subr.c +++ b/sys/miscfs/syncfs/sync_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: sync_subr.c,v 1.9 2001/09/15 20:36:38 chs Exp $ */ +/* $NetBSD: sync_subr.c,v 1.10 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright 1997 Marshall Kirk McKusick. All Rights Reserved. @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: sync_subr.c,v 1.10 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/miscfs/syncfs/sync_vnops.c b/sys/miscfs/syncfs/sync_vnops.c index 9571db8a1f0..52060a2c9b5 100644 --- a/sys/miscfs/syncfs/sync_vnops.c +++ b/sys/miscfs/syncfs/sync_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: sync_vnops.c,v 1.6 2001/01/22 12:17:40 jdolecek Exp $ */ +/* $NetBSD: sync_vnops.c,v 1.7 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright 1997 Marshall Kirk McKusick. All Rights Reserved. @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: sync_vnops.c,v 1.7 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c index 37ed72ecfe8..42cb4568c16 100644 --- a/sys/miscfs/umapfs/umap_subr.c +++ b/sys/miscfs/umapfs/umap_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: umap_subr.c,v 1.17 2001/06/07 13:44:49 wiz Exp $ */ +/* $NetBSD: umap_subr.c,v 1.18 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration @@ -71,6 +71,9 @@ * @(#)umap_subr.c 8.9 (Berkeley) 5/14/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: umap_subr.c,v 1.18 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index 9fdeb91fac8..76696b69f6c 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: umap_vfsops.c,v 1.31 2001/09/15 16:13:00 chs Exp $ */ +/* $NetBSD: umap_vfsops.c,v 1.32 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -44,6 +44,9 @@ * (See mount_umap(8) for a description of this layer.) */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.32 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/umapfs/umap_vnops.c b/sys/miscfs/umapfs/umap_vnops.c index 9198cf88b5d..a5b2f252717 100644 --- a/sys/miscfs/umapfs/umap_vnops.c +++ b/sys/miscfs/umapfs/umap_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: umap_vnops.c,v 1.18 2001/01/22 12:17:40 jdolecek Exp $ */ +/* $NetBSD: umap_vnops.c,v 1.19 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1992, 1993 @@ -42,6 +42,9 @@ * Umap Layer */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: umap_vnops.c,v 1.19 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c index b58b774575a..21a3a83f695 100644 --- a/sys/miscfs/union/union_subr.c +++ b/sys/miscfs/union/union_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: union_subr.c,v 1.40 2000/08/03 20:41:28 thorpej Exp $ */ +/* $NetBSD: union_subr.c,v 1.41 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1994 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)union_subr.c 8.20 (Berkeley) 5/20/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: union_subr.c,v 1.41 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index 0dc035db3bf..a6e39c4dee6 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -1,4 +1,4 @@ -/* $NetBSD: union_vfsops.c,v 1.28 2001/09/15 16:13:00 chs Exp $ */ +/* $NetBSD: union_vfsops.c,v 1.29 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1994 The Regents of the University of California. @@ -43,6 +43,9 @@ * Union Layer */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: union_vfsops.c,v 1.29 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 271ceb7c56e..bee9b234b58 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: union_vnops.c,v 1.55 2001/09/15 20:36:38 chs Exp $ */ +/* $NetBSD: union_vnops.c,v 1.56 2001/11/10 13:33:45 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1994, 1995 Jan-Simon Pendry. @@ -39,6 +39,9 @@ * @(#)union_vnops.c 8.33 (Berkeley) 7/31/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: union_vnops.c,v 1.56 2001/11/10 13:33:45 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |
