From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 8 07:49:54 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756DE1065673 for ; Sun, 8 Jun 2008 07:49:54 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5BF8FC13 for ; Sun, 8 Jun 2008 07:49:54 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1244154wah.3 for ; Sun, 08 Jun 2008 00:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5XGnq1hsjjllTR58W3UOhzSo2s8/1UtSZJKHF2JZaWI=; b=xYso6n6qWgnXJGohy/puSAzzetbpOQo8+xOUGsGtqSp9xnK72qYxxUXKKcpQWjcNJ+ O3sCQt5qSJkBteEXnV06pZ+GBPkUKVwG1cuYJIVOHCWjh2piFM8KbiQzSCAGubW7ibjP p7mKidutu8v+C8C6g1SbgtHLZUiuqCJUMw9NU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=vhYllWc9uxFrCrwvtoUvVXCby5/iPstGH9lVanwvAbneEpi8Vmvt/bdE/X88mNNCs6 fi8dqNsZw5rqIntDgZi10zSfOW6cFCj1AUgjX+yTK0nSvTGjcumSm40h350A3ui8wGp3 rDQ876kQzUcJG69YMEXXITfQ31s9SNSz+JMrY= Received: by 10.114.191.12 with SMTP id o12mr1978861waf.224.1212909893339; Sun, 08 Jun 2008 00:24:53 -0700 (PDT) Received: by 10.114.80.5 with HTTP; Sun, 8 Jun 2008 00:24:53 -0700 (PDT) Message-ID: <2e77fc10806080024s19951abbnf31913d5579f4535@mail.gmail.com> Date: Sun, 8 Jun 2008 10:24:53 +0300 From: "Niki Denev" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Sun, 08 Jun 2008 11:10:17 +0000 Subject: timestamping for kernel messages (like Solaris and Linux) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2008 07:49:54 -0000 Hi, Has anyone thought about implementing an option to prepend all kernel console messages with timestamps, like Linux and Solaris do? Is it just a matter of hacking up the kernel printf() implementation? Any possible caveats? Regards, Niki