From owner-cvs-src@FreeBSD.ORG Mon Nov 10 21:11:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A435116A4CF for ; Mon, 10 Nov 2003 21:11:24 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2185543FAF for ; Mon, 10 Nov 2003 21:11:20 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200.101.111.208 (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 6145D5829 for ; Mon, 10 Nov 2003 20:55:43 -0800 (PST) Received: (qmail 26571 invoked by uid 1001); 11 Nov 2003 04:07:34 -0000 Message-ID: <20031111040734.26570.qmail@exxodus.fedaykin.here> Received: (qmail 4228 invoked from network); 21 Oct 2003 22:47:31 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 21 Oct 2003 22:47:31 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.4) for lioux-freebsd@localhost (single-drop); Tue, 21 Oct 2003 20:47:09 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.218) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C01C6F45B for lioux-freebsd@uol.com.br; Tue, 21 Oct 2003 19:35:10 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm6.uol.com.br (Postfix) with ESMTP id E567A17668 for ; Tue, 21 Oct 2003 20:18:56 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9624A5617D for ; Tue, 21 Oct 2003 15:18:55 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B8EF316A50E; Tue, 21 Oct 2003 15:18:52 -0700 (PDT) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id C7DB516A4C0; Tue, 21 Oct 2003 15:18:51 -0700 (PDT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8541C16A4B3; Tue, 21 Oct 2003 15:18:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C8943FAF; Tue, 21 Oct 2003 15:18:20 -0700 (PDT) (envelope-from thomas@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 h9LMIJXJ013143; Tue, 21 Oct 2003 15:18:19 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9LMIJj4013142; Tue, 21 Oct 2003 15:18:19 -0700 (PDT) (envelope-from thomas) From: Thomas Quinot To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 05:11:24 -0000 X-Original-Date: Tue, 21 Oct 2003 15:18:19 -0700 (PDT) X-List-Received-Date: Tue, 11 Nov 2003 05:11:24 -0000 thomas 2003/10/21 15:18:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC rev. 1.160: (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on an uninitialized sysctl_ctx. Approved by: re (murray) Revision Changes Path 1.42.2.46 +5 -2 src/sys/cam/scsi/scsi_da.c