From owner-cvs-all Wed Oct 28 11:33:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05124 for cvs-all-outgoing; Wed, 28 Oct 1998 11:33:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05117; Wed, 28 Oct 1998 11:33:54 -0800 (PST) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13265; Wed, 28 Oct 1998 11:33:50 -0800 (PST) Date: Wed, 28 Oct 1998 11:33:50 -0800 (PST) Message-Id: <199810281933.LAA13265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda.h coda_namecache.c coda_subr.c coda_venus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1998/10/28 11:33:50 PST Modified files: sys/coda coda.h coda_namecache.c coda_subr.c coda_venus.c Log: 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 Changes Path 1.5 +110 -54 src/sys/coda/coda.h 1.8 +5 -2 src/sys/coda/coda_namecache.c 1.8 +6 -17 src/sys/coda/coda_subr.c 1.5 +2 -1 src/sys/coda/coda_venus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message