From owner-cvs-src@FreeBSD.ORG Mon Feb 16 12:58:57 2004 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 A4F9416A4E1; Mon, 16 Feb 2004 12:58:57 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-122-2-18.dsl.pltn13.pacbell.net [68.122.2.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8261E43D1D; Mon, 16 Feb 2004 12:58:57 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i1GKwsGx010651; Mon, 16 Feb 2004 12:58:54 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i1GKwsHe010650; Mon, 16 Feb 2004 12:58:54 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Mon, 16 Feb 2004 12:58:54 -0800 From: David Schultz To: Poul-Henning Kamp Message-ID: <20040216205854.GA10604@VARK.homeunix.com> Mail-Followup-To: Poul-Henning Kamp , Robert Watson , Scott Long , Dag-Erling Smorgrav , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <28938.1076959003@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28938.1076959003@critter.freebsd.dk> cc: src-committers@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Scott Long cc: cvs-all@FreeBSD.ORG cc: Robert Watson cc: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/vm vm_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 20:58:57 -0000 On Mon, Feb 16, 2004, Poul-Henning Kamp wrote: > In message , Robe > rt Watson writes: > > >It seems like it all comes down to the perfectly reasonable desire to be > >able to represent the following request: > > > > Userspace wants me to allocate some memory. I don't know how large > > rediculous is, but I don't want to panic when I ask for something > > rediculous and instead get a failure I can report. > > Sounds like we need to add a new flag: M_TELL_ME_IF_I_AM_STUPID M_DOFUS? ;-)