From owner-freebsd-commit Sun Jan 14 15:20:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA00147 for freebsd-commit-outgoing; Sun, 14 Jan 1996 15:20:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA00138 for cvs-all-outgoing; Sun, 14 Jan 1996 15:20:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA00125 for cvs-usrbin-outgoing; Sun, 14 Jan 1996 15:20:36 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA00116 Sun, 14 Jan 1996 15:20:34 -0800 (PST) Date: Sun, 14 Jan 1996 15:20:34 -0800 (PST) From: Peter Wemm Message-Id: <199601142320.PAA00116@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk 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