freebsd-dev/usr.bin/procstat
Brooks Davis 254d03c508 Introduce a new sysctl process mib, kern.proc.groups which adds the
ability to retrieve the group list of each process.

Modify procstat's -s option to query this mib when the kinfo_proc
reports that the field has been truncated.  If the mib does not exist,
fall back to the truncated list.

Reviewed by:	rwatson
Approved by:	re (kib)
MFC after:	2 weeks
2009-07-24 19:12:19 +00:00
..
Makefile Merge user/peter/kinfo branch as of r185547 into head. 2008-12-02 06:50:26 +00:00
procstat_args.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_basic.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_bin.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_cred.c Introduce a new sysctl process mib, kern.proc.groups which adds the 2009-07-24 19:12:19 +00:00
procstat_files.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_kstack.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_threads.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat_vm.c Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to 2009-07-24 13:50:29 +00:00
procstat.1 Fix a typo. 2008-12-19 16:56:49 +00:00
procstat.c Include param.h instead of types.h before user.h so that the nested 2008-12-29 18:58:22 +00:00
procstat.h