CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/23 15:11:55
Modified files: usr.bin/top : display.c machine.c machine.h top.1 top.c Log message: Filter by routing table "-T-0" for processes outside the default routing table, "-T3" for those in a specific one; same semantics as with other filters. Manual wording and command line flag taken from pgrep(1) being the only way to identify processes by routing table; After netstat(1)'s recent addition of "-R", filtering in top makes for handy tooling around rtable(4). "looks good to me" millert OK remi