From 26c52663cb5e53422c188e65b45755f348c2fbf3 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 6 May 2006 19:24:14 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_6_1_0_RELEASE'. This commit was manufactured to restore the state of the 6.1-RELEASE image. --- lib/libpthread/arch/amd64/Makefile.inc | 2 +- lib/libpthread/arch/amd64/amd64/context.S | 2 +- lib/libpthread/arch/amd64/amd64/enter_uts.S | 2 +- lib/libpthread/arch/amd64/amd64/pthread_md.c | 2 +- lib/libpthread/arch/amd64/include/atomic_ops.h | 2 +- lib/libpthread/arch/amd64/include/pthread_md.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libpthread/arch/amd64') diff --git a/lib/libpthread/arch/amd64/Makefile.inc b/lib/libpthread/arch/amd64/Makefile.inc index c8b0362bca851..54a06d540d558 100644 --- a/lib/libpthread/arch/amd64/Makefile.inc +++ b/lib/libpthread/arch/amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libpthread/arch/amd64/Makefile.inc,v 1.2 2003/08/05 22:45:59 deischen Exp $ .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} diff --git a/lib/libpthread/arch/amd64/amd64/context.S b/lib/libpthread/arch/amd64/amd64/context.S index 6a6b558109502..b4e62d134f49a 100644 --- a/lib/libpthread/arch/amd64/amd64/context.S +++ b/lib/libpthread/arch/amd64/amd64/context.S @@ -25,7 +25,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/amd64/amd64/context.S,v 1.7.8.1 2006/03/16 23:29:06 deischen Exp $"); /* * The following notes ("cheat sheet") was provided by Peter Wemm. diff --git a/lib/libpthread/arch/amd64/amd64/enter_uts.S b/lib/libpthread/arch/amd64/amd64/enter_uts.S index fb0df8725785c..401243de0b2b3 100644 --- a/lib/libpthread/arch/amd64/amd64/enter_uts.S +++ b/lib/libpthread/arch/amd64/amd64/enter_uts.S @@ -25,7 +25,7 @@ */ #include -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libpthread/arch/amd64/amd64/enter_uts.S,v 1.5 2004/07/31 01:53:21 davidxu Exp $"); /* diff --git a/lib/libpthread/arch/amd64/amd64/pthread_md.c b/lib/libpthread/arch/amd64/amd64/pthread_md.c index 3aceec7c63f5d..083f327df9fa9 100644 --- a/lib/libpthread/arch/amd64/amd64/pthread_md.c +++ b/lib/libpthread/arch/amd64/amd64/pthread_md.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/amd64/amd64/pthread_md.c,v 1.4 2004/11/06 03:33:19 peter Exp $ */ #include diff --git a/lib/libpthread/arch/amd64/include/atomic_ops.h b/lib/libpthread/arch/amd64/include/atomic_ops.h index 980eb8e664caa..d784ac09d1ea2 100644 --- a/lib/libpthread/arch/amd64/include/atomic_ops.h +++ b/lib/libpthread/arch/amd64/include/atomic_ops.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/amd64/include/atomic_ops.h,v 1.2 2003/09/03 17:56:25 deischen Exp $ */ #ifndef _ATOMIC_OPS_H_ diff --git a/lib/libpthread/arch/amd64/include/pthread_md.h b/lib/libpthread/arch/amd64/include/pthread_md.h index a7da5dfaf4cf0..2372eb5a70352 100644 --- a/lib/libpthread/arch/amd64/include/pthread_md.h +++ b/lib/libpthread/arch/amd64/include/pthread_md.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libpthread/arch/amd64/include/pthread_md.h,v 1.10 2004/08/25 23:42:40 davidxu Exp $ */ /* * Machine-dependent thread prototypes/definitions for the thread kernel. -- cgit v1.2.3