Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jan 1996 15:20:34 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-usrbin
Subject:   cvs commit: src/usr.bin/netstat - Imported sources
Message-ID:  <199601142320.PAA00116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/01/14 15:20:33

  Branch:      usr.bin/netstat  1.1.1
  Log:
  Import netstat from 4.4Lite-2 - this version eliminates some of the
  severely bogus mask guessing in the netname code, and also reports the
  mask length of the route (like linux's netstat, but in a much more compact
  form)
  
  The current code is doing bogus things like shifting c-class subnets by
  4 bits and looking them up, causing a DNS lookup of 0x0C0CBxxx which
  takes an eternity to fail.
  
  Status:
  
  Vendor Tag:	CSRG
  Release Tags:	bsd_44_lite_2
  
  C src/usr.bin/netstat/route.c
  U src/usr.bin/netstat/ns.c
  U src/usr.bin/netstat/netstat.h
  U src/usr.bin/netstat/netstat.1
  C src/usr.bin/netstat/mroute.c
  U src/usr.bin/netstat/mbuf.c
  U src/usr.bin/netstat/Makefile
  U src/usr.bin/netstat/main.c
  U src/usr.bin/netstat/iso.c
  C src/usr.bin/netstat/inet.c
  C src/usr.bin/netstat/if.c
  U src/usr.bin/netstat/unix.c
  
  4 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jCSRG:yesterday -jCSRG src/usr.bin/netstat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601142320.PAA00116>