From owner-cvs-all@FreeBSD.ORG Fri Feb 18 16:07:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4095A16A4CE; Fri, 18 Feb 2005 16:07:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B8A43D45; Fri, 18 Feb 2005 16:07:06 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IG75Yo020481; Fri, 18 Feb 2005 16:07:05 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IG75gN020480; Fri, 18 Feb 2005 16:07:05 GMT (envelope-from deischen) Message-Id: <200502181607.j1IG75gN020480@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 18 Feb 2005 16:07:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 16:07:06 -0000 deischen 2005-02-18 16:07:05 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_init.c Log: Somewhere along the line, tick accumulation for SA threads was changed to use the statclock. Make sure we calculate the value of a tick correctly in userland. Noticed by: Kazuaki Oda Revision Changes Path 1.70 +1 -1 src/lib/libpthread/thread/thr_init.c