summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2018-01-12Fix an unitialized memory read bug in ps(1)kamil
2017-12-09ps: Rename local routine name from uname to usrnamekamil
2017-08-28Bump date for previous. Remove/replace bogus Tn uses.wiz
2017-08-28Remove the filesystem tracing featurekamil
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-12-26simplify logic; there must be no CPU usage when p_swtime is zerorin
2016-12-12Handle functions that use the offset from either kinfo_proc2/kinfo_lwp properly.christos
2016-12-02provide a tree like display with -d, from FreeBSDchristos
2016-11-28Calculate CPU usage (pcpu) once per process if it is required. This changerin
2016-11-28for donlist{,_sysctl}:rin
2016-11-28KNFrin
2016-09-05Drop main() prototype.sevan
2016-08-10Earliest reference in the TUHS archive is v3sevan
2016-08-10Document the version ps first appeared.sevan
2015-06-16remove \n from error messageschristos
2014-11-15Use l_wmesg if the string is not empty. Don't bother checking l_name forjoerg
2014-06-28Don't print junk errnos. Avoids:dholland
2014-04-20Don't bother using variables whose value is never changed from thedholland
2014-04-20Use an enum type for PRINTMODE vs. WIDTHMODE. Compiler output diffs havedholland
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