diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 00:10:42 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-05 00:10:42 +0000 |
commit | fc3978334c77eead8f6ea6ca3140cee54abfd5c4 (patch) | |
tree | 689cbcc25a64371a7ef3783c686ad34e630ab2f0 /lib/libc_r | |
parent | 47fdf81d6720b6eefd852a9f09f0a1469aad9eae (diff) |
Add getaddrinfo(3) and gethostby*_r(3) to the list.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO index cc47330666e..931d9da2d65 100644 --- a/lib/libc_r/TODO +++ b/lib/libc_r/TODO @@ -77,6 +77,10 @@ This is a list of things that still need to be done: - www/squid - devel/sdl [yes] +* Make getaddrinfo(3) thread-safe. + +* What to do with gethostby*_r(3)? + * Some ideas: + http://www.cs.wustl.edu/~schmidt/locking-patterns.ps.gz http://www.cs.wustl.edu/~schmidt/TSS-pattern.ps.gz @@ -89,4 +93,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.12 2001/08/18 21:01:03 pvalchev Exp $ +$OpenBSD: TODO,v 1.13 2001/09/05 00:10:41 fgsch Exp $ |