From owner-svn-src-head@FreeBSD.ORG Wed Oct 17 20:15:13 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CEEEB79; Wed, 17 Oct 2012 20:15:13 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail.sippysoft.com (hub.sippysoft.com [174.36.24.17]) by mx1.freebsd.org (Postfix) with ESMTP id 53BB18FC0A; Wed, 17 Oct 2012 20:15:12 +0000 (UTC) Received: from s173-180-43-49.bc.hsia.telus.net ([173.180.43.49] helo=[192.168.22.32]) by mail.sippysoft.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TOa1D-000F9W-9A; Wed, 17 Oct 2012 13:15:07 -0700 Message-ID: <507F11C2.1060301@sippysoft.com> Date: Wed, 17 Oct 2012 13:14:58 -0700 From: Maxim Sobolev Organization: Sippy Software User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Bruce Evans Subject: Re: svn commit: r241625 - head/usr.sbin/cron/cron References: <201210170044.q9H0iZHo055977@svn.freebsd.org> <507E6901.8040801@delphij.net> <20121017215857.L4043@besplex.bde.org> <507F111A.10801@FreeBSD.org> In-Reply-To: <507F111A.10801@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ssp-trusted: yes Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, d@delphij.net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 20:15:13 -0000 Also, I have avoided using FP, since the old code doesn't, and some of the smaller systems we run on (arm, mips) might not have FPU unit, so it might have a problem with that. And I am still working on new version to revert to 60-seconds polling by default. -Maxim