From owner-cvs-all Sat Mar 10 11:39:57 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 4178F37B718; Sat, 10 Mar 2001 11:39:53 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f2AJfL151593; Sat, 10 Mar 2001 11:41:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200103101720.f2AHKus41531@freefall.freebsd.org> Date: Sat, 10 Mar 2001 11:39:31 -0800 (PST) From: John Baldwin To: Alexander Langer Subject: RE: cvs commit: ports/mail/postfix Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Mar-01 Alexander Langer wrote: > alex 2001/03/10 09:20:56 PST > > Modified files: > mail/postfix Makefile > Log: > Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog Errr, you do know that you can control how unaligned accesses work on the alpha via sysctls right? machdep.unaligned_print: 1 machdep.unaligned_fix: 1 machdep.unaligned_sigbus: 0 By default, unaligned accesses do not core dump. They only do that if you turn the sigbus sysctl on. Granted, they are a killer performance wise, but the program will still run, so I'm not sure marking this broken is correct. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message