summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
AgeCommit message (Expand)Author
2007-04-27Fall back to kvm interface for protocols that do not yetmlelstv
2006-11-15PR/35056: Keiichi Shima: netstat does not compile in crunched environmentelad
2006-10-13Refactor code a bit so we only use kmem when we really need it.elad
2006-09-27Good intentions are still intentions. If we can't open kvm, but we stillelad
2006-09-14- Back to using kvm if we have access to it, since the sysctl stats do notchristos
2006-08-26Conditionalize XNS support. No longer enabled.matt
2006-08-22well, the || needed to be an && and the operand order needed to be changed.christos
2006-08-21Fix another && || confusion, from Kurt Schreiner, thanks!christos
2006-08-17Don't use || if you need &&.christos
2006-06-04another netstat fix, Kurt Schreiner. thanx!elad
2006-06-04fix logic; from Kurt Schreinerelad
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2005-09-14make bpf stats #ifndef SMALL,drochner
2005-09-02Request process information using sysctl(3) and not kvm(3) since bpf(4)rpaulo
2005-08-04Implemented the userland part of the BPF statistics and BPF peers,rpaulo
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-09-04IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@manu
2004-06-27Fix two stupid bugs I introduced with stats for fast-ipsec:jonathan
2004-06-06Temporary hack to fix ipsec stats lossage. Atatat, are you listening?christos
2004-05-07Redo net.inet.* sysctl subtree for fast-ipsec from scratch.jonathan
2003-09-04synchronize w/ inpcb/in6pcb changeitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-18clear errno before strto(u)l() if we're going to test it for ERANGE afterwardslukem
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-04Update for callout changes, and show TCP timers in relative, ratherthorpej
2002-07-23Add more software intrq.enami
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-11err/errx/warn/warnx do not need \n at the enditojun
2001-10-18print rip6stat. sync with kameitojun
2001-05-28add `-s' that prints port numbers symbolically but addresses numericallyassar
2001-02-19convert to use getprogname()cgd
2000-10-28more fix to "pfkey printed twice" problem. PR 11323 from ura.itojun
2000-10-05don't print pfkey statistics twice. from uepitojun
2000-08-15Add kernel counters for arp events, displayable with netstat -s -f arpjhawk
2000-07-06more stats. from kameitojun
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-02-26revise IPsec, pfkey, IPv6 multicast and IPv6 statistics. (sync with kame)itojun
1999-12-13per-interface statistics.itojun
1999-09-15Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, itis
1999-07-01make netstat IPv6-ready.itojun
1999-03-14There is no -h flag. From OpenBSD.kristerw
1999-02-27fix PR7057: division by zero if no mbufs allocatedsommerfe
1999-02-08fix dumping of pcbsexplorer
1999-01-15Added a verbose flag for route display that will showkml
1999-01-11#ifndef SMALL changes. saves 30k on the sparcmrg
1998-07-18use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unixlukem
1998-07-12- KNFmrg
1998-07-06- change setgid kmem programs (that lend themselves to this) so setegid(getgi...mrg