From owner-cvs-all@FreeBSD.ORG Thu Sep 16 13:55:47 2004 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 F2C6616A4CE; Thu, 16 Sep 2004 13:55:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D158C43D5C; Thu, 16 Sep 2004 13:55:46 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GDtk0L033093; Thu, 16 Sep 2004 13:55:46 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GDtk3D033092; Thu, 16 Sep 2004 13:55:46 GMT (envelope-from mtm) Message-Id: <200409161355.i8GDtk3D033092@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 16 Sep 2004 13:55:46 +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/libthr/thread thr_private.h thr_syscalls.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: Thu, 16 Sep 2004 13:55:47 -0000 mtm 2004-09-16 13:55:46 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_private.h thr_syscalls.c Log: Implement cancellation points in libc interfaces, as specified by POSIX. Revision Changes Path 1.41 +21 -0 src/lib/libthr/thread/thr_private.h 1.8 +293 -0 src/lib/libthr/thread/thr_syscalls.c