diff options
author | 2001-08-18 21:01:03 +0000 | |
---|---|---|
committer | 2001-08-18 21:01:03 +0000 | |
commit | aa987eb1d34763f7abdb180d67412292c85e50b1 (patch) | |
tree | 56b2e45f7f34e66e8f6fb632728f732d035acb31 | |
parent | import sbus stuff from netbsd (not a lot of mods). (diff) | |
download | wireguard-openbsd-aa987eb1d34763f7abdb180d67412292c85e50b1.tar.xz wireguard-openbsd-aa987eb1d34763f7abdb180d67412292c85e50b1.zip |
fix a typo and add devel/sdl to the ports applications using these pthreads
for testing
-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 $ |