aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_files.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r240081:Mikolaj Golub2012-09-141-0/+1
* MFC 233760:John Baldwin2012-06-061-8/+2
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-51/+213
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-77/+79
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke2008-12-191-0/+2
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-29/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+5
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-0/+4
* Add support for displaying a process' current working directory, rootJoe Marcus Clarke2008-02-091-4/+26
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-081-1/+2
* When printing process file descriptor lists, show a type of 'h' forRobert Watson2008-01-201-0/+4
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-101-16/+19
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+303