summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2002-03-21pfkey statistics was presented in wrong direction.itojun
2002-03-09Adapt to pool rototill.sommerfeld
2002-02-27clarification of vflaglukem
2002-02-27if not -n and the local socket doesn't have INP_ANONPORT set, always trylukem
2001-12-01Whitespace cleanup.wiz
2001-10-18print rip6stat. sync with kameitojun
2001-10-06Use getnameinfo() to format link-layer addresses for netstat -r rather thanbjh21
2001-10-06Use getnameinfo() for printing link-layer addresses in netstat -i, ratherbjh21
2001-09-15Fix a printf format/argument cast.thorpej
2001-09-10tcp_dump(): Also print the address of the in6pcb.thorpej
2001-09-10Update for TCP timer changes.thorpej
2001-09-10Update for field name changes in struct tcpcb.thorpej
2001-09-10Make the PCB address printing look like the IPv4 version.thorpej
2001-09-03Cross-reference fstat(1)sommerfeld
2001-08-19snprintf length audit. from openbsditojun
2001-08-06present SPD cache lookup stats. sync with kameitojun
2001-06-19`existent', not `existant'wiz
2001-06-13typoitojun
2001-05-28typoitojun
2001-05-28add `-s' that prints port numbers symbolically but addresses numericallyassar
2001-05-06Change xref for vmstat(8) to vmstat(1).wiz
2001-04-06pedant changes for strcpy/sprintf.itojun
2001-03-31PR/12517: Izumi Tsutsui: Don't use paddr_t in netstat; change to u_longchristos
2001-03-20add sctp (maybe we should add it to /etc/protocols instead?)itojun
2001-03-20add few icmp type names.itojun
2001-03-08Print hopcount too when -rv is given.enami
2001-03-02increase ipstat.ips_badaddr if the packet fails to pass address checks.itojun
2001-02-21use u_quad_t for rtstat.itojun
2001-02-19convert to use getprogname()cgd
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-01-27mark cloned routes with RTF_CLONED. present it with netstat -r by "c".itojun
2000-12-14try to lookup /etc/protocols for histogramitojun
2000-12-11typo in -s messageitojun
2000-11-14Do the same IEEE1394 address hack in here.matt
2000-11-14Print out IEEE1394 addresses with : . Add a hack to limit the addressmatt
2000-10-28more fix to "pfkey printed twice" problem. PR 11323 from ura.itojun
2000-10-23count path MTU changes.itojun
2000-10-18count successful path MTU changes. good for debugging.itojun
2000-10-11More format string cleanup by sommerfeld.is
2000-10-05don't print pfkey statistics twice. from uepitojun
2000-10-02be ready for rijndaelitojun
2000-08-31Rewrite tprintstat() so that netstat -ss functionality worksjhawk
2000-08-15Add kernel counters for arp events, displayable with netstat -s -f arpjhawk
2000-08-13-Wall friendlyitojun
2000-08-13Fix netstat -ss handling for a bunch of ISO cases, so thatjhawk
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