Subject: CVS commit: src/common/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/28/2007 01:33:49
Module Name:	src
Committed By:	ad
Date:		Wed Nov 28 01:33:49 UTC 2007

Added Files:
	src/common/lib/libc/arch/i386/atomic: Makefile.inc atomic.S
	src/common/lib/libc/arch/x86_64/atomic: Makefile.inc atomic.S

Log Message:
x86 atomic ops.


To generate a diff of this commit:
cvs rdiff -r0 -r1.2 src/common/lib/libc/arch/i386/atomic/Makefile.inc
cvs rdiff -r0 -r1.1 src/common/lib/libc/arch/i386/atomic/atomic.S
cvs rdiff -r0 -r1.2 src/common/lib/libc/arch/x86_64/atomic/Makefile.inc
cvs rdiff -r0 -r1.1 src/common/lib/libc/arch/x86_64/atomic/atomic.S

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