CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/10/08 14:51:03
Modified files: usr.bin/top : machine.c machine.h top.c Log message: Simplify threads flag handling Instead of always passing the threads flag which decides whether other function arguments are used or not, make callers pass those arguments or NULL depending on the threads flag. This reflects better how thread IDs are shown in place of user names/IDs. OK millert