From owner-cvs-all Fri Oct 11 4: 7:15 2002 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 4B13537B401; Fri, 11 Oct 2002 04:07:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED34943EAA; Fri, 11 Oct 2002 04:07:13 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BB7DCo081957; Fri, 11 Oct 2002 04:07:13 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BB7DZs081956; Fri, 11 Oct 2002 04:07:13 -0700 (PDT) Message-Id: <200210111107.g9BB7DZs081956@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 11 Oct 2002 04:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net gethostbydns.c getnetbydns.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/10/11 04:07:13 PDT Modified files: (Branch: RELENG_4) lib/libc/net gethostbydns.c getnetbydns.c Log: MFC: Allocate 64K recieve buffer for DNS responses. Though res_query.c also defines and refers MAXPACKET, it is not related to ansbuf. So, I didn't touch res_query.c. lib/libc/net/gethostbydns.c: 1.40 lib/libc/net/getnetbydns.c: 1.26 Revision Changes Path 1.27.2.4 +28 -13 src/lib/libc/net/gethostbydns.c 1.13.2.4 +26 -13 src/lib/libc/net/getnetbydns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message