From owner-cvs-sbin Mon Jun 24 15:27:16 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18812 for cvs-sbin-outgoing; Mon, 24 Jun 1996 15:27:16 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18786; Mon, 24 Jun 1996 15:27:06 -0700 (PDT) Date: Mon, 24 Jun 1996 15:27:06 -0700 (PDT) From: Gary Palmer Message-Id: <199606242227.PAA18786@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/24 15:27:05 Branch: sbin/ifconfig RELENG_2_1_0 Modified: sbin/ifconfig ifconfig.c Log: Bring in change from rev. 1.9: Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a' actually retrieves all the information no matter how many interfaces there are. Revision Changes Path 1.7.4.1 +26 -9 src/sbin/ifconfig/ifconfig.c