From owner-cvs-all@FreeBSD.ORG Sat Oct 9 20:07:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D4D416A4CE; Sat, 9 Oct 2004 20:07:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5EE43D2D; Sat, 9 Oct 2004 20:07:34 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99K7XYL017109; Sat, 9 Oct 2004 20:07:33 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99K7Xej017108; Sat, 9 Oct 2004 20:07:33 GMT (envelope-from csjp) Message-Id: <200410092007.i99K7Xej017108@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 9 Oct 2004 20:07:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Oct 2004 20:07:34 -0000 csjp 2004-10-09 20:07:33 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: Add a note to the man page warning users about possible lock order reversals+system lock ups if they are using ucred based rules while running with debug.mpsafenet=1. I am working on merging a shared locking mechanism into ipfw which should take care of this problem, but it still requires a bit more testing and review. Revision Changes Path 1.157 +10 -0 src/sbin/ipfw/ipfw.8