aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* netstat: fix typoMichael Tuexen5 days1-1/+1
* netstat: fix a segfault with --libxoAlan Somers6 days1-6/+5
* netstat: Remove padding from cc and stack fieldsJohan Söllvander6 days1-2/+2
* netstat: add support for UDP-Lite endpointsMichael Tuexen2025-10-312-11/+30
* netstat: Fix -ia missing multicast addresses on some interfacesNick Reilly2025-10-111-1/+2
* netstat: improve statistic output for sctpMichael Tuexen2025-09-051-0/+8
* netstat: report undelivered multi and broadcast UDP packets correctlyMichael Tuexen2025-09-051-4/+7
* netstat: remove unneeded castMichael Tuexen2025-09-051-1/+1
* Don't include netinet/tcp_timer.h when not neededMichael Tuexen2025-09-051-1/+0
* netstat: fix reporting of delivered UDP packetsMichael Tuexen2025-09-031-1/+0
* netstat(1): add description for option -o and -O.K Rin2025-05-071-1/+33
* 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