CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2019/12/16 12:21:17
Modified files: bin/ps : ps.c usr.bin/pkill : pkill.c usr.bin/top : machine.c Log message: Delete tests for P_THREAD that predate the existence of KERN_PROC_SHOW_THREADS and have been rendered superfluous by it. Similarly, some P_SYSTEM tests can be deleted or pushed to the kernel by using KERN_PROC_ALL instead of KERN_PROC_KTHREAD. ok visa@ mpi@