diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-18 21:01:04 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-08-18 21:01:04 +0000 |
commit | 2d5ce36c7eac2d501c32cd0e2e1ef04e40d45b19 (patch) | |
tree | 8b85040bec42b77b279fc0bffec3a99da334025a /lib/libc_r | |
parent | 325b9e5018f6ccbec202a4a4ab20d36bd1a6c4e0 (diff) |
fix a typo and add devel/sdl to the ports applications using these pthreads
for testing
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO index 7cf928dca1f..cc47330666e 100644 --- a/lib/libc_r/TODO +++ b/lib/libc_r/TODO @@ -40,7 +40,7 @@ This is a list of things that still need to be done: straightforward. * Keep a handle on how netbsd are going with their kernel threads - [argumnet is that obsd is not multi-processor, so user threads will + [argument is that openbsd is not multi-processor, so user threads will retain stability and still give reasonable performance. talked to mwp@] * Look into how asynchronous I/O can help us. In particular, the @@ -75,6 +75,7 @@ This is a list of things that still need to be done: - net/mrtd - devel/glib [yes] - www/squid + - devel/sdl [yes] * Some ideas: + http://www.cs.wustl.edu/~schmidt/locking-patterns.ps.gz @@ -88,4 +89,4 @@ This is a list of things that still need to be done: * Clean up the way that signals are delivered to threads. Yuk. -$OpenBSD: TODO,v 1.11 2000/02/10 12:28:56 d Exp $ +$OpenBSD: TODO,v 1.12 2001/08/18 21:01:03 pvalchev Exp $ |