summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat_files.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267886:delphij2014-07-111-1/+1
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-2/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-9/+9
* Make the "FD" column one character wider, so that "trace" can also alignpjd2013-08-181-6/+6
* - Implement two new system calls:pjd2013-03-021-0/+7
* Merge Capsicum overhaul:pjd2013-03-021-17/+34
* Capability rights for process management via process descriptors do existpjd2013-02-111-3/+2
* Add CAP_MKNOD right.pjd2013-02-101-0/+1
* Free memory allocated by procstat_getfiles(), which may make differencetrociny2012-09-041-0/+1
* Export some more useful info about shared memory objects to userlandjhb2012-04-011-8/+2
* Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicumrwatson2011-08-141-59/+221
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-77/+79
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Include param.h instead of types.h before user.h so that the nestedrwatson2008-12-291-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notmarcus2008-12-191-0/+2
* Use libutil wrapper for kinfo_get{file|vmmap}()peter2008-12-011-29/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+5
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+4
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-4/+26
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-081-1/+2
* When printing process file descriptor lists, show a type of 'h' forrwatson2008-01-201-0/+4
* Add 'COMM' column to a few more output modes of procstat(1). The onlyrwatson2007-12-101-16/+19
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-021-0/+303
OpenPOWER on IntegriCloud