aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* MFC r267886:Xin LI2014-07-111-1/+1
* MFC 266322,266323:John Baldwin2014-07-012-3/+67
* MFC 266293:John Baldwin2014-06-275-13/+193
* MFC 266296:John Baldwin2014-06-271-5/+5
* MFC 261780:John Baldwin2014-02-192-1/+7
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:Pawel Jakub Dawidek2013-11-181-2/+3
* MFC r257234:Mark Johnston2013-11-051-3/+1
* cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)Bryan Drewery2013-09-191-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-9/+9
* Make the "FD" column one character wider, so that "trace" can also alignPawel Jakub Dawidek2013-08-181-6/+6
* Make use of newly added libprocstat(3) ability to extract procstatMikolaj Golub2013-04-202-17/+32
* Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-203-55/+15
* Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub2013-04-203-96/+10
* Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub2013-04-203-34/+22
* Use libprocstat(3) when retrieving binary information for a process.Mikolaj Golub2013-04-203-29/+8
* Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub2013-04-203-18/+5
* 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-203-30/+11
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.Mikolaj Golub2013-04-203-4/+4
* Use procstat_getprocs(3) for retrieving thread information instead ofMikolaj Golub2013-04-204-66/+17
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+7
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-17/+34
* Capability rights for process management via process descriptors do existPawel Jakub Dawidek2013-02-111-3/+2
* Add CAP_MKNOD right.Pawel Jakub Dawidek2013-02-101-0/+1
* procstat: only one mode flag can be specified, but required check for 'i'Mateusz Guzik2013-01-121-2/+2
* add SG state typeEitan Adler2012-10-021-0/+2
* Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switchKonstantin Belousov2012-09-161-2/+4
* Free memory allocated by procstat_getfiles(), which may make differenceMikolaj Golub2012-09-041-0/+1
* Align the header with output.Mikolaj Golub2012-07-241-1/+1
* - Add support for displaying process stack memory regions.Gabor Pali2012-07-162-2/+8
* Fix style.Mikolaj Golub2012-07-031-2/+2
* Bring DPADD in sync with LDADD.Marcel Moolenaar2012-05-191-1/+1
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-8/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* When displaying binary information show also osreldate.Mikolaj Golub2012-03-232-3/+17
* Update the description for -s flag after r232182.Sergey Kandaurov2012-02-291-1/+3
* When displaying security credential information show also process umask.Mikolaj Golub2012-02-261-3/+29
* Always return 0 if the sysctl failed.Mikolaj Golub2012-01-291-8/+8
* After the recent changes there is no need in rlimit array any more.Mikolaj Golub2012-01-251-6/+5
* Make procstat -l to work with the new version of kern.proc.rlimit.Mikolaj Golub2012-01-221-10/+11
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.Mikolaj Golub2011-12-121-16/+87
* Make procstat -l output similar to the output of limits(1).Mikolaj Golub2011-12-121-10/+51
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.Mikolaj Golub2011-12-051-1/+1
* Update SYNOPSIS to include the flags added recently.Mikolaj Golub2011-11-281-2/+2
* Cast a_val on printing. This fixes build on mips.Mikolaj Golub2011-11-281-14/+14
* Make proctstat -x output more readable.Mikolaj Golub2011-11-271-55/+39
* usr.bin/procstatMikolaj Golub2011-11-245-7/+95
* Fix build, hopefully.Mikolaj Golub2011-11-231-33/+42
* Add new options, -e and -x, to display process environment variablesMikolaj Golub2011-11-226-12/+228
* Bumb date after r227317.Mikolaj Golub2011-11-081-1/+1