summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2013-11-23Update for new pcb tailq's.christos
2013-10-19use correct function and symbolic constantschristos
2013-10-19use new scopeid functionschristos
2013-10-18Make the -f option accept multiple address families.bad
2013-10-18- avoid pointer gymnasticschristos
2013-06-20Not all pointers are 64bit - use uintptr_t instead of uint64_t.martin
2013-06-19Don't use -P as a kmem printer, verify that the address points to a pcb first!christos
2013-04-15PR/47744: Frank Kardel: netstat -s stops output prematurely when ipsec is notchristos
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-28Use sysctl based code netstat -r. Remove support for post-mortemjoerg
2012-12-14Fix memory leak.msaitoh
2012-10-19Add -t flag.msaitoh
2012-10-19Add note about -l option. Fixes PR#47085 reported by Julian Fagir.msaitoh
2012-10-19Line up total numbers again (for -b case and -X case).msaitoh
2012-09-25Sort -h option properly (not between -I and -i)pgoyette
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-03-20Use C89 function definitionsmatt
2012-02-12PR/44889: Yamamoto Takashi: netstat -d option is broken (from Elad)christos
2012-01-06split the ipsec.c source file into the pfkey part which is shareddrochner
2012-01-06more IPSEC header cleanup: don't install unneeded headers to userland,drochner
2011-12-24use the names from the include files.christos
2011-11-11Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.gdt
2011-10-04PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'.shattered
2011-09-16Use __deadjoerg
2011-08-16document non-literal format stringschristos
2011-07-17Use errx() to display kvm_openfiles error message, the provided buffernjoly
2011-06-21New sentence, new line.wiz
2011-06-21add a sentence regarding multiple tagskefren
2011-06-21print multiple tags if exists, comma separatedkefren
2011-05-29Display SOCK_SEQPACKET local sockets in sockstat and netstatmanu
2011-05-26pull in AES-GCM/GMAC support from OpenBSDdrochner
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-24copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSECdrochner
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-23report aes-ctr statistic counter by namedrochner
2011-05-11Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip.dyoung
2011-05-11use getmicrouptime(9) rather than microtime(9) for TIME_WAIT durationdrochner
2011-05-10Use ptrdiff_t to hold pointer difference to avoid coredump on LP64 system.enami
2011-05-05decode camellia-cbc in stats histogramdrochner
2011-05-04Use %zx for _both_ size_t formats!pgoyette
2011-05-04On second thought, make a more conservative change: use %zx instead ofdyoung
2011-05-04Use %zu format for size_t instead of %x.dyoung
2011-05-04Always try to open kmem, do not always set use_sysctl to 1, and do notdyoung
2011-05-04Access the kvm_t using get_kvmd(), only.dyoung
2011-05-04Don't use type qualifier 'register'.dyoung
2011-05-03Do not display expired or reclaimed vestigial TIME_WAIT entries.dyoung
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2011-04-19fix some labels for ipcomp counters which didn't make sense at alldrochner
2011-03-02Use __arraycount() and PRIu64. Delete unnecessary casts to unsigneddyoung
2011-03-01Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c doesdyoung