From owner-cvs-src@FreeBSD.ORG Thu Sep 4 02:24:20 2003 Return-Path: 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 A55FB16A4BF; Thu, 4 Sep 2003 02:24:20 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905A343FF7; Thu, 4 Sep 2003 02:24:18 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id TAA12975; Thu, 4 Sep 2003 19:24:15 +1000 Date: Thu, 4 Sep 2003 19:24:14 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Daniel Eischen In-Reply-To: <200309031756.h83HuQu1007658@repoman.freebsd.org> Message-ID: <20030904192329.S5620@gamplex.bde.org> References: <200309031756.h83HuQu1007658@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/alpha/include atomic_ops.h src/lib/libpthread/arch/amd64/include atomic_ops.h src/lib/libpthread/s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 04 Sep 2003 09:24:20 -0000 On Wed, 3 Sep 2003, Daniel Eischen wrote: > deischen 2003/09/03 10:56:26 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/alpha/include atomic_ops.h > lib/libpthread/arch/amd64/include atomic_ops.h > lib/libpthread/arch/i386/include atomic_ops.h > lib/libpthread/sys lock.c lock.h > lib/libpthread/thread thr_creat.c thr_pause.c thr_sleep.c > thr_system.c thr_tcdrain.c thr_wait.c > thr_wait4.c thr_waitpid.c > Log: > Don't assume sizeof(long) = sizeof(int) on x86; use int > instead of long types for low-level locks. > > Add prototypes for some internal libc functions that are > wrapped by the library as cancellation points. > > Add memory barriers to alpha atomic swap functions (submitted > by davidxu). > > Requested by: bde Thanks. Bruce