CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2013/09/22 11:28:35

Modified files:
        sys/sys        : proc.h sysctl.h 
        sys/kern       : kern_proc.c 
        usr.bin/pkill  : pkill.c 
        bin/ps         : keyword.c print.c ps.1 ps.c 

Log message:
Stop merging the per-thread and per-process flags when reporting
them via sysctl(KERN_PROC).  In struct kinfo_proc the per-process
flags move to p_psflags, leaving the per-thread flags in p_flags.
Flag descriptions in ps(1) updated to be less obtuse.

discussed with matthew@ some time ago; ok jca@, manpage bits ok jmc@

Reply via email to