From owner-cvs-all@FreeBSD.ORG Fri Sep 26 15:08:25 2003 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 641AB16A4BF; Fri, 26 Sep 2003 15:08:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5842B44031; Fri, 26 Sep 2003 15:08:24 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QM8OXJ057183; Fri, 26 Sep 2003 15:08:24 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8QM8Nq2057182; Fri, 26 Sep 2003 15:08:23 -0700 (PDT) (envelope-from rwatson) Message-Id: <200309262208.h8QM8Nq2057182@repoman.freebsd.org> From: Robert Watson Date: Fri, 26 Sep 2003 15:08:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 disk.9 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: Fri, 26 Sep 2003 22:08:25 -0000 rwatson 2003/09/26 15:08:23 PDT FreeBSD src repository Modified files: share/man/man9 disk.9 Log: Additional information on the memory properties of struct disk instances: the memory holding a struct disk should be pre-zeroed so as to initialize any storage framework private data in the structures properly. In addition, the memory must be writable so that the private data may be updated. Pointed out by: phk Revision Changes Path 1.2 +9 -2 src/share/man/man9/disk.9