summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2007-05-19 14:24:42 +0000
committerwiz <wiz@NetBSD.org>2007-05-19 14:24:42 +0000
commitc54913c02b09bc2ff823b401b9a3f8a2ed2ebbc8 (patch)
treeb669ffabfeee209a6be6da19a36b82bdb7c621f4 /lib/libpthread
parent36f6e8095a73fef08b240c96c6e151e9e9deb03e (diff)
Remove scheduler activations references. Bump date.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread.326
1 files changed, 2 insertions, 24 deletions
diff --git a/lib/libpthread/pthread.3 b/lib/libpthread/pthread.3
index 02ff4a1ed55..153357d4fb4 100644
--- a/lib/libpthread/pthread.3
+++ b/lib/libpthread/pthread.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread.3,v 1.5 2007/03/05 23:53:53 ad Exp $
+.\" $NetBSD: pthread.3,v 1.6 2007/05/19 14:24:42 wiz Exp $
.\"
.\" Copyright (c) 2003 Hubert Feyrer <hubertf@NetBSD.org>
.\" and Thomas Klausner <wiz@NetBSD.org>
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 5, 2007
+.Dd May 19, 2007
.Dt PTHREAD 3
.Os
.Sh NAME
@@ -147,28 +147,6 @@ for
.Xr pthread_spin_lock 3 ,
.Xr pthread_spin_unlock 3 ,
.Xr pthread_testcancel 3
-.Rs
-.%A Thomas E. Anderson
-.%A Brian N. Bershad
-.%A Edward D. Lazowska
-.%A Henry M. Levy
-.%T "Scheduler Activations: Effective Kernel Support for the \
-User-Level Management of Parallelism"
-.%J ACM Transactions on Computer Systems
-.%V Vol. 10
-.%N No. 1
-.%D February 1992
-.%P 53-79
-.Re
-.Rs
-.%A Nathan J. Williams
-.%T "An Implementation of Scheduler Activations on the NetBSD \
-Operating System"
-.%J "Proceedings of the FREENIX Track: 2002 USENIX Annual Technical \
-Conference (FREENIX '02)"
-.%D 2002
-.%O http://www.mit.edu/people/nathanw/usenix/
-.Re
.Sh STANDARDS
The
.Nm