From owner-cvs-all@FreeBSD.ORG Sat May 19 21:26:06 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C28E16A41F; Sat, 19 May 2007 21:26:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4706813C48A; Sat, 19 May 2007 21:26:06 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4JLQ6oJ008364; Sat, 19 May 2007 21:26:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4JLQ67R008360; Sat, 19 May 2007 21:26:06 GMT (envelope-from jhb) Message-Id: <200705192126.l4JLQ67R008360@repoman.freebsd.org> From: John Baldwin Date: Sat, 19 May 2007 21:26:06 +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 sx.9 src/sys/kern kern_sx.c src/sys/sys sx.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 21:26:06 -0000 jhb 2007-05-19 21:26:05 UTC FreeBSD src repository Modified files: share/man/man9 sx.9 sys/kern kern_sx.c sys/sys sx.h Log: Rename the macros for assertion flags passed to sx_assert() from SX_* to SA_* to match mutexes and rwlocks. The old flags still exist for backwards compatiblity. Requested by: attilio Revision Changes Path 1.41 +13 -13 src/share/man/man9/sx.9 1.50 +19 -19 src/sys/kern/kern_sx.c 1.34 +8 -3 src/sys/sys/sx.h