summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
AgeCommit message (Expand)Author
2025-10-03netstat: Fix -ia missing multicast addresses on some interfacesNick Reilly
2025-09-23pf: Add pfsync protocol for FreeBSD 15Kajetan Staszkiewicz
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2024-09-22Revert "netstat: Resolve duplicate "dropped-packets" key from libxo output"Warner Losh
2024-09-20netstat: Add missing "shutdown-ack-timer" key to libxo outputBram
2024-09-20netstat: Resolve duplicate "dropped-packets" key from libxo outputBram
2024-01-16pflow: netstat statisticsKristof Provost
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-07-26netstat -i: compute most field widths dynamicallyMike Karels
2023-05-30pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz
2023-03-05netstat: fix pfsync stats spellingKajetan Staszkiewicz
2022-07-06netstat -i: do not truncate interface namesMike Karels
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-05Use strlcpy and snprintf in netstat(1).Xin LI
2015-11-20Avoid core dump when output style is html.Hajimu UMEMOTO
2015-11-17JSON doesn't permit a hexadecimal notation of an integer.Hajimu UMEMOTO
2015-11-06Do not truncate addresses when printing in encoded format.Hajimu UMEMOTO
2015-11-06- Fix alignment for padding link address.Hajimu UMEMOTO
2015-11-06Fix compiling netstat after r290367 by substituting sys/types.h forEnji Cooper
2015-11-05Give enough room for addresses when -W option is specified.Hajimu UMEMOTO
2015-11-05Fix alignment of `Drop' header.Hajimu UMEMOTO
2015-11-04Fix alignment of AF_LINK address.Hajimu UMEMOTO
2015-11-04Simplify r290367 using asterisk for a field widthHajimu UMEMOTO
2015-11-04Unify AF_INET case and AF_INET6 case.Hajimu UMEMOTO
2015-11-04Change to not truncate an interface name when -W optionHajimu UMEMOTO
2015-11-04Restore an interface name field to left align.Hajimu UMEMOTO
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-02Divide statistics in the number of packets with 1000 instead of 1024Hiroki Sato
2015-09-01- Add -W flag support for network column in intpr() (-i flag) andHiroki Sato
2015-05-06Printing interface names:Gleb Smirnoff
2015-04-06Stop including if_var.h from userland.Gleb Smirnoff
2015-03-04Fix typo in dropped-packets attribute (missing s).Marcel Moolenaar
2015-02-25Fix "netstat -hdw 1" output.Marcel Moolenaar
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2014-03-19Now, after r263102 we have ifi_oqdrops in if_data, restore printing ofGleb Smirnoff
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2014-03-14Remove IPX support.Gleb Smirnoff
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-12-29Claim copyright since I've almost rewritten this file in r256512.Gleb Smirnoff
2013-12-20Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov
2013-10-29Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff
2013-10-15 Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff
2012-09-08Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff
2012-04-04With pf 4.5 import the name of pfsync stats sysctl has changed, thusGleb Smirnoff
2012-01-10Fix warning when compiling with gcc46:Eitan Adler
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-07-12Truncate link addresses like it is done for anyMichael Tuexen