summaryrefslogtreecommitdiff
path: root/bin/ps/print.c
AgeCommit message (Expand)Author
2014-01-15Add an LTIME column that prints lwp cputime.mlelstv
2012-03-20Use C89 function definitionsmatt
2012-02-13Remove unused variable.wiz
2011-06-13When converting from pages to kilobytes, cast the return value ofdholland
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
2009-10-21Remove uarea swap-out functionality:rmind
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
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-19Use 'O' for LSONPROC like solaris instead of bundling LSIDL, LSRUN, LSONPROCchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-10Add a CPUID keyword; idea and some of the code from Anon Ymouschristos
2007-12-31Remove systrace. Ok core@.ad
2007-11-06Kill another use of PZERO.ad
2007-09-01add a keyword "lname", to print l_name.yamt
2007-07-28Don't call P_ZOMBIE(struct kinfo_proc2), it's p_stat field containsdsl
2007-02-17Revert the changes done after newlock2 merge, except for the removal ofpavel
2007-02-10Further changes to use compat process flags mapped by sysctl. To bead
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2006-10-29Add support for printing the emulation of the process.christos
2006-10-02* When all columns are given null customised headers, the blank headerapb
2005-06-27Add some more const so that this compiles again.christos
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-06-07Appease -Wuninitialized by initializing val and uval to 0.he
2004-11-16print TTY instead of TT, one question mark instead of two and always thechristos
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-03-27Gah, fix uninitialised variable with the "etime" change. _Never_ besimonb
2004-03-27Add support for the POSIX.2 "args" and "comm" keywords. "args" is justsimonb
2004-03-27Add support for the POSIX.2 "etime" keyword - shows the elapsed timesimonb
2004-03-27#define<TAB>simonb
2004-03-27Use some constants from <tzfile.h>.simonb
2004-03-27Wrap some long lines.simonb
2004-03-27Fix grammar in a comment.simonb
2004-03-27KNF, ANSFify, de-__P, unC++ify, white space nits.simonb
2004-02-24Spell interrupt with two rs. From Peter Postma.wiz
2004-01-11g/c SDEADjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-06- add keywords for utime, stime and ctime (output sss.ssssss if small)dsl
2003-03-01Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernelatatat
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06interrupt with two rs.wiz
2002-06-19g/c procfs fallback code, it's redundant now that we use sysctl to getjdolecek
2002-06-17Document some missing flags and add systrace(1) 'x' flag.christos
2002-04-24Since kinfo_proc2 has many values that are 64-bit, ps needs to knownathanw