aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat: fix table header alignment for -xMichael Tuexen2025-04-211-1/+1
* netstat: strip the binary of sgidKyle Evans2025-04-202-14/+2
* netstat: Use bool more widelyEd Maste2025-02-042-67/+67
* netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff2025-02-034-8/+15
* protosw: this is a kernel only header, put back #ifdef _KERNELGleb Smirnoff2025-02-031-0/+1
* netstat: cleanup includes in mroute6.cGleb Smirnoff2025-02-031-2/+1
* usr.bin/netstat: -n should not print symbolic namesAllan Jude2024-11-261-2/+3
* netstat: switch to using the sysctl-exported stats for live statsKyle Evans2024-10-242-10/+5
* netstat(1): Complete libxo transitionYan-Hao Wang2024-10-1217-109/+103
* Revert "netstat: Resolve duplicate "dropped-packets" key from libxo output"Warner Losh2024-09-221-8/+2
* netstat: Add missing "shutdown-ack-timer" key to libxo outputBram2024-09-202-3/+3
* netstat: Resolve duplicate "dropped-packets" key from libxo outputBram2024-09-201-2/+8
* netstat: Add version information to libxo outputBram2024-09-062-0/+9
* netstat.1: Clarify -d argumentBram2024-07-291-3/+3
* tcp: improve SEG.ACK validationMichael Tuexen2024-07-211-2/+6
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* netstat(8): for -W, use IFNAMSIZLexi Winter2024-05-162-2/+2
* netstat(1): increase width of Netif columnLexi Winter2024-05-162-6/+4
* tcp: add counter to track when SACK loss recovery uses TSORichard Scheffenegger2024-05-081-3/+5
* pflow: netstat statisticsKristof Provost2024-01-164-0/+30
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2715-40/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2716-41/+0
* netstat: fix missing tab in icmp6 outputKristof Provost2023-11-121-1/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1617-33/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* netstat(1): fix manpage dateDoug Rabson2023-08-161-1/+1
* netstat(1): teach netstat to attach to jailsDoug Rabson2023-08-163-13/+128
* netstat -i: compute most field widths dynamicallyMike Karels2023-07-262-77/+143
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* netstat(1): Use simpler languageTom Hukins2023-06-261-4/+4
* netstat: display c and C flags properlyRichard Scheffenegger2023-06-091-8/+5
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-4/+8
* netlink: use newly-added snl(3) array parsing for handling multipathAlexander V. Chernikov2023-05-271-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* netstat: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-242-4/+4
* netstat: cleanupMichael Tuexen2023-04-202-15/+11
* netstat: fix printing of TCP pcbs with -AGleb Smirnoff2023-04-201-10/+3
* netstat: document that PCB information can't be read from corefilesMichael Tuexen2023-04-191-13/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+2
* netlink: add NETLINK/NETLINK_SUPPORT userland options.Alexander V. Chernikov2023-03-262-3/+17
* netstat: fix double-free in netlink error code path.Alexander V. Chernikov2023-03-181-3/+5
* netstat: simplify netlink route printing code.Alexander V. Chernikov2023-03-181-190/+17
* netstat: fix IPv6 link-locals & custom multipath printing.Alexander V. Chernikov2023-03-061-1/+13
* netstat: fix pfsync stats spellingKajetan Staszkiewicz2023-03-051-1/+1
* netstat.1: Clarify -i and -I prioritiesFernando ApesteguĂ­a2023-02-181-1/+17