From owner-cvs-all Sat May 4 13:23:51 2002 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 EC20837B41B; Sat, 4 May 2002 13:23:48 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g44KNmD85815; Sat, 4 May 2002 13:23:48 -0700 (PDT) (envelope-from alc) Message-Id: <200205042023.g44KNmD85815@freefall.freebsd.org> From: Alan Cox Date: Sat, 4 May 2002 13:23:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_object.h X-FreeBSD-CVS-Branch: HEAD 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 alc 2002/05/04 13:23:48 PDT Modified files: sys/vm vm_object.c vm_object.h Log: o Make _vm_object_allocate() and vm_object_allocate() callable without holding Giant. o Begin documenting the trivial cases of the locking protocol on vm_object. Revision Changes Path 1.208 +16 -20 src/sys/vm/vm_object.c 1.77 +5 -2 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message