From owner-cvs-all Mon Nov 19 22:13:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5628B37B418; Mon, 19 Nov 2001 22:13:54 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAK6Dsn85475; Mon, 19 Nov 2001 22:13:54 -0800 (PST) (envelope-from alfred) Message-Id: <200111200613.fAK6Dsn85475@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 19 Nov 2001 22:13:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.lockd lockd_lock.c X-FreeBSD-CVS-Branch: ANDREW_LOCKD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2001/11/19 22:13:54 PST Modified files: (Branch: ANDREW_LOCKD) usr.sbin/rpc.lockd lockd_lock.c Log: This completes the all partial file locking under NFS. The underlying file is still completely covered by a flock(2) style lock, but we'll tackle that at a later date. Submitted by: "Andrew P. Lentvorski" Revision Changes Path 1.4.2.5 +399 -114 src/usr.sbin/rpc.lockd/lockd_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message