summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
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
2006-09-16We now have CARP, so don't skip IFT_CARP in link_print().elad
2006-09-14- Back to using kvm if we have access to it, since the sysctl stats do notchristos
2006-09-14print "-"'s for the statistics that we don't support in the sysctl interfacechristos
2006-09-05Import of TCP ECN algorithm for congestion control.rpaulo
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-08-17Revert previous.rpaulo
2006-08-17Adapt to ECN.rpaulo
2006-06-20It's not an error if we can't print CARP stats, it just means it's not builtrpaulo
2006-06-09PR/33677: Scott Ellis: Building with MKINET6=no causes netstat to fail compilingchristos
2006-06-04another netstat fix, Kurt Schreiner. thanx!elad
2006-06-04fix logic; from Kurt Schreinerelad
2006-05-31Don't print an error if kernel doesn't have INET6 support.rpaulo
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2006-05-27be quiet if symbol not in namelist, nothing careselad
2006-05-23Fix carp_stats() prototype location.rpaulo
2006-05-21check if malloc(3) failedliamjfoy
2006-05-18Use PRIu64 to format uint64_t quantities, instead of %llu, inriz
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-11nfiles -> ns_nfiles (conflicts with kernel header files and _KERNEL.)mrg
2006-04-06snprintf returns int, not size_t. CID 691.rpaulo
2006-04-02Coverity CID 2336: Fix memory leak.christos
2005-12-28Bump date for previous.rpaulo
2005-12-28Explain the netstat -B flag column.rpaulo
2005-11-21Convert 3 printf() calls into one puts().rpaulo
2005-09-14make bpf stats #ifndef SMALL,drochner
2005-09-11Punctuation fix. From YOMURA Masanori in private mail.wiz
2005-09-11Argument is address_family, not "address family". From YOMURA Masanori in pri...wiz
2005-09-04Use sysctl to fetch AF_LOCAL PCB lists if reading live kernel.elad
2005-09-02Place the sysctl code under an if block and print an error message if therpaulo
2005-09-02Request process information using sysctl(3) and not kvm(3) since bpf(4)rpaulo
2005-08-28Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems.rpaulo