Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/31/2002 00:24:36
Module Name:	src
Committed By:	thorpej
Date:		Mon Dec 30 22:24:35 UTC 2002

Modified Files:
	src/lib/libpthread [nathanw_sa]: TODO pthread.c pthread_int.h
	    pthread_lock.c pthread_mutex.c pthread_sa.c pthread_types.h

Log Message:
Add support for using RAS lock primitives on uniprocessors where
RAS is available.


To generate a diff of this commit:
cvs rdiff -r1.1.2.16 -r1.1.2.17 src/lib/libpthread/TODO
cvs rdiff -r1.1.2.36 -r1.1.2.37 src/lib/libpthread/pthread.c \
    src/lib/libpthread/pthread_int.h
cvs rdiff -r1.1.2.13 -r1.1.2.14 src/lib/libpthread/pthread_lock.c
cvs rdiff -r1.1.2.15 -r1.1.2.16 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.1.2.34 -r1.1.2.35 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.1.2.9 -r1.1.2.10 src/lib/libpthread/pthread_types.h

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