summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute.c
AgeCommit message (Expand)Author
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-24netstat: Use valid prototypes for function declarations with no arguments.John Baldwin
2021-05-21ip_mroute: refactor bw_meter APIWojciech Macek
2019-11-12Fix netstat -gs with ip_mroute module and/or vnetMike Karels
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-01-05Use strlcpy and snprintf in netstat(1).Xin LI
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-02Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato
2015-09-01- Add -W flag support for network column in intpr() (-i flag) andHiroki Sato
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-04-29Fix "netstat -gW" behavior broken in r259638.Alexander V. Chernikov
2013-12-20Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov
2013-07-09Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov
2013-07-09Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov
2009-04-21Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.Bruce M Simpson
2009-03-19Fix size_t merge-o.Bruce M Simpson
2009-03-19Introduce a number of changes to the MROUTING code.Bruce M Simpson
2008-01-02style(9)David E. O'Brien
2007-07-16Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin
2007-02-24Use the names 'IPv4' and 'Forwarding Table' in program output, notBruce M Simpson
2007-02-24Add comments about where netstat is using KVM to read things whichBruce M Simpson
2007-02-21Change wording of warnings when there is no ip_mroute.ko moduleBruce M Simpson
2006-09-29Nits.Bruce M Simpson
2006-09-29Push removal of mrouted down to the rest of the tree.Bruce M Simpson
2006-07-28Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy
2006-07-28Both fields of struct timeval are of a non-basic type,Yaroslav Tykhiy
2004-07-26Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier
2003-08-071. Add support for printing PIM-related statistics withJeffrey Hsu
2003-08-05* Use sysctlbyname(3) to print statistics about the MFC andJeffrey Hsu
2002-09-05Warns cleanups for netstat:David Malone
2001-09-07If -s -s is specified, don't show zero multicast routing statistics.Ruslan Ermilov
2001-07-25Use sysctl to export multicast routing statsBill Fenner
2001-06-15remove K&R supportAssar Westerlund
2001-06-15revert removal of warning and K&R supportAssar Westerlund
2001-06-15remove most of the warningsAssar Westerlund
2001-06-15add the option -S for printing port numbers symbolically but addressesAssar Westerlund
2000-07-04sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino
2000-01-28IPv6 multicast routing.Yoshinobu Inoue
1999-10-21Cleanup towards -WallJulian Elischer
1999-01-18Don't use ip_mrtproto to determine whether multicast routing is inBill Fenner
1997-01-03Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.Garrett Wollman
1996-12-10Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman
1996-06-02Code cleanup: remove unused variables, use correct *printf formatAlexander Langer
1996-03-11Move #include of queue.h before #include of socketvar.h in preparation forDavid Greenman
1996-01-14Merge in Lite-2 changes.Peter Wemm
1995-06-13Re-write `netstat -g' code to match the 3.5 data structures.Garrett Wollman
1994-09-08Tell netstat about the new multicast forwarding statistics. For the moment,Garrett Wollman
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes