From owner-cvs-src@FreeBSD.ORG Wed Sep 21 10:19:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822A216A41F; Wed, 21 Sep 2005 10:19:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA5343D48; Wed, 21 Sep 2005 10:19:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8LAJwiI039093; Wed, 21 Sep 2005 10:19:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8LAJwVh039092; Wed, 21 Sep 2005 10:19:58 GMT (envelope-from rwatson) Message-Id: <200509211019.j8LAJwVh039092@repoman.freebsd.org> From: Robert Watson Date: Wed, 21 Sep 2005 10:19:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 Makefile VFS_LOCK_GIANT.9 namei.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 10:19:58 -0000 rwatson 2005-09-21 10:19:57 UTC FreeBSD src repository Modified files: share/man/man9 Makefile namei.9 Added files: share/man/man9 VFS_LOCK_GIANT.9 Log: Add discussion of Giant, the MPSAFE flag, and NDHASGIANT() to namei(9). Add a VFS_LOCK_GIANT(9)/VFS_UNLOCK_GIANT(9) man page. Discussed with: jeff MFC after: 3 days Revision Changes Path 1.262 +2 -0 src/share/man/man9/Makefile 1.1 +90 -0 src/share/man/man9/VFS_LOCK_GIANT.9 (new) 1.27 +32 -1 src/share/man/man9/namei.9