From owner-cvs-sbin  Thu Dec  7 11:22:13 1995
Return-Path: owner-cvs-sbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id LAA09896
          for cvs-sbin-outgoing; Thu, 7 Dec 1995 11:22:13 -0800 (PST)
Received: (from wollman@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id LAA09873
          Thu, 7 Dec 1995 11:21:58 -0800 (PST)
Date: Thu, 7 Dec 1995 11:21:58 -0800 (PST)
From: "Garrett A. Wollman" <wollman>
Message-Id: <199512071921.LAA09873@freefall.freebsd.org>
To: CVS-committers, cvs-sbin
Subject: cvs commit: src/sbin/ifconfig ifconfig.c
Sender: owner-cvs-sbin@FreeBSD.ORG
Precedence: bulk

wollman     95/12/07 11:21:57

  Modified:    sbin/ifconfig  ifconfig.c
  Log:
  Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a'
  actually retrieves all the information no matter how many interfaces
  there are.  (Probably there are other utilities which need similar
  modification.)
  
  Submitted by:	Andrew Webster <awebster@dataradio.com>
  
  Revision  Changes    Path
  1.9       +26 -9     src/sbin/ifconfig/ifconfig.c