summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2010-02-24Add -h, which makes output of bytes counts "humanized" (e.g. -bih)pooka
2009-12-07PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.christos
2009-09-27protecting sockaddr_in6 with -DINET6plunky
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-09-13Use PRIu64 for printf'ing stuff. Fixes build breakage on part-amd64pgoyette
2009-09-13Put some unsigned long long casts (as was in the original printing code).elad
2009-09-13Fix section for sysctl xref (it is 3, not 2).wiz
2009-09-13Checkin work in progress to make netstat use sysctl rather than kvm(3).elad
2009-06-28Fix typodholland
2009-05-28fix typo (Silas Silva)christos
2009-04-12Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).lukem
2009-03-11Fix markupjoerg
2009-02-22Make netstat handle -a properly; that is, don't show unconnecteddholland
2009-02-14Sort option descriptions, and options in usage.wiz
2008-12-29fix for 64 bit time_tchristos
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