summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2014-01-15Bump date for previous.wiz
2014-01-15Make ps -s use LTIME instead of TIME in the default output format.mlelstv
2014-01-15Add an LTIME column that prints lwp cputime.mlelstv
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-05-07Push logic to convert a ttyname to a device number into its ownjoerg
2012-04-15Increase width of table column so it formats more nicely.wiz
2012-04-15Choose better argument name for `-U' (sync with man page).wiz
2012-04-15- choose better argument name for `-U';wiz
2012-03-20Use C89 function definitionsmatt
2012-03-15Remove trailing whitespace.wiz
2012-03-15Fix obsolete example (that referred to letters in process state that arechristos
2012-02-23The 'lstart' column uses strftime %c, not %C. Noted by mrg.dholland
2012-02-13Remove unused variable.wiz
2012-01-27Minor English improvements for -w, partly from Snader_LB.dholland
2011-08-29Use __deadjoerg
2011-08-14Document non-literal formatschristos
2011-06-13When converting from pages to kilobytes, cast the return value ofdholland
2011-02-13fix typo, from Randolf Richardson in PR 44559dholland
2011-01-22fix previous.christos
2011-01-22Make printing of lwp flags similar to the process one, identifying (O)nprocchristos
2010-07-28Do not check pcpu value against 100.0 but rather 99.95, to properlynjoly
2010-07-27Make %cpu drop the decimal part when reaching 100%, to stay in the 5njoly
2010-05-31Fix ps(1) and top(1) to show reasonable CPU numbers i.e. cpu_index() providedrmind
2010-05-14Don't break lines in .It, there be dragons in groff.joerg
2010-03-22Use .In instead of .Aq Pa for header filesjoerg
2009-10-21Bump date for uarea swap-out removal.wiz
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-03Bump date for previous.wiz
2009-08-03Remove reference to P_SYSTRACE.dsl
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-13Fix number of columns in .Bl. Escape %C.joerg
2009-02-14fix -Wsign-compare issueslukem
2009-02-03make sure the table stays aligned even if no groups are to be displayeddrochner
2009-02-03make sure the table stays aligned even if no groups are to be displayeddrochner
2008-12-28fix dev_t 64 bit issues.christos
2008-10-19Improve wording.wiz
2008-10-19Use 'O' for LSONPROC like solaris instead of bundling LSIDL, LSRUN, LSONPROCchristos
2008-09-26Sync usage with man page.wiz
2008-09-26Sort options.wiz
2008-09-26Add "ps -A" option. This displays information about all processes,apb
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-10ps -t? needs to imply -x. Otherwise the non-x logic filters all the resultsdholland
2008-02-10Add a CPUID keyword; idea and some of the code from Anon Ymouschristos
2007-12-31Remove systrace. Ok core@.ad
2007-12-12use __RCSID()lukem
2007-11-06Kill another use of PZERO.ad
2007-10-24make -s alter the default format rather than doing parsefmt.yamt