From owner-freebsd-current@FreeBSD.ORG Sat Nov 29 16:54:38 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44D661065675 for ; Sat, 29 Nov 2008 16:54:38 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id B9B6A8FC0A for ; Sat, 29 Nov 2008 16:54:37 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl164-98.kln.forthnet.gr [62.1.67.98]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mATGsR5Q003709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 29 Nov 2008 18:54:34 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mATGsRuj029979; Sat, 29 Nov 2008 18:54:27 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mATGsQB0029978; Sat, 29 Nov 2008 18:54:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Peter Wemm" References: <87wseo731o.fsf@kobe.laptop> <87fxlcba7p.fsf@kobe.laptop> <87myfjma0k.fsf@kobe.laptop> <87wsempm2k.fsf@kobe.laptop> Date: Sat, 29 Nov 2008 18:54:26 +0200 In-Reply-To: <87wsempm2k.fsf@kobe.laptop> (Giorgos Keramidas's message of "Sat, 29 Nov 2008 17:51:31 +0200") Message-ID: <878wr2pj5p.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: mATGsR5Q003709 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.006, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.39, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: tty problems in recent head? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2008 16:54:38 -0000 On Sat, 29 Nov 2008 17:51:31 +0200, Giorgos Keramidas wrote: > On Fri, 28 Nov 2008 20:47:00 -0800, "Peter Wemm" wrote: > without -O2 optimizations, I'll keep going backwards to see if I can > locate the commit that this started happening. Heh, interesting... GENERIC from /head@185376 compiled with a `make.conf' that disables optimizations works fine so far: # CFLAGS?= -O2 -fno-strict-aliasing -pipe # COPTFLAGS?= -O -pipe NO_CPU_CFLAGS= # Don't add -march= to CFLAGS automatically NO_CPU_COPTFLAGS= # Don't add -march= to COPTFLAGS automatically