From owner-cvs-all@FreeBSD.ORG Thu Apr 12 02:04:00 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 861C616A401 for ; Thu, 12 Apr 2007 02:04:00 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id A66CC13C483 for ; Thu, 12 Apr 2007 02:03:59 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so321801pyh for ; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sUIS89t8712AxUxxIPme1fqJVr3UasGXWSZDARD52WBd5CwHynAu5UjoPWgz0lBtP7Xggw6MOR96ZfMmRtkpSWgrSktzuyWr0qU9K5TM3cl5quvKaLUdHYfT1trBgqudWkMn6Dzrayf4OrmTAWT5Ot4viSptAezHAHVCQtussvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k1q91O/qk4mPigPTxK2jntyYRWNP2saQG/T8jWoriDfnT7Wmxv0/nKTemooUs1MnnRTsgWf6VAs1bqPp2ySRXZH8tUkCHnb6jL0wELU3W1JZSR6XejyTIxKVhjitnlnl8cGSEktqyrOmOlGPQ8wWvp+j3jtwfBqKVQN6dubKKxY= Received: by 10.65.224.11 with SMTP id b11mr2743432qbr.1176343438700; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) Received: by 10.65.244.16 with HTTP; Wed, 11 Apr 2007 19:03:58 -0700 (PDT) Message-ID: Date: Wed, 11 Apr 2007 19:03:58 -0700 From: "Kip Macy" To: "Alfred Perlstein" In-Reply-To: <20070412014732.GM2382@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704100403.l3A43ZnL057659@repoman.freebsd.org> <88607eb20704101217x4e3c81f9xf914f7da7714daf8@mail.gmail.com> <20070411195935.GA2382@elvis.mu.org> <88607eb20704111346q5c463b60w2547084231a11227@mail.gmail.com> <20070411220228.GG2382@elvis.mu.org> <86abxemt1a.fsf@dwp.des.no> <20070412014732.GM2382@elvis.mu.org> Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Ed Maste , Xin LI , Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/usr.bin/truss Makefile amd64-fbsd.c extern.h i386-fbsd.c i386-linux.c ia64-fbsd.c main.c powerpc-fbsd.c setup.c sparc64-fbsd.c syscall.h syscalls.c truss.1 truss.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 02:04:00 -0000 > > What Ed is trying to tell you is that the result will be a useless > > core file. > > And what I'm trying to say is that he's wrong. > > One can still examine such a corefile to find valuable data. > Have either of you read my response?