summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2003-03-02TF_PROTO1/2 mixup. from itou makotoitojun
2003-02-27Don't use uninitialized variable.enami
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-04Update for callout changes, and show TCP timers in relative, ratherthorpej
2003-02-03Test CALLOUT_PENDING, not CALLOUT_ACTIVE.thorpej
2003-02-02undo mallocvar.h changes!christos
2003-02-01Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoidtron
2002-12-14Avoid integer overflow in percent calculation when facing a mbuf leak.martin
2002-10-26fix typo, from sm@resistor.net in misc/18816.grant
2002-09-30New sentence, new line.grant
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-07-23Add more software intrq.enami
2002-07-03typo. sync w/kameitojun
2002-07-03Introduce -q flag to print some information (like number of packets droppedenami
2002-07-02Sync SYNOPSIS and usage() with reality.soren
2002-06-19use macro to determine link-local multicast addritojun
2002-06-19identify kame scopeid hack with KAME_SCOPEIDitojun
2002-06-11err/errx/warn/warnx do not need \n at the enditojun
2002-06-09use strchr, not indexitojun
2002-06-08make an auto const variable static.yamt
2002-06-02member of mrtstat are u_long, so %lu is more appropriate than %ld.itojun
2002-06-02KNFitojun
2002-05-26path MTU discovery blackhole detection.itojun
2002-05-13Don't count on kernel includes to exports user variables.matt
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