From owner-svn-src-projects@FreeBSD.ORG Fri Dec 21 15:02:49 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AA9F687; Fri, 21 Dec 2012 15:02:49 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by mx1.freebsd.org (Postfix) with ESMTP id 319498FC15; Fri, 21 Dec 2012 15:02:48 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id z14so5256220lag.30 for ; Fri, 21 Dec 2012 07:02:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Yicub64Ch/OCksK0jsFuudbW1KJvn3btV7l1IwIPB3s=; b=1B0WOKe+3Uixsh38I9iNWu63vsVCJqodQJryyhK8jCfd3mxFJu4M3y20ZxBXSMfhb/ l/PVxknd6gj/NriRcdgqDjPrmXosS3l13ua0zW4u1xuEJv8oFThmhEYwQXRm+ucPcPAE eWRGQLFhUDRwzQq9s56sfwk1bdye4ORtafhicWRK512hFD6JUDDyLbtK9ZwZpQsj/6x0 aS78cTvXsXst3IJoM+qkd9vYfd3DnSXI6NrIB6DJVy7uTOKRPXrfvNaItpHfX3Z8eqZH HIJBdWXsy70uuhH0/LQuTL3BpygHwEqTthwcpLh4zbiHSQYgQ/ll0pCLPG/m80sxz/6K yrAA== MIME-Version: 1.0 Received: by 10.152.132.69 with SMTP id os5mr12219324lab.15.1356102166329; Fri, 21 Dec 2012 07:02:46 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.112.84.193 with HTTP; Fri, 21 Dec 2012 07:02:46 -0800 (PST) In-Reply-To: References: <201212211108.qBLB8jwa047382@svn.freebsd.org> Date: Fri, 21 Dec 2012 16:02:46 +0100 X-Google-Sender-Auth: 0-HDeYagOliKkXhk_Cq7MkIjeJg Message-ID: Subject: Re: svn commit: r244533 - in projects/calloutng: share/man/man9 sys/dev/atkbdc sys/dev/random sys/dev/syscons sys/kern sys/sys From: Attilio Rao To: Davide Italiano Content-Type: text/plain; charset=UTF-8 Cc: svn-src-projects@freebsd.org, Adrian Chadd , src-committers@freebsd.org, Alexander Motin X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 15:02:49 -0000 On Fri, Dec 21, 2012 at 3:59 PM, Davide Italiano wrote: > On Fri, Dec 21, 2012 at 3:50 PM, Adrian Chadd wrote: >> Hi, >> >> There's a DELAY (bt.frac >> 44) there; please write or use a >> BINTIME_TO_USEC macro instead? >> >> Since you're touching kqueue, do you guys have a testing plan for >> verifying kqueue operation is still working right? >> > > I do think web servers -- as well as tons of other applications use it. > Other than that, the commit doesn't change kqueue() semantics. This test by gianni@ was very good at finding callout races in the past: http://people.freebsd.org/~attilio/callout/test.c Attilio -- Peace can only be achieved by understanding - A. Einstein