aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat: Fix whitespace in libxo output for multicast routesMark Johnston2026-01-302-13/+11
* netstat: fix typoMichael Tuexen2026-01-181-1/+1
* netstat: Remove padding from cc and stack fieldsJohan Söllvander2026-01-151-2/+2
* netstat: fix a segfault with --libxoAlan Somers2026-01-071-6/+5
* netstat: add support for UDP-Lite endpointsMichael Tuexen2025-10-232-11/+30
* netstat: Fix -ia missing multicast addresses on some interfacesNick Reilly2025-10-031-1/+2
* pf: Add pfsync protocol for FreeBSD 15Kajetan Staszkiewicz2025-09-231-4/+8
* netstat: improve output for tcp statsMichael Tuexen2025-09-011-4/+9
* netstat: improve statistic output for sctpMichael Tuexen2025-08-261-0/+8
* netstat: report undelivered multi and broadcast UDP packets correctlyMichael Tuexen2025-08-131-4/+7
* netstat: remove unneeded castMichael Tuexen2025-08-121-1/+1
* netstat: fix reporting of delivered UDP packetsMichael Tuexen2025-08-121-1/+0
* manpages: prefer linking to xo_options.7 over xo_parse_args.3Alan Somers2025-07-161-3/+3
* netstat.1: Add common example to list listening socketsLukas Engelhardt2025-07-131-14/+16
* tcp: count two previously ignored kinds of syncookie failuresGleb Smirnoff2025-06-171-1/+5
* Don't include netinet/tcp_timer.h when not neededMichael Tuexen2025-06-171-1/+0
* netstat(1): add description for option -o and -O.K Rin2025-04-301-1/+33
* 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