Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/15/2003 23:19:00
Module Name: src
Committed By: jdolecek
Date: Sat Feb 15 21:19:00 UTC 2003
Modified Files:
src/lib/libpthread: pthread_int.h pthread_sig.c
Log Message:
interposition sigtimedwait() with a thread-aware version, which uses
single proxy thread to do the actual syscall, and blocks other threads
in userland
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.8 -r1.9 src/lib/libpthread/pthread_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.