summaryrefslogtreecommitdiff
path: root/lib/libc_r/TODO
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-17 23:43:48 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-17 23:43:48 +0000
commit92a23ebe48d570ae3c5203ce1d33fceb90f9e6f6 (patch)
tree06d0f87862e9d5b4406926182994b92a9b66faaa /lib/libc_r/TODO
parentec08131eabe6e9d4977b647e9367c93f0581fba5 (diff)
update
Diffstat (limited to 'lib/libc_r/TODO')
-rw-r--r--lib/libc_r/TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO
index 0516ae94d71..3d5147c9f83 100644
--- a/lib/libc_r/TODO
+++ b/lib/libc_r/TODO
@@ -1,6 +1,20 @@
This is a list of things that still need to be done:
+* Add
+ pthread_condattr_[gs]etpshared() -- and add warn_references
+ pthread_mutexattr_[gs]etprioceiling()
+ pthread_mutexattr_[gs]etprotocol()
+ pthread_mutexattr_[gs]etpshared()
+ pthread_mutex_[gs]etprioceiling()
+ sched_setparam()
+ sched_setscheduler()
+
+* Add _warn_references to the schedprio stuff
+* Quiz jb about pthread_llist_remove.. change name to _thread_llist_remove?
+ - what pthread_setprio() and pthread_yield() for?
+ - shouldn't pthread_yield() be marked depreciated?
+
* Add thread stuff to the other archs in libc/arch/; ie change
some usages of ENTRY to SYSENTRY in some .S files and add
the new macros to their SYS.h.
@@ -36,4 +50,4 @@ This is a list of things that still need to be done:
* Figure out what to do with the configuration system variables (_SC_*)
that are defined by POSIX 1003.1c (at least update sysconf(3))
-$OpenBSD: TODO,v 1.5 1999/01/10 22:51:14 d Exp $
+$OpenBSD: TODO,v 1.6 1999/01/17 23:43:47 d Exp $