summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_cred.c
AgeCommit message (Expand)Author
2024-12-16cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-27Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-14Switch procstat from subcommand flags to verbsBrooks Davis
2015-09-05Introduce libxo to procstat(1)Allan Jude
2013-04-20Use procstat_getumask(3) for retrieving umaks information instead ofMikolaj Golub
2013-04-20Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub
2012-02-26When displaying security credential information show also process umask.Mikolaj Golub
2011-08-14Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov
2009-07-24Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis
2008-12-29Include param.h instead of types.h before user.h so that the nestedRobert Watson
2007-12-10Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson
2007-12-02Add procstat(1), a process inspection utility. This provides both someRobert Watson