| Age | Commit message (Expand) | Author |
| 2015-09-20 | query the window size and use it instead of assuming 24 lines. | mrg |
| 2015-07-28 | revert previous, will fix differently. | christos |
| 2015-07-28 | fix build (stdbool lossage) | christos |
| 2015-06-16 | fix some error handling. | christos |
| 2015-06-06 | Format-string related warnings work fine now with both GCC 4.8 and | joerg |
| 2015-06-06 | Drop assignment from uninitialized and otherwise unused variable. | joerg |
| 2015-05-25 | Make sure netstat builds with -DSMALL | manu |
| 2015-05-15 | Fix rump.{netstat,route} shows host's interface names in link local addresses | ozaki-r |
| 2015-03-23 | Add RTF_BROADCAST to mark routes used for the broadcast address when | roy |
| 2015-02-26 | Document RTF_LOCAL | roy |
| 2015-02-08 | Allocate the right size for pcb blocks. | christos |
| 2015-02-07 | print the timer flags. | christos |
| 2015-01-07 | adjust to the netname4 prototype. | christos |
| 2014-11-12 | PR/47704: Takahiro HAYASHI: Fix -L flag | christos |
| 2014-11-07 | fix A,v,T with route display. | christos |
| 2014-11-06 | use the common code from route.c | christos |
| 2014-10-11 | Give flag argument in description. Add two articles. | wiz |
| 2014-10-11 | - Explicitly describe that kvm(3) is used when -M/-N option is used since | enami |
| 2014-10-09 | As described in kvm_openfiles(3), default core file is not /dev/kmem | enami |
| 2014-10-09 | Fix a bug introduced in rev. 1.62; it fails to negate (a && b). | enami |
| 2014-07-27 | Fix snprintf usage; from Henning Petersen in PR 47976. | dholland |
| 2014-05-30 | netstat(1) and ifmcstat(8): ifnet was renamed to ifnet_list, PR/48850. | rmind |
| 2014-04-28 | use the same for the route metrics part, both in the sysctl and kmem paths. | christos |
| 2014-04-24 | The sysctl code does not support verbose route printing that prints the | christos |
| 2014-04-24 | un __P | christos |
| 2013-11-23 | Update for new pcb tailq's. | christos |
| 2013-10-19 | use correct function and symbolic constants | christos |
| 2013-10-19 | use new scopeid functions | christos |
| 2013-10-18 | Make the -f option accept multiple address families. | bad |
| 2013-10-18 | - avoid pointer gymnastics | christos |
| 2013-06-20 | Not all pointers are 64bit - use uintptr_t instead of uint64_t. | martin |
| 2013-06-19 | Don't use -P as a kmem printer, verify that the address points to a pcb first! | christos |
| 2013-04-15 | PR/47744: Frank Kardel: netstat -s stops output prematurely when ipsec is not | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-01-28 | Use sysctl based code netstat -r. Remove support for post-mortem | joerg |
| 2012-12-14 | Fix memory leak. | msaitoh |
| 2012-10-19 | Add -t flag. | msaitoh |
| 2012-10-19 | Add note about -l option. Fixes PR#47085 reported by Julian Fagir. | msaitoh |
| 2012-10-19 | Line up total numbers again (for -b case and -X case). | msaitoh |
| 2012-09-25 | Sort -h option properly (not between -I and -i) | pgoyette |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-03-20 | Use C89 function definitions | matt |
| 2012-02-12 | PR/44889: Yamamoto Takashi: netstat -d option is broken (from Elad) | christos |
| 2012-01-06 | split the ipsec.c source file into the pfkey part which is shared | drochner |
| 2012-01-06 | more IPSEC header cleanup: don't install unneeded headers to userland, | drochner |
| 2011-12-24 | use the names from the include files. | christos |
| 2011-11-11 | Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2. | gdt |
| 2011-10-04 | PR/43968 -- add 'segqlen' of TCPCB to 'netstat -P'. | shattered |
| 2011-09-16 | Use __dead | joerg |
| 2011-08-16 | document non-literal format strings | christos |