summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
AgeCommit message (Expand)Author
2025-02-03netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff
2024-11-26usr.bin/netstat: -n should not print symbolic namesAllan Jude
2024-10-24netstat: switch to using the sysctl-exported stats for live statsKyle Evans
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2024-05-16netstat(8): for -W, use IFNAMSIZLexi Winter
2024-05-16netstat(1): increase width of Netif columnLexi Winter
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-26netlink: add NETLINK/NETLINK_SUPPORT userland options.Alexander V. Chernikov
2023-01-29netstat: export weight for single-path routes.Alexander V. Chernikov
2023-01-27netstat: make netstat -rn use netlink instead of rtsockAlexander V. Chernikov
2022-06-22netstat: print path weight when showing routes in structured output.Alexander V. Chernikov
2021-03-31Fix `netstat -rs` reporting.Alexander V. Chernikov
2020-04-12Introduce nexthop objects and new routing KPI.Alexander V. Chernikov
2019-12-17Convert routing statistics to VNET_PCPUSTAT.Gleb Smirnoff
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-16Fix userland tools that don't check the format of routing socketPatrick Kelsey
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-09Fix typo.Xin LI
2017-01-05Use strlcpy and snprintf in netstat(1).Xin LI
2016-08-27Fix build without INET6 and with gcc. A function definition was ifdefedBruce Evans
2016-03-27netstat: avoid returning uninitialized value in p_sockaddr().Pedro F. Giffuni
2015-12-01At the time a destination or a gateway of `netstat -r'Hajimu UMEMOTO
2015-11-20Don't truncate an interface name when -W option is specified.Hajimu UMEMOTO
2015-11-05Use returned network name from getnetbyaddr() correctly.Hajimu UMEMOTO
2015-11-05Revert previous workaround. This problem was fixedHajimu UMEMOTO
2015-11-04Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),Hajimu UMEMOTO
2015-11-04Mask an IPv6 network address.Hajimu UMEMOTO
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-05-18Properly align the header and the data columns for netstat -r with andLuiz Otavio O Souza
2015-05-17Adjust the string format to match the actual number of arguments.Luiz Otavio O Souza
2015-04-07Like it was already done for 'netstat -i', drop the kvm(3) supportGleb Smirnoff
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-05-21- Fix a bug which can make sysctl() fail when -F is specified.Hiroki Sato
2014-05-15- Do not override sin6_scope_id in LLA when it is already set to non-zero.Hiroki Sato
2014-03-15Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2014-03-14Remove IPX support.Gleb Smirnoff
2014-03-06Fix compilation for 32-bit machines.Gleb Smirnoff
2014-03-05Hide struct rtentry from userland.Gleb Smirnoff
2014-03-05- Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff
2013-12-31Explicitly free rt_tables to please Coverity.Alexander V. Chernikov
2013-12-20Further split kvm(3) and sysctl interfaces for route table printing.Alexander V. Chernikov
2013-12-20Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov
2013-12-18Restore corefiles handling via kvm(3).Alexander V. Chernikov
2013-12-18Switch netstat -rn to use standard API for retrieving list of routesAlexander V. Chernikov
2013-10-15 Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff
2013-07-12Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato