From owner-cvs-all@FreeBSD.ORG Sun Jan 23 16:02:48 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C27AB16A4CE; Sun, 23 Jan 2005 16:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A314F43D2D; Sun, 23 Jan 2005 16:02:48 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0NG2m6Z059574; Sun, 23 Jan 2005 16:02:48 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0NG2mWl059573; Sun, 23 Jan 2005 16:02:48 GMT (envelope-from gnn) Message-Id: <200501231602.j0NG2mWl059573@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Sun, 23 Jan 2005 16:02:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net gai_strerror.3 getaddrinfo.3 getnameinfo.3 inet6_opt_init.3 inet6_option_space.3 inet6_rth_space.3 inet6_rthdr_space.3 src/share/man/man4 icmp6.4 ip6.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 16:02:48 -0000 gnn 2005-01-23 16:02:48 UTC FreeBSD src repository Added files: lib/libc/net gai_strerror.3 getaddrinfo.3 getnameinfo.3 inet6_opt_init.3 inet6_option_space.3 inet6_rth_space.3 inet6_rthdr_space.3 share/man/man4 icmp6.4 ip6.4 Log: Submitted by: George V. Neville-Neil (gnn at freebsd dot org) Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san) Approved by: Robert Watson (robert at freebsd dot org) Obtained from: Kame Project and OpenBSD Replace manual pages that may have violated the IETF's Copyright. All come from the Kame tree. Several were from OpenBSD except for ip6.4, and the inet6* pages which were rewritten by me. All of the text is new and drawn from reading the code and documentation. Revision Changes Path 1.1 +94 -0 src/lib/libc/net/gai_strerror.3 (new) 1.29 +435 -0 src/lib/libc/net/getaddrinfo.3 (new) 1.21 +271 -0 src/lib/libc/net/getnameinfo.3 (new) 1.7 +337 -0 src/lib/libc/net/inet6_opt_init.3 (new) 1.16 +434 -0 src/lib/libc/net/inet6_option_space.3 (new) 1.7 +223 -0 src/lib/libc/net/inet6_rth_space.3 (new) 1.14 +305 -0 src/lib/libc/net/inet6_rthdr_space.3 (new) 1.16 +255 -0 src/share/man/man4/icmp6.4 (new) 1.18 +686 -0 src/share/man/man4/ip6.4 (new)