From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 01:30:24 2011 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 98D051065676 for ; Fri, 14 Oct 2011 01:30:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 57AF78FC12 for ; Fri, 14 Oct 2011 01:30:24 +0000 (UTC) Received: by gyd8 with SMTP id 8so811697gyd.13 for ; Thu, 13 Oct 2011 18:30:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PpUfS9Wx1iSaMYmsSiFizS9BJouBah3d2WVEO35fHiI=; b=Xpgg+UgO7M1SRPzoaiwDrEp8JOPKIr0VAcqPLr95OW/9SzytHFsT+Sza+UR2IIvMQm OSyB9Xc0p3e1cS9eJ7Ad/xFkpOgIOeqW0jA1QO674OiMa4lkFLZ7pcY5ziYYePYDsReS uuzjn1T3lY1SQY4RIv/PysNHtmmhO5Dblyrsw= MIME-Version: 1.0 Received: by 10.236.187.70 with SMTP id x46mr8609694yhm.71.1318555823560; Thu, 13 Oct 2011 18:30:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.109.167 with HTTP; Thu, 13 Oct 2011 18:30:23 -0700 (PDT) In-Reply-To: References: <4e972734.52b1e00a.15ed.ffffd873@mx.google.com> Date: Fri, 14 Oct 2011 09:30:23 +0800 X-Google-Sender-Auth: JXMoJZ939npJOE5S1A0AikxhSvQ Message-ID: From: Adrian Chadd To: Arnaud Lacombe Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: [RFC] Prepend timestamp in msgbuf 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: Fri, 14 Oct 2011 01:30:24 -0000 On 14 October 2011 02:40, Arnaud Lacombe wrote: > Hi, > > On Thu, Oct 13, 2011 at 2:00 PM, =A0 wrote: >> From: Arnaud Lacombe >> >> Hi folks, >> >> There is many case recently when I really wished timestamp were present = in the >> post-mortem msgbuf. Such situation could be when userland application se= gfault >> potentially triggering a panic/crash, or have information about the time= -wise >> location of a given message (kernel or userland). >> Nice! Once the -head dust settles and 9.0-rel makes it out the door, I'd like to see this make an appearance. Adrian