summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24net.atalk, not net.at.thorpej
2008-04-24Note which things are not available by KVM, and print a nice messagethorpej
2008-04-24Make note of a few things no longer available via kvm.thorpej
2008-04-23netns is no longer in the tree; completely purge it from netstat(1).thorpej
2008-04-23Make DDP stats per-cpu. While here, bump the counters to 64-bit andthorpej
2008-04-23don't include <cons_pcb.h> as it is unnecessaryplunky
2008-04-23PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU.thorpej
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15ARP and IGMP stats are now available by sysctl.thorpej
2008-04-15Make IGMP stats per-cpu.thorpej
2008-04-15Make ARP stats per-cpu.thorpej
2008-04-15Make CARP status per-cpu.thorpej
2008-04-15Make pim6 stats per-cpu.thorpej
2008-04-15Make raw6 stats per-cpu.thorpej
2008-04-15Use ANSI function decls throughout.thorpej
2008-04-15Make udp6 stats per-cpu.thorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-04-06fix build problem introduced in 1.79jnemeth
2008-04-06Change UDP stats from a structure to an array of uint64_t's.thorpej
2008-04-06Change ICMP stats from a structure to an array of uint64_t's.thorpej
2008-02-27- Define _KERNEL for sys/types.h in unix.c.ad
2008-02-16Fix more -combine fallout. (mismatched definitions)matt
2008-01-21#include <stdbool.h> for 'bool', so that this kernel groveller willdyoung
2008-01-17sync with kernel. (make some mbuf related statistics per-cpu.)yamt
2008-01-14mbpr: fix a harmless bug. (sizeof pointer -> sizeof *pointer)yamt
2007-12-29Report the new ipcomp stats under FAST_IPSEC : ipcomps_minlen anddegroote
2007-12-05Report ipsecstats.ips_spdcache_miss under FAST_IPSEC correctly.seanb
2007-11-10don't bother to print unmaintained statistics. (m_drops, m_wait)yamt
2007-11-09include stdbool.h instead of typedefing bool to intchristos
2007-08-30bump datejnemeth
2007-08-30PR/36867 - Zafer Aydogan -- trsp is no longerjnemeth
2007-07-30Add xref to sockstat, from Zafer Aydogan in PR misc/36706.pavel
2007-07-19rt_key() is no more. Use rt_getkey().dyoung
2007-07-10Make netstat build again. I don't see why it has any business dumpingad
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-04-27Fall back to kvm interface for protocols that do not yetmlelstv
2007-03-07Add new IPv6 Fast Forward statisticsliamjfoy
2007-02-18Make this compile after TSEL() const poisoninghubertf
2007-01-17Remove duplicate #includeshubertf
2006-12-23Don't print "default" when the netmask is non-zero.jdc
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-10-03avoid signed/unsigned error when computing mask lengths for emptymlelstv
2006-09-27Good intentions are still intentions. If we can't open kvm, but we stillelad
2006-09-22PR/31347: Geoff C. Wing: netstat err message is ambiguous about causeelad