Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/07/2007 00:24:57
Module Name:	src
Committed By:	ad
Date:		Fri Sep  7 00:24:57 UTC 2007

Modified Files:
	src/lib/libpthread: pthread_int.h
	src/lib/libpthread/arch/i386: _context_u.S pthread_md.h
	src/lib/libpthread/arch/x86_64: _context_u.S pthread_md.h

Log Message:
Add: pthread__atomic_cas_ptr, pthread__atomic_swap_ptr, pthread__membar_full
This is a stopgap until the thorpej-atomic branch is complete.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/arch/i386/_context_u.S
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/arch/i386/pthread_md.h
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/arch/x86_64/_context_u.S \
    src/lib/libpthread/arch/x86_64/pthread_md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.