aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-5/+2
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-2/+4
* o Make net.inet6.ip6.mif6table return special API structure, that doesn'tGleb Smirnoff2015-04-061-63/+18
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-50/+80
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-2/+36
* style(9)David E. O'Brien2008-01-021-3/+2
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-26/+16
* Use sysctl(2), not kvm(3), to read IPv6 multicast information fromBruce M Simpson2007-02-241-17/+49
* Change wording of warnings when there is no ip_mroute.ko moduleBruce M Simpson2007-02-211-4/+7
* Nits.Bruce M Simpson2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-291-1/+1
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-18/+19
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-1/+3
* Warns cleanups for netstat:David Malone2002-09-051-5/+5
* fixed typo.SUZUKI Shinsuke2002-07-031-2/+2
* If -s -s is specified, don't show zero multicast routing statistics.Ruslan Ermilov2001-09-071-40/+25
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-071-2/+2
* remove warningsAssar Westerlund2001-06-151-2/+0
* remove K&R supportAssar Westerlund2001-06-151-5/+3
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-2/+4
* remove most of the warningsAssar Westerlund2001-06-151-4/+2
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-6/+6
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+1
* Fix typo s/thissystem/this system/Jesper Skriver2001-04-161-1/+1
* To make compilable without -DINET6.Hajimu UMEMOTO2000-08-071-0/+2
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-28/+42
* IPv6 multicast routing.Yoshinobu Inoue2000-01-281-0/+235