From owner-cvs-all@FreeBSD.ORG Sat Oct 8 17:57:50 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 79EAA16A428; Sat, 8 Oct 2005 17:57:50 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BE543D45; Sat, 8 Oct 2005 17:57:50 +0000 (GMT) (envelope-from delphij@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 j98HvnZh089174; Sat, 8 Oct 2005 17:57:49 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j98HvnQs089173; Sat, 8 Oct 2005 17:57:49 GMT (envelope-from delphij) Message-Id: <200510081757.j98HvnQs089173@repoman.freebsd.org> From: Xin LI Date: Sat, 8 Oct 2005 17:57:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libpthread/thread thr_sleep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Oct 2005 17:57:50 -0000 delphij 2005-10-08 17:57:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libpthread/thread thr_sleep.c Log: MFC (by deischen) | Add a cancellation point for usleep(). | | Revision Changes Path | 1.9 +16 -1 src/lib/libpthread/thread/thr_sleep.c Approved by: re (kensmith) Ok'ed by: deischen, davidxu Revision Changes Path 1.8.8.1 +16 -1 src/lib/libpthread/thread/thr_sleep.c