aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use uintmax_t to pass around 64-bit quantities, including to printf().David E. O'Brien2007-10-041-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