Subject: CVS commit: src/lib
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/12/2004 22:17:57
Module Name: src
Committed By: mycroft
Date: Tue Oct 12 22:17:56 UTC 2004
Modified Files:
src/lib/libpthread: pthread_int.h pthread_sa.c
src/lib/libpthread_dbg: pthread_dbg.c
Log Message:
Remove pt_blockuc. If the debugger attempts to muck with the state of a
blocked thread, return an error; this should be done through ptrace(2).
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.32 -r1.33 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.29 -r1.30 src/lib/libpthread_dbg/pthread_dbg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.