diff options
Diffstat (limited to 'sys/coda')
-rw-r--r-- | sys/coda/cnode.h | 9 | ||||
-rw-r--r-- | sys/coda/coda.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_fbsd.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_io.h | 5 | ||||
-rw-r--r-- | sys/coda/coda_kernel.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_namecache.c | 8 | ||||
-rw-r--r-- | sys/coda/coda_namecache.h | 5 | ||||
-rw-r--r-- | sys/coda/coda_opstats.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_pioctl.h | 5 | ||||
-rw-r--r-- | sys/coda/coda_psdev.c | 5 | ||||
-rw-r--r-- | sys/coda/coda_psdev.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_subr.c | 5 | ||||
-rw-r--r-- | sys/coda/coda_subr.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_venus.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_venus.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_vfsops.c | 5 | ||||
-rw-r--r-- | sys/coda/coda_vfsops.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_vnops.c | 10 | ||||
-rw-r--r-- | sys/coda/coda_vnops.h | 5 |
19 files changed, 61 insertions, 19 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index bf6f632b8b7c2..69bdba7d04e75 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: cnode.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ + * $Id: cnode.h,v 1.5 1998/11/11 20:32:20 rvb Exp $ * */ @@ -47,6 +47,13 @@ /* * HISTORY * $Log: cnode.h,v $ + * Revision 1.5 1998/11/11 20:32:20 rvb + * coda_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/13 13:57:59 rvb * Finish conversion of cfs -> coda * diff --git a/sys/coda/coda.h b/sys/coda/coda.h index 7b67ea9245bd7..6899ee2894ac5 100644 --- a/sys/coda/coda.h +++ b/sys/coda/coda.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda.h,v 1.5 1998/10/28 19:33:49 rvb Exp $ + * $Id: coda.h,v 1.6 1998/11/11 20:32:20 rvb Exp $ * */ diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index 66bfe07f6299d..fd5a8093878ee 100644 --- a/sys/coda/coda_fbsd.c +++ b/sys/coda/coda_fbsd.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_fbsd.cr,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_fbsd.c,v 1.10 1999/01/05 18:49:49 eivind Exp $ + * $Id: coda_fbsd.c,v 1.11 1999/01/17 20:25:14 peter Exp $ * */ diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h index dd12fa1d45d62..6b06c105586f1 100644 --- a/sys/coda/coda_io.h +++ b/sys/coda/coda_io.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_io.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_io.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_io.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ @@ -47,6 +47,9 @@ /* * HISTORY * $Log: coda_io.h,v $ + * Revision 1.4 1998/09/13 13:57:59 rvb + * Finish conversion of cfs -> coda + * * Revision 1.3 1998/09/11 18:50:17 rvb * All the references to cfs, in symbols, structs, and strings * have been changed to coda. (Same for CFS.) diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h index 33b372f49b139..3702b647593ef 100644 --- a/sys/coda/coda_kernel.h +++ b/sys/coda/coda_kernel.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_kernel.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_kernel.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ + * $Id: coda_kernel.h,v 1.3 1998/09/13 13:57:59 rvb Exp $ * */ diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index 2da7b096896de..6d1fbf908705e 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_namecache.c,v 1.7 1998/09/28 20:52:58 rvb Exp $ + * $Id: coda_namecache.c,v 1.8 1998/10/28 19:33:50 rvb Exp $ * */ @@ -47,6 +47,12 @@ /* * HISTORY * $Log: coda_namecache.c,v $ + * Revision 1.8 1998/10/28 19:33: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 20:52:58 rvb * Cleanup and fix THE bug * diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index f7b319483b07c..9817dde6797f5 100644 --- a/sys/coda/coda_namecache.h +++ b/sys/coda/coda_namecache.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_namecache.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_namecache.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ @@ -47,6 +47,9 @@ /* * HISTORY * $Log: coda_namecache.h,v $ + * Revision 1.4 1998/09/13 13:57:59 rvb + * Finish conversion of cfs -> coda + * * Revision 1.3 1998/09/11 18:50:17 rvb * All the references to cfs, in symbols, structs, and strings * have been changed to coda. (Same for CFS.) diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h index e62c04d3db1fc..52e0e55ff2dc3 100644 --- a/sys/coda/coda_opstats.h +++ b/sys/coda/coda_opstats.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_opstats.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_opstats.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_opstats.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index 2aa55bbe50e85..81a745ceca436 100644 --- a/sys/coda/coda_pioctl.h +++ b/sys/coda/coda_pioctl.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_pioctl.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_pioctl.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ @@ -43,6 +43,9 @@ /* * HISTORY * $Log: coda_pioctl.h,v $ + * Revision 1.4 1998/09/13 13:57:59 rvb + * Finish conversion of cfs -> coda + * * Revision 1.3 1998/09/11 18:50:17 rvb * All the references to cfs, in symbols, structs, and strings * have been changed to coda. (Same for CFS.) diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 0d29f6e1d7371..37b5ef9ada879 100644 --- a/sys/coda/coda_psdev.c +++ b/sys/coda/coda_psdev.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_psdev.c,v 1.9 1998/11/11 20:32:20 rvb Exp $ + * $Id: coda_psdev.c,v 1.10 1999/01/17 21:04:53 peter Exp $ * */ @@ -53,6 +53,9 @@ /* * HISTORY * $Log: coda_psdev.c,v $ + * Revision 1.10 1999/01/17 21:04:53 peter + * Missed a stray LKM #ifdef + * * Revision 1.9 1998/11/11 20:32:20 rvb * coda_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 diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h index 11922adfe02c5..af3259f8c4795 100644 --- a/sys/coda/coda_psdev.h +++ b/sys/coda/coda_psdev.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_psdev.c,v 1.4 1998/09/13 13:57:59 rvb Exp $ + * $Id: coda_psdev.h,v 1.1 1998/09/25 17:40:50 rvb Exp $ * */ diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 40d2d0b0b1a46..578cc2b83e7a7 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_subr.c,v 1.8 1998/10/28 19:33:50 rvb Exp $ + * $Id: coda_subr.c,v 1.9 1999/01/17 20:25:15 peter Exp $ * */ @@ -46,6 +46,9 @@ /* * HISTORY * $Log: coda_subr.c,v $ + * Revision 1.9 1999/01/17 20:25:15 peter + * Clean up the KLD/LKM goop a bit. + * * Revision 1.8 1998/10/28 19:33: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 diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index fe27bfda19ce8..921cfcdd7ed4d 100644 --- a/sys/coda/coda_subr.h +++ b/sys/coda/coda_subr.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_subr.h,v 1.5 1998/09/13 13:57:59 rvb Exp $ + * $Id: coda_subr.h,v 1.6 1998/09/25 17:38:32 rvb Exp $ * */ diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index 96228f1737aad..c3ed222e8a3e4 100644 --- a/sys/coda/coda_venus.c +++ b/sys/coda/coda_venus.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_venus.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_venus.c,v 1.5 1998/10/28 19:33:50 rvb Exp $ + * $Id: coda_venus.c,v 1.6 1998/11/11 20:32:20 rvb Exp $ * */ diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h index 6fdd15c60fada..6803548cba700 100644 --- a/sys/coda/coda_venus.h +++ b/sys/coda/coda_venus.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_venus.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ + * $Id: coda_venus.h,v 1.3 1998/09/13 13:57:59 rvb Exp $ * */ diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 8f6befec3e938..24e36026daace 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vfsops.c,v 1.10 1998/12/04 22:54:43 archie Exp $ + * $Id: coda_vfsops.c,v 1.11 1999/01/17 20:25:17 peter Exp $ * */ @@ -47,6 +47,9 @@ /* * HISTORY * $Log: coda_vfsops.c,v $ + * Revision 1.11 1999/01/17 20:25:17 peter + * Clean up the KLD/LKM goop a bit. + * * Revision 1.10 1998/12/04 22:54:43 archie * Examine all occurrences of sprintf(), strcat(), and str[n]cpy() * for possible buffer overflow problems. Replaced most sprintf()'s diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index ef23c3fd3828f..ca84b1e08422d 100644 --- a/sys/coda/coda_vfsops.h +++ b/sys/coda/coda_vfsops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vfsops.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ + * $Id: coda_vfsops.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ * */ diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index c0cfa5e00f921..e1a0ab3d50b63 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.c,v 1.12 1999/01/07 16:14:12 bde Exp $ + * $Id: coda_vnops.c,v 1.13 1999/01/20 14:49:05 eivind Exp $ * */ @@ -48,6 +48,14 @@ /* * HISTORY * $Log: coda_vnops.c,v $ + * Revision 1.13 1999/01/20 14:49:05 eivind + * Add 'options DEBUG_LOCKS', which stores extra information in struct + * lock, and add some macros and function parameters to make sure that + * the information get to the point where it can be put in the lock + * structure. + * + * While I'm here, add DEBUG_VFS_LOCKS to LINT. + * * Revision 1.12 1999/01/07 16:14:12 bde * Don't pass unused unused timestamp args to UFS_UPDATE() or waste * time initializing them. This almost finishes centralizing (in-core) diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index 6c787d5e4e869..15f5f7799a599 100644 --- a/sys/coda/coda_vnops.h +++ b/sys/coda/coda_vnops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_vnops.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ @@ -48,6 +48,9 @@ /* * HISTORY * $Log: coda_vnops.h,v $ + * Revision 1.4 1998/09/13 13:57:59 rvb + * Finish conversion of cfs -> coda + * * Revision 1.3 1998/09/11 18:50:17 rvb * All the references to cfs, in symbols, structs, and strings * have been changed to coda. (Same for CFS.) |