From owner-cvs-src-old@FreeBSD.ORG Thu Oct 21 21:08:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ABF01065784 for ; Thu, 21 Oct 2010 21:08:31 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E24B8FC20 for ; Thu, 21 Oct 2010 21:08:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9LL8V0C035735 for ; Thu, 21 Oct 2010 21:08:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9LL8ViS035734 for cvs-src-old@freebsd.org; Thu, 21 Oct 2010 21:08:31 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201010212108.o9LL8ViS035734@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 21 Oct 2010 21:08:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/syscall_timing syscall_timing.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 21:08:31 -0000 rwatson 2010-10-21 21:08:12 UTC FreeBSD src repository Modified files: tools/tools/syscall_timing syscall_timing.c Log: SVN rev 214185 on 2010-10-21 21:08:12Z by rwatson Universally use uintmax_t in syscall_timing; rearrange arithmetic to suffer fewer rounding errors with smaller numbers; fix argc validation so multiple tests run on a single command line. Sponsored by: Google, Inc. MFC after: 2 weeks Revision Changes Path 1.9 +65 -64 src/tools/tools/syscall_timing/syscall_timing.c