summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2000-07-20sync with net/pfkeyv2.h change. do not assume SADB_[EAC]ALG numbers areitojun
2000-07-13do not print m_pulldown statistics. it is too experimental anditojun
2000-07-06more stats. from kameitojun
2000-07-03Allocate one more byte for the asterisk after the name of interface.enami
2000-07-03Backout part of rev 1.29 which doesn't match with the log message.enami
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-07-02with -inv flag, do not truncate name of the interface (like "strip0").itojun
2000-06-16print # of packets filtered by icmp6 rate limitationitojun
2000-05-17s/icmp/icmp6/ in messageitojun
2000-04-19Define members previously defined as u_long in struct iftot as u_quad_t.enami
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-02-26revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame)itojun
2000-02-09use NI_WITHSCOPEID when printing multicast group with -inav.itojun
2000-02-05print IPv6 scopeid on -inv. with -in, scopeid is omitted due to insufficientitojun
2000-01-25better sync with #ifdef notdef part (in -i for AF_INET).itojun
2000-01-25don't truncate IPv4 entries on -i (with -v). it is mainly foritojun
2000-01-17print IPv6 multicast group on -ia (-iav will avoid truncation)itojun
2000-01-17fix default route determination for inet6.itojun
2000-01-17mask addresses properly on netstat -inv.itojun
2000-01-15Properly print the "B"(lackhole) flag (as documented :).hubertf
2000-01-07Pay attention to the netmask of routes to 0.0.0.0;sommerfeld
1999-12-16Make this compile on the Alpha again.thorpej
1999-12-13per-interface statistics.itojun
1999-12-02Define "_KERNEL" not "KERNEL" before including "netinet6/ip6_mroute.h".tron
1999-11-27Print Internet6 header properly without -f.soren
1999-11-24more clarification to field width of netstat -rn -f inet6.itojun
1999-11-22use old WID_{DST,GW} value (field width for netstat -rn) for non-INET6itojun
1999-11-19Change printf formats for 64bit counters.bouyer
1999-09-15Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, itis
1999-09-15Netstat knows about "-f inet6".is
1999-09-12RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the fl...dbj
1999-09-03sync with recent KAME.itojun
1999-08-19not all kvm_getfiles() errors are "out of memory." for instance,cgd
1999-07-30do not include netinet/in6_systm.h, which has been empty for a while.itojun
1999-07-12Revert previous, as it merely worked around a recent bug in make(1) whichthorpej
1999-07-12make sure to use files in ${.CURDIR} before ${.CURDIR}/../../sys/netiso.itojun
1999-07-12merge SRCS into one.itojun
1999-07-06add NetBSD RCS ID.itojun
1999-07-01make netstat IPv6-ready.itojun
1999-04-29Print SYN,ACK retransmission statistics.thorpej
1999-04-02Remove duplicated if() statementA.hubertf
1999-04-02don't use malloc for large sockaddr's, just name the union declared abovechopps
1999-04-01user err() not errx()chopps
1999-04-01fix for sockaddr's that are bigger than standard sockaddr's (e.g., iso)chopps
1999-03-31Define __POOL_EXPOSE to get at the guts of the pool descriptor.thorpej
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-14Make the damned columns line up.mycroft
1999-03-14There is no -h flag. From OpenBSD.kristerw
1999-02-27fix PR7057: division by zero if no mbufs allocatedsommerfe
1999-02-18rework so that `-A -n' won't truncate the `ipaddr.port' fields, by displayinglukem