Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libc/net pullup (approved by releng-1-5)
details: https://anonhg.NetBSD.org/src/rev/0e9729d10284
branches: netbsd-1-5
changeset: 489024:0e9729d10284
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Aug 10 11:41:19 2000 +0000
description:
pullup (approved by releng-1-5)
mention that current implementation is not thread-safe. (sync with kame)
From: Greg Thompson
getaddrinfo.3 1.15 -> 1.16
getnameinfo.3 1.10 -> 1.11
diffstat:
lib/libc/net/getaddrinfo.3 | 6 ++++--
lib/libc/net/getnameinfo.3 | 9 ++++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diffs (54 lines):
diff -r e160c4e49ac1 -r 0e9729d10284 lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3 Thu Aug 10 07:10:24 2000 +0000
+++ b/lib/libc/net/getaddrinfo.3 Thu Aug 10 11:41:19 2000 +0000
@@ -1,5 +1,5 @@
-.\" $NetBSD: getaddrinfo.3,v 1.10.4.3 2000/07/28 14:08:15 itojun Exp $
-.\" $KAME: getaddrinfo.3,v 1.21 2000/07/25 04:49:42 itojun Exp $
+.\" $NetBSD: getaddrinfo.3,v 1.10.4.4 2000/08/10 11:41:19 itojun Exp $
+.\" $KAME: getaddrinfo.3,v 1.22 2000/08/09 21:16:17 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -601,4 +601,6 @@
.Pq RFC2553 .
.\"
.Sh BUGS
+The current implementation is not thread-safe.
+.Pp
The text was shamelessly copied from RFC2553.
diff -r e160c4e49ac1 -r 0e9729d10284 lib/libc/net/getnameinfo.3
--- a/lib/libc/net/getnameinfo.3 Thu Aug 10 07:10:24 2000 +0000
+++ b/lib/libc/net/getnameinfo.3 Thu Aug 10 11:41:19 2000 +0000
@@ -1,5 +1,5 @@
.\" $KAME: getnameinfo.3,v 1.10 2000/05/11 03:02:45 itojun Exp $
-.\" $KAME: getnameinfo.3,v 1.14 2000/06/30 16:46:00 itojun Exp $
+.\" $KAME: getnameinfo.3,v 1.17 2000/08/09 21:16:17 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -60,7 +60,8 @@
Its functionality is a reverse conversion of
.Xr getaddrinfo 3 ,
and implements similar functionality with
-.Xr gethostbyaddr 3 and
+.Xr gethostbyaddr 3
+and
.Xr getservbyport 3
in more sophisticated manner.
.Pp
@@ -282,7 +283,7 @@
.%A Atsushi Onoe
.%T "An Extension of Format for IPv6 Scoped Addresses"
.%R internet draft
-.%N draft-ietf-ipngwg-scopedaddr-format-01.txt
+.%N draft-ietf-ipngwg-scopedaddr-format-02.txt
.%O work in progress material
.Re
.Rs
@@ -304,4 +305,6 @@
.Pq RFC2553 .
.\"
.Sh BUGS
+The current implementation is not thread-safe.
+.Pp
The text was shamelessly copied from RFC2553.
Home |
Main Index |
Thread Index |
Old Index