From owner-freebsd-current@FreeBSD.ORG Thu Jun 12 15:09:52 2003 Return-Path: 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 E76F337B401 for ; Thu, 12 Jun 2003 15:09:52 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B4443FAF for ; Thu, 12 Jun 2003 15:09:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h5CM8wOc091038; Thu, 12 Jun 2003 15:09:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h5CM8rAK091037; Thu, 12 Jun 2003 15:08:53 -0700 (PDT) Date: Thu, 12 Jun 2003 15:08:53 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20030612220853.GC90759@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Kris Kennaway , Wiktor Niesiobedzki , current@freebsd.org References: <200306112248.AA655556764@141.com> <20030612045022.GA36033@rot13.obsecurity.org> <20030612051812.GQ48387@mail.evip.pl> <20030612053230.GA36420@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030612053230.GA36420@rot13.obsecurity.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Wiktor Niesiobedzki cc: current@freebsd.org Subject: Re: adsl/pppoe no longer connecting on 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 22:09:53 -0000 On Wed, Jun 11, 2003 at 10:32:30PM -0700, Kris Kennaway wrote: > alloca() is not being inlined when -std is specified. It is possible > there's a bug in the libc implementation. I'm also suspicious that > some of the ppp data structures have changed size or alignment which > could be confusing netgraph. Acutally -std=c?9, -std=gnu?9 uses GCC's alloca. I don't mind finding all the alloca uses in the tree and compiling them with -std=gnu99 instead of -std=c99.