From owner-cvs-src@FreeBSD.ORG  Fri May 14 05:21:30 2004
Return-Path: <owner-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 EC23216A512; Fri, 14 May 2004 05:21:30 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 63CC743D5E; Fri, 14 May 2004 05:21:30 -0700 (PDT)
	(envelope-from cognet@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4ECLUGe079667;
	Fri, 14 May 2004 05:21:30 -0700 (PDT)
	(envelope-from cognet@repoman.freebsd.org)
Received: (from cognet@localhost)
	by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4ECLU6Q079663;
	Fri, 14 May 2004 05:21:30 -0700 (PDT)
	(envelope-from cognet)
Message-Id: <200405141221.i4ECLU6Q079663@repoman.freebsd.org>
From: Olivier Houchard <cognet@FreeBSD.org>
Date: Fri, 14 May 2004 05:21:30 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/lib/libpthread/arch/arm Makefile.inc
 src/lib/libpthread/arch/arm/arm
 context.S pthread_md.c src/lib/libpthread/arch/arm/include
 atomic_ops.h pthread_md.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 14 May 2004 12:21:31 -0000

cognet      2004/05/14 05:21:30 PDT

  FreeBSD src repository

  Added files:
    lib/libpthread/arch/arm Makefile.inc 
    lib/libpthread/arch/arm/arm context.S pthread_md.c 
    lib/libpthread/arch/arm/include atomic_ops.h pthread_md.h 
  Log:
  Arm bits for libpthread. It has no chances to work and should be considered
  as stubs.
  
  Revision  Changes    Path
  1.1       +5 -0      src/lib/libpthread/arch/arm/Makefile.inc (new)
  1.1       +81 -0     src/lib/libpthread/arch/arm/arm/context.S (new)
  1.1       +91 -0     src/lib/libpthread/arch/arm/arm/pthread_md.c (new)
  1.1       +51 -0     src/lib/libpthread/arch/arm/include/atomic_ops.h (new)
  1.1       +243 -0    src/lib/libpthread/arch/arm/include/pthread_md.h (new)