summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2015-09-20query the window size and use it instead of assuming 24 lines.mrg
2015-07-28revert previous, will fix differently.christos
2015-07-28fix build (stdbool lossage)christos
2015-06-16fix some error handling.christos
2015-06-06Format-string related warnings work fine now with both GCC 4.8 andjoerg
2015-06-06Drop assignment from uninitialized and otherwise unused variable.joerg
2015-05-25Make sure netstat builds with -DSMALLmanu
2015-05-15Fix rump.{netstat,route} shows host's interface names in link local addressesozaki-r
2015-03-23Add RTF_BROADCAST to mark routes used for the broadcast address whenroy
2015-02-26Document RTF_LOCALroy
2015-02-08Allocate the right size for pcb blocks.christos
2015-02-07print the timer flags.christos
2015-01-07adjust to the netname4 prototype.christos
2014-11-12PR/47704: Takahiro HAYASHI: Fix -L flagchristos
2014-11-07fix A,v,T with route display.christos
2014-11-06use the common code from route.cchristos
2014-10-11Give flag argument in description. Add two articles.wiz
2014-10-11- Explicitly describe that kvm(3) is used when -M/-N option is used sinceenami
2014-10-09As described in kvm_openfiles(3), default core file is not /dev/kmemenami
2014-10-09Fix a bug introduced in rev. 1.62; it fails to negate (a && b).enami
2014-07-27Fix snprintf usage; from Henning Petersen in PR 47976.dholland
2014-05-30netstat(1) and ifmcstat(8): ifnet was renamed to ifnet_list, PR/48850.rmind
2014-04-28use the same for the route metrics part, both in the sysctl and kmem paths.christos
2014-04-24The sysctl code does not support verbose route printing that prints thechristos
2014-04-24un __Pchristos
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