aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_cred.c
Commit message (Expand)AuthorAgeFilesLines
* cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner2025-04-081-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-1/+1
* 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