diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 02:51:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 02:51:20 +0000 |
commit | d23cf27e3d954e88af78debd6ed02a3f83583df3 (patch) | |
tree | 34c0516948262913809740e6fb81a2182cbf041d /lib | |
parent | 38a01867eaf7929dc637ef37478a8b35f804c0be (diff) |
Rearrange and add missing ports based on recent 'Use threads' commits.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/TODO | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO index 3bb404a03f3..3274fd22cbb 100644 --- a/lib/libc_r/TODO +++ b/lib/libc_r/TODO @@ -1,3 +1,4 @@ +$OpenBSD: TODO,v 1.15 2001/09/05 02:51:19 fgsch Exp $ This is a list of things that still need to be done: @@ -70,18 +71,21 @@ This is a list of things that still need to be done: - ssl (in-tree) [triv] - gdb - ports - - lang/python [yes, but a SIGCONT problem?] + - audio/xmms + - bechmarks/iozone - databases/mysql - - net/mrtd - devel/glib [yes] - - www/squid - devel/sdl [yes] - -* Make getaddrinfo(3) thread-safe. - -* What to do with gethostby*_r(3)? - -* Look into getpw*_r. + - graphics/ggi + - graphics/gii + - lang/tcl/8.3 + - lang/python [yes, but a SIGCONT problem?] + - lang/python15 + - net/icecast [partially] + - net/mrtd + - net/xchat + - net/pdnsd + - www/squid * Some ideas: + http://www.cs.wustl.edu/~schmidt/locking-patterns.ps.gz @@ -95,4 +99,9 @@ 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.14 2001/09/05 02:41:13 fgsch Exp $ +* Make getaddrinfo(3) thread-safe. + +* What to do with gethostby*_r(3)? + +* Look into getpw*_r(3). + |