From owner-freebsd-current Thu Nov 7 23:56:54 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1FE37B401 for ; Thu, 7 Nov 2002 23:56:51 -0800 (PST) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3248F43E4A for ; Thu, 7 Nov 2002 23:56:51 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0239.cvx22-bradley.dialup.earthlink.net ([209.179.198.239] helo=mindspring.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18A40X-0005G2-00; Thu, 07 Nov 2002 23:56:49 -0800 Message-ID: <3DCB6DF3.5A0F421D@mindspring.com> Date: Thu, 07 Nov 2002 23:55:31 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "M. Warner Losh" Cc: current@FreeBSD.ORG Subject: Re: [PATCH] note the __sF change in src/UPDATING References: <3DCAF6C1.D01805FE@mindspring.com> <200211072337.gA7NbK1m082069@arkadia.nv.cox.net> <20021108.003935.11624259.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "M. Warner Losh" wrote: > -current already does this. The problem is that we're trying to shoot > the bad access in the head, and that is what is screwing people. So > the problem isn't that we're trying to export private data to the > world. Quite the contrary, we're trying to eliminate it and having > growing pains. No, it's actually an attempt to change which private data is exported; the new code exports three private values, instead of an array of private values. Data interfaces are evil ("proc size mismatch"). Probably "FILE *" should be void *. 8-(. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message