From owner-cvs-all Tue Oct 23 15:39:14 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 CCB7137B406; Tue, 23 Oct 2001 15:39:11 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9NMdBu15245; Tue, 23 Oct 2001 15:39:11 -0700 (PDT) (envelope-from jhb) Message-Id: <200110232239.f9NMdBu15245@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Oct 2001 15:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_sx.c src/sys/sys sx.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 jhb 2001/10/23 15:39:11 PDT Modified files: sys/kern kern_exit.c kern_sx.c sys/sys sx.h Log: Change the sx(9) assertion API to use a sx_assert() function similar to mtx_assert(9) rather than several SX_ASSERT_* macros. Revision Changes Path 1.138 +2 -2 src/sys/kern/kern_exit.c 1.12 +43 -4 src/sys/kern/kern_sx.c 1.13 +9 -38 src/sys/sys/sx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message