From owner-freebsd-current@FreeBSD.ORG Sun Aug 16 05:13:41 2009 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 061C5106568C for ; Sun, 16 Aug 2009 05:13:41 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3928FC45 for ; Sun, 16 Aug 2009 05:13:40 +0000 (UTC) Received: by bwz19 with SMTP id 19so2436550bwz.37 for ; Sat, 15 Aug 2009 22:13:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=eSr9LOV4ZEMSWk9EeloYieMO/aA+e2/bAjh1hrWaZi0=; b=B8vh2jBidGK+295Eb8I1K8h4DKW1zXzBGdZRvf6TDFrE2WpN1rFa1NImLVOGX4RSNR 8DTnVhJovhlk5p2Plm0Z/P4ctrodc8ydoZp/94GILP5WaqqgoQ5ZZa9uwAmdlsjGoMDj fks/UV8nWCP6+hSy9p1UEFNPRMks8G34pYrLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=XDJYFp2Gw+kUrCRPqjClKeZiZPx8XDoE1WycjLdWJAcp5yxhV8nbPy8xweIr7YPF6T TtQc5ijFZWHd10lAiyPQ8L61noRIYSQj87BUKeHyGFBlxIxKotATHqcJrBbejP7NlUG1 8fumKGSONzFsENVQl1eQ4OB7EUKUBjzARgxyY= MIME-Version: 1.0 Received: by 10.204.26.134 with SMTP id e6mr1944708bkc.87.1250399619522; Sat, 15 Aug 2009 22:13:39 -0700 (PDT) Date: Sun, 16 Aug 2009 09:13:39 +0400 Message-ID: From: pluknet To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: broken regression/acct for several years 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: Sun, 16 Aug 2009 05:13:41 -0000 Hi. This commit - kern_acct.c,v1,94 / svn r172023 - broke regression/acct just before 7.0 was out by inclusion kernel log() function call that requires include, and some magic with kernel/userland side of syslog() since log() on userland side is not present. It could be fixed by changing log() with simple printf() and adding specilally for regression test to -- m wbr, pluknet