summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_cred.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce libxo to procstat(1)Allan Jude2015-09-051-14/+18
* Use procstat_getumask(3) for retrieving umaks information instead ofMikolaj Golub2013-04-201-13/+5
* Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub2013-04-201-28/+9
* When displaying security credential information show also process umask.Mikolaj Golub2012-02-261-3/+29
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-3/+5
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-4/+5
* Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis2009-07-241-2/+40
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-101-2/+4
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+57