History log of /freebsd-current/usr.bin/netstat/nlist_symbols
Revision Date Author Comments
# 5dea523b 06-Dec-2023 Kristof Provost <kp@FreeBSD.org>

pflow: netstat statistics

Expose pflow counters via netstat.

Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D43107


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# ddf24a50 20-Apr-2023 Michael Tuexen <tuexen@FreeBSD.org>

netstat: cleanup

protopr does not support reading from a core anymore.
So don't state that it can.

Reviewed by: glebius, rscheff, rrs
MFC after: 1 week
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D39688


# 4084b1ab 31-Mar-2021 Alexander V. Chernikov <melifaro@FreeBSD.org>

Fix `netstat -rs` reporting.

rttrash (unused but not yet delete entries) were eliminated
during routing rework. Remove reading these symbols from the kernel.

PR: 254681
Reported by: rashey@superbox.pl
MFC after: immediately


# dbfd8708 14-Mar-2016 Gleb Smirnoff <glebius@FreeBSD.org>

Print running TCP connection counts with TCP statistics.


# 81dacd8b 02-Sep-2015 Hiroki Sato <hrs@FreeBSD.org>

Simplify kvm symbol resolution and error handling. The symbol table
nl_symbols will eventually be organized into several modules depending
on MK_* variables.