aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat: fix table header alignment for -xMichael Tuexen2025-05-011-1/+1
* netstat.1: Clarify -d argumentBram2024-10-201-3/+3
* netstat: increase width of Netif columnLexi Winter2024-10-082-6/+4
* tcp: improve SEG.ACK validationMichael Tuexen2024-08-031-2/+6
* netstat: fix missing tab in icmp6 outputKristof Provost2023-11-191-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
* netstat: export weight for single-path routes.Alexander V. Chernikov2023-01-293-7/+21
* netstat: fix format string on 32-bit archsAlexander V. Chernikov2023-01-271-1/+1
* netstat: make netstat -rn use netlink instead of rtsockAlexander V. Chernikov2023-01-274-42/+550
* Retire trpt(8).Gleb Smirnoff2022-12-021-1/+0
* tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger2022-11-101-6/+10
* Tcp progress timeoutRandall Stewart2022-09-271-0/+2
* divert(4): provide statisticsGleb Smirnoff2022-08-303-1/+33
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-302-5/+4
* netstat -i: do not truncate interface namesMike Karels2022-07-062-14/+20
* netstat: print path weight when showing routes in structured output.Alexander V. Chernikov2022-06-221-0/+2
* netinet6: Fix mbuf leak in NDPArseny Smalyuk2022-05-311-0/+2
* sockbuf: remove unused mbuf counter and cluster counterGleb Smirnoff2022-05-272-17/+5
* tcp: Add/update AccECN related statistics and numbersRichard Scheffenegger2022-02-091-0/+9
* ipsec(4): Fix a few typos in error messagesGordon Bergling2022-02-061-3/+3
* netstat: fix nhop prepend printing.Alexander V. Chernikov2021-12-261-2/+4
* tcptw: count how many times a tcptw was actually usefulGleb Smirnoff2021-12-191-2/+12
* netstat: reduce use of historical Internet classesMike Karels2021-11-091-17/+6
* netstat: split ipsec and ipsec6 statistics in libxoMateusz Guzik2021-10-051-6/+7
* tcp: Make dsack stats available in netstat and also make sure its aware of TL...Randall Stewart2021-10-011-0/+6