From owner-cvs-src@FreeBSD.ORG Wed Oct 5 19:48:22 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 5B2F216A41F; Wed, 5 Oct 2005 19:48:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0308D43D53; Wed, 5 Oct 2005 19:48:22 +0000 (GMT) (envelope-from jhb@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 j95JmLRN065071; Wed, 5 Oct 2005 19:48:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j95JmL2M065070; Wed, 5 Oct 2005 19:48:21 GMT (envelope-from jhb) Message-Id: <200510051948.j95JmL2M065070@repoman.freebsd.org> From: John Baldwin Date: Wed, 5 Oct 2005 19:48:21 +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 critical_enter.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, 05 Oct 2005 19:48:22 -0000 jhb 2005-10-05 19:48:21 UTC FreeBSD src repository Modified files: share/man/man9 Makefile critical_enter.9 Log: Update this manpage: - Remove references to cpu_critical_*() as they no longer exist. - Explain that any preemptions that occur during a critical section are deferred until the current thread exits the section. - Remove a bogus example usage of a critical section. - Note that one can interlock critical sections with spin mutexes in certain situations. MFC after: 3 days Revision Changes Path 1.265 +1 -3 src/share/man/man9/Makefile 1.8 +8 -46 src/share/man/man9/critical_enter.9