From owner-cvs-all@FreeBSD.ORG Thu Apr 27 19:01:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D292A16A402; Thu, 27 Apr 2006 19:01:55 +0000 (UTC) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5648943D75; Thu, 27 Apr 2006 19:01:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3RJ1tCb022683; Thu, 27 Apr 2006 19:01:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3RJ1tAI022677; Thu, 27 Apr 2006 19:01:55 GMT (envelope-from ps) Message-Id: <200604271901.k3RJ1tAI022677@repoman.freebsd.org> From: Paul Saab Date: Thu, 27 Apr 2006 19:01:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dumpon dumpon.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Apr 2006 19:01:55 -0000 ps 2006-04-27 19:01:54 UTC FreeBSD src repository Modified files: sbin/dumpon dumpon.c Log: With minidumps, the dumping partition could be smaller than physical memory, so checking the size of the partition is not necessary. Tested by: kris Revision Changes Path 1.23 +8 -1 src/sbin/dumpon/dumpon.c