aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* When displaying process virtual memory mappings print superpageMikolaj Golub2011-11-072-2/+5
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-145-70/+270
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-6/+6
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1212-187/+182
* Add file forgotten in r204879.Konstantin Belousov2010-03-081-0/+139
* Teach procstat(1) to display some information about signal dispositionKonstantin Belousov2010-03-084-8/+84
* Document one more file descriptor type and two more vnode types.Antoine Brodin2010-02-061-0/+6
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-114-4/+0
* Update procstat(1) for the fact that devfs paths are no longer unsupported.Robert Watson2009-08-121-4/+2
* Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis2009-07-241-2/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+3
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-299-9/+9
* Fix a typo.Wesley Shields2008-12-191-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke2008-12-192-0/+4
* Update format string for kve_start/end.Peter Wemm2008-12-021-2/+3
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-023-64/+16
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-1/+8
* Fix a small typo in the procstat(1) manpage: messsage queue.Ed Schouten2008-07-281-1/+1
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-0/+4
* Use ddb(4), not DDB(4) for man page cross-references.Robert Watson2008-04-211-1/+1
* Provide more detailed information about each procstat(1) display mode,Robert Watson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson2008-04-191-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-086-14/+19
* 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-104-20/+29
* Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson2007-12-032-21/+71
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-0212-0/+1459