From owner-cvs-src@FreeBSD.ORG Thu Jul 7 19:16:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAED116A41C; Thu, 7 Jul 2005 19:16:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948AF43D4C; Thu, 7 Jul 2005 19:16:30 +0000 (GMT) (envelope-from jhb@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 j67JGUfY084898; Thu, 7 Jul 2005 19:16:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j67JGUGV084897; Thu, 7 Jul 2005 19:16:30 GMT (envelope-from jhb) Message-Id: <200507071916.j67JGUGV084897@repoman.freebsd.org> From: John Baldwin Date: Thu, 7 Jul 2005 19:16:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 19:16:30 -0000 jhb 2005-07-07 19:16:30 UTC FreeBSD src repository Modified files: sys/alpha/osf1 osf1_misc.c Log: - Remove spl's from osf1_usleep_thread(). - Fix the calculation of the 'slept' timeval returned by osf1_usleep_thread() which has been broken since 1.1. Approved by: re (scottl) Revision Changes Path 1.56 +4 -8 src/sys/alpha/osf1/osf1_misc.c