summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat_hostops.c
AgeCommit message (Collapse)Author
2020-04-03remove unusedchristos
2020-04-03Make route and netstat share the same struct progops (and initializationmartin
code)
2019-08-18netstat: Add indirection of symbols to remove clash with sanitizerskamil
Add indirection and symbol renaming under MKSANITIZER for the linked in version of sysctlbyname, sysctlgetmibinfo and sysctlnametomib.
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka
use only sysctl and no kvm (implementing /dev/mem for a rump kernel would probably not be hard, but still a non-zero effort). Note: since there is absolutely no network activity in a fresh rump kernel, rump.netstat usually displays exactly nothing when invoked without parameters. Arguments like -r, -bi, -p icmp etc. produce more stuff.