From owner-cvs-all Tue Jan 21 9: 2:23 2003 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 5BF0537B401; Tue, 21 Jan 2003 09:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F03E343F13; Tue, 21 Jan 2003 09:02:21 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LH2Lbv005762; Tue, 21 Jan 2003 09:02:21 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0LH2L26005761; Tue, 21 Jan 2003 09:02:21 -0800 (PST) Message-Id: <200301211702.h0LH2L26005761@repoman.freebsd.org> From: Thomas Moestl Date: Tue, 21 Jan 2003 09:02:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_rman.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/21 09:02:21 PST Modified files: sys/kern subr_rman.c Log: Correct an off-by-one in the boundary check. Otherwise, resource allocations would fail if the desired allocation size was equal to the boundary. Revision Changes Path 1.28 +1 -1 src/sys/kern/subr_rman.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message