From owner-cvs-src@FreeBSD.ORG Fri Aug 15 21:09:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22E51065682; Fri, 15 Aug 2008 21:09:07 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C420D8FC16; Fri, 15 Aug 2008 21:09:07 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7FL97h2061481; Fri, 15 Aug 2008 21:09:07 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7FL97NQ061480; Fri, 15 Aug 2008 21:09:07 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200808152109.m7FL97NQ061480@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Fri, 15 Aug 2008 21:08:48 +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/lib/librt sigev_thread.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: Fri, 15 Aug 2008 21:09:08 -0000 kmacy 2008-08-15 21:08:48 UTC FreeBSD src repository Modified files: lib/librt sigev_thread.c Log: SVN rev 181778 on 2008-08-15 21:08:48Z by kmacy atomic_fetchadd_int works on unsigned quantities - change sigev_generation to be unsigned MFC after: 1 month Revision Changes Path 1.9 +1 -1 src/lib/librt/sigev_thread.c