aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* netstat(8): for -W, use IFNAMSIZLexi Winter2024-05-161-1/+1
* netstat(1): increase width of Netif columnLexi Winter2024-05-161-3/+2
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-4/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* netlink: add NETLINK/NETLINK_SUPPORT userland options.Alexander V. Chernikov2023-03-261-2/+11
* netstat: export weight for single-path routes.Alexander V. Chernikov2023-01-291-0/+1
* netstat: make netstat -rn use netlink instead of rtsockAlexander V. Chernikov2023-01-271-40/+39
* netstat: print path weight when showing routes in structured output.Alexander V. Chernikov2022-06-221-0/+2
* Fix `netstat -rs` reporting.Alexander V. Chernikov2021-03-311-12/+1
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-77/+11
* Convert routing statistics to VNET_PCPUSTAT.Gleb Smirnoff2019-12-171-6/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix typo.Xin LI2017-01-091-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-19/+29
* Fix build without INET6 and with gcc. A function definition was ifdefedBruce Evans2016-08-271-0/+2
* netstat: avoid returning uninitialized value in p_sockaddr().Pedro F. Giffuni2016-03-271-0/+1
* At the time a destination or a gateway of `netstat -r'Hajimu UMEMOTO2015-12-011-6/+14
* Don't truncate an interface name when -W option is specified.Hajimu UMEMOTO2015-11-201-1/+5
* Use returned network name from getnetbyaddr() correctly.Hajimu UMEMOTO2015-11-051-6/+5
* Revert previous workaround. This problem was fixedHajimu UMEMOTO2015-11-051-4/+0
* Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),Hajimu UMEMOTO2015-11-041-0/+4
* Mask an IPv6 network address.Hajimu UMEMOTO2015-11-041-1/+8
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-021-16/+3
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-185/+137
* Properly align the header and the data columns for netstat -r with andLuiz Otavio O Souza2015-05-181-2/+2
* Adjust the string format to match the actual number of arguments.Luiz Otavio O Souza2015-05-171-1/+1
* Like it was already done for 'netstat -i', drop the kvm(3) supportGleb Smirnoff2015-04-071-388/+13
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-110/+210
* - Fix a bug which can make sysctl() fail when -F is specified.Hiroki Sato2014-05-211-9/+5
* - Do not override sin6_scope_id in LLA when it is already set to non-zero.Hiroki Sato2014-05-151-5/+9
* Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff2014-03-151-7/+0
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-12/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-119/+0
* Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-061-4/+4
* Hide struct rtentry from userland.Gleb Smirnoff2014-03-051-0/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-31/+23
* Explicitly free rt_tables to please Coverity.Alexander V. Chernikov2013-12-311-1/+3
* Further split kvm(3) and sysctl interfaces for route table printing.Alexander V. Chernikov2013-12-201-72/+89
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-12/+32
* Restore corefiles handling via kvm(3).Alexander V. Chernikov2013-12-181-1/+1
* Switch netstat -rn to use standard API for retrieving list of routesAlexander V. Chernikov2013-12-181-59/+121
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff2013-10-151-7/+8
* Add -F fibnum option to specify an FIB number for -r flag.Hiroki Sato2013-07-121-4/+10
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-0/+6
* Remove unused variable. Newer versions of gcc care.Eitan Adler2012-10-221-2/+0
* Teach netstat -r (display contents of routing tables) about multi-FIB forBjoern A. Zeeb2012-02-031-13/+16
* - Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2011-01-201-12/+21