add RCSIDs

This commit is contained in:
lukem 2001-11-10 10:59:08 +00:00
parent 397bf83de7
commit 0ffad69384
14 changed files with 57 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: krpc_subr.c,v 1.24 2001/06/12 15:17:28 wiz Exp $ */
/* $NetBSD: krpc_subr.c,v 1.25 2001/11/10 10:59:08 lukem Exp $ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
@ -42,6 +42,9 @@
* @(#) Header: rpc.c,v 1.12 93/09/28 08:31:56 leres Exp (LBL)
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: krpc_subr.c,v 1.25 2001/11/10 10:59:08 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_bio.c,v 1.70 2001/10/13 23:25:58 simonb Exp $ */
/* $NetBSD: nfs_bio.c,v 1.71 2001/11/10 10:59:08 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -38,6 +38,9 @@
* @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_bio.c,v 1.71 2001/11/10 10:59:08 lukem Exp $");
#include "opt_nfs.h"
#include "opt_ddb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_boot.c,v 1.56 2001/01/19 14:26:01 enami Exp $ */
/* $NetBSD: nfs_boot.c,v 1.57 2001/11/10 10:59:09 lukem Exp $ */
/*-
* Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@ -41,6 +41,9 @@
* about where to mount root from, what pathnames, etc.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_boot.c,v 1.57 2001/11/10 10:59:09 lukem Exp $");
#include "opt_nfs.h"
#include "opt_nfs_boot.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_bootdhcp.c,v 1.17 2001/06/02 01:52:10 kim Exp $ */
/* $NetBSD: nfs_bootdhcp.c,v 1.18 2001/11/10 10:59:09 lukem Exp $ */
/*-
* Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@ -50,6 +50,9 @@
* integrated it into the NetBSD sources during Aug 1997.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_bootdhcp.c,v 1.18 2001/11/10 10:59:09 lukem Exp $");
#include "opt_nfs_boot.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_bootparam.c,v 1.18 2001/10/13 23:25:58 simonb Exp $ */
/* $NetBSD: nfs_bootparam.c,v 1.19 2001/11/10 10:59:09 lukem Exp $ */
/*-
* Copyright (c) 1995, 1997 The NetBSD Foundation, Inc.
@ -40,6 +40,9 @@
* Support for NFS diskless booting, Sun-style (RPC/bootparams)
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_bootparam.c,v 1.19 2001/11/10 10:59:09 lukem Exp $");
#include "opt_nfs_boot.h"
#include "opt_inet.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_node.c,v 1.46 2001/09/15 20:36:39 chs Exp $ */
/* $NetBSD: nfs_node.c,v 1.47 2001/11/10 10:59:09 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -38,6 +38,9 @@
* @(#)nfs_node.c 8.6 (Berkeley) 5/22/95
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_node.c,v 1.47 2001/11/10 10:59:09 lukem Exp $");
#include "opt_nfs.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_nqlease.c,v 1.38 2001/04/16 22:41:11 thorpej Exp $ */
/* $NetBSD: nfs_nqlease.c,v 1.39 2001/11/10 10:59:09 lukem Exp $ */
/*
* Copyright (c) 1992, 1993
@ -52,6 +52,9 @@
* Equipment Corporation WRL Research Report 89/5, May 1989.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_nqlease.c,v 1.39 2001/11/10 10:59:09 lukem Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
#include "opt_nfsserver.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_serv.c,v 1.61 2001/09/23 01:37:03 chs Exp $ */
/* $NetBSD: nfs_serv.c,v 1.62 2001/11/10 10:59:09 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -58,6 +58,9 @@
* most version 3 rpcs return more than the status for error cases.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_serv.c,v 1.62 2001/11/10 10:59:09 lukem Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_socket.c,v 1.68 2001/10/13 22:59:16 simonb Exp $ */
/* $NetBSD: nfs_socket.c,v 1.69 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@ -42,6 +42,9 @@
* Socket operations for use by nfs
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_socket.c,v 1.69 2001/11/10 10:59:10 lukem Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
#include "opt_nfsserver.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_srvcache.c,v 1.18 2001/02/21 21:39:58 jdolecek Exp $ */
/* $NetBSD: nfs_srvcache.c,v 1.19 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -43,6 +43,10 @@
* of an NFS Server", in Proc. Winter 1989 USENIX Conference,
* pages 53-63. San Diego, February 1989.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_srvcache.c,v 1.19 2001/11/10 10:59:10 lukem Exp $");
#include "opt_iso.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_subs.c,v 1.98 2001/09/27 21:44:56 fvdl Exp $ */
/* $NetBSD: nfs_subs.c,v 1.99 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -73,6 +73,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.99 2001/11/10 10:59:10 lukem Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
#include "opt_nfsserver.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_syscalls.c,v 1.48 2000/11/27 08:39:50 chs Exp $ */
/* $NetBSD: nfs_syscalls.c,v 1.49 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -38,6 +38,9 @@
* @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.49 2001/11/10 10:59:10 lukem Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
#include "opt_nfsserver.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_vfsops.c,v 1.110 2001/10/08 00:22:13 chs Exp $ */
/* $NetBSD: nfs_vfsops.c,v 1.111 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1993, 1995
@ -38,6 +38,9 @@
* @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_vfsops.c,v 1.111 2001/11/10 10:59:10 lukem Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
#include "opt_nfs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_vnops.c,v 1.142 2001/11/07 20:04:52 bjh21 Exp $ */
/* $NetBSD: nfs_vnops.c,v 1.143 2001/11/10 10:59:10 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@ -42,6 +42,9 @@
* vnode op calls for Sun NFS version 2 and 3
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nfs_vnops.c,v 1.143 2001/11/10 10:59:10 lukem Exp $");
#include "opt_nfs.h"
#include "opt_uvmhist.h"