From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 9 07:11:11 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19DDF70D for ; Thu, 9 Oct 2014 07:11:11 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9F05EF0 for ; Thu, 9 Oct 2014 07:11:10 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xc7sH-00031Z-37 for freebsd-hackers@freebsd.org; Thu, 09 Oct 2014 09:10:57 +0200 Received: from tempe0.bbox.io ([24.249.180.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Oct 2014 09:10:57 +0200 Received: from kevin.bowling by tempe0.bbox.io with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Oct 2014 09:10:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Kevin Bowling Subject: Re: freebsd 10 kqueue timer regression Date: Thu, 09 Oct 2014 00:10:46 -0700 Lines: 18 Message-ID: References: <8ABC0977-FB8F-45E7-ACCC-BFA92EE22E1C@glccom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tempe0.bbox.io User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: <8ABC0977-FB8F-45E7-ACCC-BFA92EE22E1C@glccom.com> X-Mailman-Approved-At: Thu, 09 Oct 2014 11:24:15 +0000 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 07:11:11 -0000 On 10/2/2014 8:07 AM, Paul Albrecht wrote: > > Hi, > > What’s up with freebsd 10? I’m testing some code that uses the kqueue timer for timing and it doesn’t work because the precision of the timer is off. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > Saw something that might have been a symptom: https://github.com/facebook/libphenom/issues/48 I will try with your patch to -current and see if it's any better. Regards, Kevin