History log of /original-bsd/usr.bin/netstat/main.c (Results 1 – 25 of 50)
Revision Date Author Comments
# 16f16e42 01-Mar-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

repeat the command name in the different usage statements


# 85dace3d 04-Jan-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

use -g for multicast instead of -B (follow BSDI)


# c0aa89a5 02-Jan-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

-w should set iflag, so the output looks like the old 'netstat 1'
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>


# 51579036 12-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add 1993 to the copyright notice, yank to 8.1 for 4.4BSD snapshot


# 372cb524 12-Jun-1993 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

delete -h option for printing out IMP host table


# 4fcb1151 16-Feb-1993 andrew <andrew@65305748-3e16-e211-a854-8c89a5c6f760>

support IGMP stats


# 68a5d7be 12-Jul-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

w option takes an argument


# 79730432 07-Jul-1992 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

not every value return in an nlist structure was being
coerced to an (off_t) which was only being smashed back down to a (u_long)
as an argument to kvm_read. If you ask me nl.n_value ought to be a (

not every value return in an nlist structure was being
coerced to an (off_t) which was only being smashed back down to a (u_long)
as an argument to kvm_read. If you ask me nl.n_value ought to be a (void *)
but since the type of nl.n_value and the second argument to kvm_read are
the same I got fed up and changed all the off_t's to be that type (u_long).

show more ...


# a898f5b2 06-Jul-1992 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

Multicast changes from lbl


# e8f3b79d 27-May-1992 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

incorporate changes for new kvm interfaces from lbl


# a9e2c271 27-Jan-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't let users create their own symbol table for the running kernel


# 06845678 27-Jan-1992 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

change manner of lookups for iso tp connections


# f537c52a 20-Aug-1991 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

uses vector of routing trees rather than linked list


# 15bdb82b 30-Jul-1991 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

(By Sklower) general cleanups


# 0898161a 01-Jul-1991 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

rm unused/broken x25 hooks


# 7c96f818 01-Jul-1991 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

don't need pte.h and vmmac.h


# 897b3e84 23-Apr-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

cleanup and standardization -- add -M, -N, -w


# 1de12f92 01-Mar-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

ANSI


# 67c2c57f 18-Jun-1990 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

use kvm_nlist to avoid numerous lseeks of nlist; use kvm_read to avoid duplication.


# eeca2472 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# e79b1690 07-Apr-1990 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

add cltp stats and take out x25 stats for time being


# 77b17098 25-Sep-1989 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

add support for ISO


# 612de5a6 21-Sep-1989 sklower <sklower@65305748-3e16-e211-a854-8c89a5c6f760>

checkpoint after route trees before AF_ISO


# 0b25c7b4 29-Jun-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

install approved copyright notice


# 32a1eb50 14-May-1988 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

print drops on request


12