summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2003-11-15Use itimerval() instead of alarm() for interval displaying. This increasesragge
2003-11-06handle KAME scopeid hack for multicast addr. Matthias Drochneritojun
2003-10-18mbstat.m_drain is still maintained. Don't skip it.enami
2003-10-17Print ips_rcvmemdrop and ips_nogif.enami
2003-09-12fix PR bin/22739 (netstat -nlv -f inet6 weird)itojun
2003-09-04synchronize w/ inpcb/in6pcb changeitojun
2003-08-19correct strange indentationitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04always print prefixlen for routes. it's CIDR age.itojun
2003-07-25support new algorithmsitojun
2003-07-22support hmac-sha2.itojun
2003-07-20As a temporary workaround, apply the fix from PR#20390, therebyhe
2003-07-12strlcpyitojun
2003-05-14use proper #ifdef to determine behavior (__KAME__)itojun
2003-04-18clear errno before strto(u)l() if we're going to test it for ERANGE afterwardslukem
2003-04-15make char array bigger where it seems too small and may overrun.itojun
2003-03-22it's not necessary to limit the service name artificially to 8 charactersjdolecek
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