Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/coda nuke RCS "Log" tags. They cause problems for third...



details:   https://anonhg.NetBSD.org/src/rev/22b5fa278df9
branches:  trunk
changeset: 477242:22b5fa278df9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Oct 17 23:39:15 1999 +0000

description:
nuke RCS "Log" tags.  They cause problems for third parties importing
our sources, and for NetBSD release engineering folks.  (They've
been against the NetBSD coding style forever, but they crept in anyway.)

diffstat:

 sys/coda/cnode.h          |  131 +------------------------
 sys/coda/coda_io.h        |   74 +-------------
 sys/coda/coda_namecache.c |  165 +------------------------------
 sys/coda/coda_namecache.h |  100 +------------------
 sys/coda/coda_pioctl.h    |   69 +------------
 sys/coda/coda_psdev.c     |  144 +--------------------------
 sys/coda/coda_subr.c      |  175 +--------------------------------
 sys/coda/coda_vfsops.c    |  156 +-----------------------------
 sys/coda/coda_vnops.c     |  245 +---------------------------------------------
 sys/coda/coda_vnops.h     |   59 +----------
 10 files changed, 10 insertions(+), 1308 deletions(-)

diffs (truncated from 1461 to 300 lines):

diff -r d03654f510a7 -r 22b5fa278df9 sys/coda/cnode.h
--- a/sys/coda/cnode.h  Sun Oct 17 23:38:45 1999 +0000
+++ b/sys/coda/cnode.h  Sun Oct 17 23:39:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cnode.h,v 1.6 1999/07/08 01:26:23 wrstuden Exp $       */
+/*     $NetBSD: cnode.h,v 1.7 1999/10/17 23:39:15 cgd Exp $    */
 
 /*
  * 
@@ -44,135 +44,6 @@
  * Contributers include David Steere, James Kistler, and M. Satyanarayanan.
  */
 
-/* 
- * HISTORY
- * $Log: cnode.h,v $
- * Revision 1.6  1999/07/08 01:26:23  wrstuden
- * Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c.
- *
- * Update coda to new struct lock in struct vnode.
- *
- * make fdescfs, kernfs, portalfs, and procfs actually lock their vnodes.
- * It's not that hard.
- *
- * Make unionfs set v_vnlock = NULL so any overlayed fs will call its
- * VOP_LOCK.
- *
- * Revision 1.5  1998/11/11 19:22:08  rvb
- * Lookup now passes up an extra flag.  But old veni will
- * be ok; new veni will check /dev/cfs0 to make sure that a new
- * kernel is running.
- * Also, a bug in vc_nb_close iff CODA_SIGNAL's were seen has been
- * fixed.
- *
- * Revision 1.4  1998/09/15 02:02:58  rvb
- * Final piece of rename cfs->coda
- *
- * Revision 1.3  1998/09/12 15:05:50  rvb
- * Change cfs/CFS in symbols, strings and constants to coda/CODA
- * to avoid fs conflicts.
- *
- * Revision 1.2  1998/09/08 17:12:49  rvb
- * Pass2 complete
- *
- * Revision 1.1.1.1  1998/08/29 21:26:46  rvb
- * Very Preliminary Coda
- *
- * Revision 1.10  1998/08/28 18:12:25  rvb
- * Now it also works on FreeBSD -current.  This code will be
- * committed to the FreeBSD -current and NetBSD -current
- * trees.  It will then be tailored to the particular platform
- * by flushing conditional code.
- *
- * Revision 1.9  1998/08/18 17:05:24  rvb
- * Don't use __RCSID now
- *
- * Revision 1.8  1998/08/18 16:31:49  rvb
- * Sync the code for NetBSD -current; test on 1.3 later
- *
- * Revision 1.7  98/02/24  22:22:53  rvb
- * Fixes up mainly to flush iopen and friends
- * 
- * Revision 1.6  98/01/31  20:53:19  rvb
- * First version that works on FreeBSD 2.2.5
- * 
- * Revision 1.5  98/01/23  11:53:51  rvb
- * Bring RVB_CODA1_1 to HEAD
- * 
- * Revision 1.4.2.5  98/01/23  11:21:14  rvb
- * Sync with 2.2.5
- * 
- * Revision 1.4.2.4  98/01/22  13:03:38  rvb
- * Had Breaken ls .
- * 
- * Revision 1.4.2.3  97/12/19  14:26:09  rvb
- * session id
- * 
- * Revision 1.4.2.2  97/12/16  12:40:24  rvb
- * Sync with 1.3
- * 
- * Revision 1.4.2.1  97/12/06  17:41:28  rvb
- * Sync with peters coda.h
- * 
- * Revision 1.4  97/12/05  10:39:30  rvb
- * Read CHANGES
- * 
- * Revision 1.3.18.2  97/11/12  12:09:45  rvb
- * reorg pass1
- * 
- * Revision 1.3.18.1  97/10/29  16:06:31  rvb
- * Kill DYING
- * 
- * Revision 1.3  1996/12/12 22:11:03  bnoble
- * Fixed the "downcall invokes venus operation" deadlock in all known cases. 
- *  There may be more.
- *
- * Revision 1.2  1996/01/02 16:57:26  bnoble
- * Added support for Coda MiniCache and raw inode calls (final commit)
- *
- * Revision 1.1.2.1  1995/12/20 01:57:53  bnoble
- * Added CODA-specific files
- *
- * Revision 3.1.1.1  1995/03/04  19:08:23  bnoble
- * Branch for NetBSD port revisions
- *
- * Revision 3.1  1995/03/04  19:08:23  bnoble
- * Bump to major revision 3 to prepare for NetBSD port
- *
- * Revision 2.2  1994/12/06  13:39:18  dcs
- * Add a flag value to indicate a cnode was orphaned, e.g. the venus
- * that created it has exited. This will allow one to restart venus
- * even though some process may be cd'd into /coda.
- *
- * Revision 2.1  94/07/21  16:25:33  satya
- * Conversion to C++ 3.0; start of Coda Release 2.0
- * 
- * Revision 1.2.7.1  94/06/16  11:26:02  raiff
- * Branch for release beta-16Jun1994_39118
- * 
- * Revision 1.2  92/10/27  17:58:41  lily
- * merge kernel/latest and alpha/src/cfs
- * 
- * Revision 2.3  92/09/30  14:16:53  mja
- *     Picked up fixed #ifdef _KERNEL. Also...
- * 
- *     Substituted rvb's history blurb so that we agree with Mach 2.5 sources.
- *     [91/02/09            jjk]
- * 
- *     Added contributors blurb.
- *     [90/12/13            jjk]
- * 
- * Revision 2.2  90/07/05  11:27:24  mrt
- *     Created for the Coda File System.
- *     [90/05/23            dcs]
- * 
- * Revision 1.4  90/05/31  17:02:16  dcs
- * Prepare for merge with facilities kernel.
- * 
- * 
- * 
- */
-
 #ifndef        _CNODE_H_
 #define        _CNODE_H_
 
diff -r d03654f510a7 -r 22b5fa278df9 sys/coda/coda_io.h
--- a/sys/coda/coda_io.h        Sun Oct 17 23:38:45 1999 +0000
+++ b/sys/coda/coda_io.h        Sun Oct 17 23:39:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_io.h,v 1.4 1998/09/15 02:02:58 rvb Exp $  */
+/*     $NetBSD: coda_io.h,v 1.5 1999/10/17 23:39:15 cgd Exp $  */
 
 /*
  * 
@@ -44,78 +44,6 @@
  * Contributers include David Steere, James Kistler, and M. Satyanarayanan.
  */
 
-/* 
- * HISTORY
- * $Log: coda_io.h,v $
- * Revision 1.4  1998/09/15 02:02:58  rvb
- * Final piece of rename cfs->coda
- *
- * Revision 1.3  1998/09/12 15:05:50  rvb
- * Change cfs/CFS in symbols, strings and constants to coda/CODA
- * to avoid fs conflicts.
- *
- * Revision 1.2  1998/09/08 17:12:48  rvb
- * Pass2 complete
- *
- * Revision 1.1.1.1  1998/08/29 21:26:46  rvb
- * Very Preliminary Coda
- *
- * Revision 1.5  1998/08/18 17:05:23  rvb
- * Don't use __RCSID now
- *
- * Revision 1.4  1998/08/18 16:31:47  rvb
- * Sync the code for NetBSD -current; test on 1.3 later
- *
- * Revision 1.3  98/01/23  11:53:49  rvb
- * Bring RVB_CODA1_1 to HEAD
- * 
- * Revision 1.2.38.1  97/12/16  12:40:22  rvb
- * Sync with 1.3
- * 
- * Revision 1.2  96/01/02  16:57:15  bnoble
- * Added support for Coda MiniCache and raw inode calls (final commit)
- * 
- * Revision 1.1.2.1  1995/12/20 01:57:42  bnoble
- * Added CODA-specific files
- *
- * Revision 3.1.1.1  1995/03/04  19:08:20  bnoble
- * Branch for NetBSD port revisions
- *
- * Revision 3.1  1995/03/04  19:08:20  bnoble
- * Bump to major revision 3 to prepare for NetBSD port
- *
- * Revision 2.1  1994/07/21  16:25:25  satya
- * Conversion to C++ 3.0; start of Coda Release 2.0
- *
- * Revision 1.3  94/06/14  16:53:47  dcs
- * Added support for ODY-like mounting in the kernel (SETS)
- * 
- * Revision 1.3  94/06/14  16:48:03  dcs
- * Added support for ODY-like mounting in the kernel (SETS)
- * 
- * Revision 1.2  92/10/27  17:58:28  lily
- * merge kernel/latest and alpha/src/cfs
- * 
- * Revision 1.1  92/04/03  17:35:34  satya
- * Initial revision
- * 
- * Revision 1.5  91/02/09  12:53:26  jjk
- * Substituted rvb's history blurb so that we agree with Mach 2.5 sources.
- * 
- * Revision 2.2.1.1  91/01/06  22:08:22  rvb
- *     Created for the Coda File System.
- *     [90/05/23            dcs]
- * 
- * Revision 1.3  90/07/19  10:23:05  dcs
- * Added ; to cfs_resize definition for port to 386.
- * 
- * Revision 1.2  90/05/31  17:02:09  dcs
- * Prepare for merge with facilities kernel.
- * 
- * 
- * 
- */
-
 #ifndef _CODAIO_H_
 #define _CODAIO_H_
 
diff -r d03654f510a7 -r 22b5fa278df9 sys/coda/coda_namecache.c
--- a/sys/coda/coda_namecache.c Sun Oct 17 23:38:45 1999 +0000
+++ b/sys/coda/coda_namecache.c Sun Oct 17 23:39:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_namecache.c,v 1.8 1998/10/28 19:54:50 rvb Exp $   */
+/*     $NetBSD: coda_namecache.c,v 1.9 1999/10/17 23:39:15 cgd Exp $   */
 
 /*
  * 
@@ -45,169 +45,6 @@
  */
 
 /*
- * HISTORY
- * $Log: coda_namecache.c,v $
- * Revision 1.8  1998/10/28 19:54:50  rvb
- * Venus must be passed O_CREAT flag on VOP_OPEN iff this is
- * a creat so that we can will allow a mode 444 file to be
- * written into.  Sync with the latest coda.h and deal with
- * collateral damage.
- *
- * Revision 1.7  1998/09/28 17:55:21  rvb
- * I want to distinguish from DEBUG printouts and CODA_VERBOSE printouts.
- * The latter are normal informational messages that are sometimes
- * interesting to view.
- *
- * Revision 1.6  1998/09/26 15:24:46  tv
- * DIAGNOSTIC -> DEBUG for all non-panic messages.  DIAGNOSTIC is only for
- * sanity checks and should not turn on any messages not already printed
- * without it.
- *
- * Revision 1.5  1998/09/25 15:01:12  rvb
- * Conditionalize "stray" printouts under DIAGNOSTIC and DEBUG.
- * Make files compile if DEBUG is on (from  Alan Barrett).  Finally,
- * make coda an lkm.
- *
- * Revision 1.4  1998/09/15 02:02:58  rvb
- * Final piece of rename cfs->coda
- *
- * Revision 1.3  1998/09/12 15:05:48  rvb
- * Change cfs/CFS in symbols, strings and constants to coda/CODA
- * to avoid fs conflicts.
- *
- * Revision 1.2  1998/09/08 17:12:46  rvb
- * Pass2 complete
- *
- * Revision 1.1.1.1  1998/08/29 21:26:45  rvb
- * Very Preliminary Coda
- *
- * Revision 1.11  1998/08/28 18:12:16  rvb
- * Now it also works on FreeBSD -current.  This code will be
- * committed to the FreeBSD -current and NetBSD -current
- * trees.  It will then be tailored to the particular platform
- * by flushing conditional code.
- *
- * Revision 1.10  1998/08/18 17:05:14  rvb
- * Don't use __RCSID now
- *
- * Revision 1.9  1998/08/18 16:31:39  rvb
- * Sync the code for NetBSD -current; test on 1.3 later
- *
- * Revision 1.8  98/01/31  20:53:10  rvb
- * First version that works on FreeBSD 2.2.5
- * 
- * Revision 1.7  98/01/23  11:53:39  rvb
- * Bring RVB_CODA1_1 to HEAD
- * 



Home | Main Index | Thread Index | Old Index