aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287649:Mark Johnston2016-01-071-10/+3
* Merge r259562,r259566,r259638,r259645,r260124 by melifaro:Gleb Smirnoff2014-03-191-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