From owner-cvs-all@FreeBSD.ORG Mon Mar 22 08:37:33 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 C54E416A4CF; Mon, 22 Mar 2004 08:37:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E4243D46; Mon, 22 Mar 2004 08:37:33 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2MGbXGe090536; Mon, 22 Mar 2004 08:37:33 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2MGbXxb090535; Mon, 22 Mar 2004 08:37:33 -0800 (PST) (envelope-from rwatson) Message-Id: <200403221637.i2MGbXxb090535@repoman.freebsd.org> From: Robert Watson Date: Mon, 22 Mar 2004 08:37:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING 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: Mon, 22 Mar 2004 16:37:33 -0000 rwatson 2004/03/22 08:37:33 PST FreeBSD src repository Modified files: . UPDATING Log: Commit a message to UPDATING indicating that during network stack locking merges, debug.mpsafenet will no longer be safe to use, and that it should be turned off (which is the default). I will commit a follow-up message to UPDATING (and post to freebsd-current) when it's safe to turn it on, with a description of under what circumstances it is safe to use. Revision Changes Path 1.301 +11 -0 src/UPDATING