| Age | Commit message (Expand) | Author |
| 2018-01-12 | Fix an unitialized memory read bug in ps(1) | kamil |
| 2017-12-09 | ps: Rename local routine name from uname to usrname | kamil |
| 2017-08-28 | Bump date for previous. Remove/replace bogus Tn uses. | wiz |
| 2017-08-28 | Remove the filesystem tracing feature | kamil |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-12-26 | simplify logic; there must be no CPU usage when p_swtime is zero | rin |
| 2016-12-12 | Handle functions that use the offset from either kinfo_proc2/kinfo_lwp properly. | christos |
| 2016-12-02 | provide a tree like display with -d, from FreeBSD | christos |
| 2016-11-28 | Calculate CPU usage (pcpu) once per process if it is required. This change | rin |
| 2016-11-28 | for donlist{,_sysctl}: | rin |
| 2016-11-28 | KNF | rin |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2016-08-10 | Earliest reference in the TUHS archive is v3 | sevan |
| 2016-08-10 | Document the version ps first appeared. | sevan |
| 2015-06-16 | remove \n from error messages | christos |
| 2014-11-15 | Use l_wmesg if the string is not empty. Don't bother checking l_name for | joerg |
| 2014-06-28 | Don't print junk errnos. Avoids: | dholland |
| 2014-04-20 | Don't bother using variables whose value is never changed from the | dholland |
| 2014-04-20 | Use an enum type for PRINTMODE vs. WIDTHMODE. Compiler output diffs have | dholland |
| 2014-02-19 | Remove some pointless inclusions os sys/user.h | dsl |
| 2014-01-15 | Bump date for previous. | wiz |
| 2014-01-15 | Make ps -s use LTIME instead of TIME in the default output format. | mlelstv |
| 2014-01-15 | Add an LTIME column that prints lwp cputime. | mlelstv |
| 2012-06-03 | Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to | joerg |
| 2012-05-07 | Push logic to convert a ttyname to a device number into its own | joerg |
| 2012-04-15 | Increase width of table column so it formats more nicely. | wiz |
| 2012-04-15 | Choose better argument name for `-U' (sync with man page). | wiz |
| 2012-04-15 | - choose better argument name for `-U'; | wiz |
| 2012-03-20 | Use C89 function definitions | matt |
| 2012-03-15 | Remove trailing whitespace. | wiz |
| 2012-03-15 | Fix obsolete example (that referred to letters in process state that are | christos |
| 2012-02-23 | The 'lstart' column uses strftime %c, not %C. Noted by mrg. | dholland |
| 2012-02-13 | Remove unused variable. | wiz |
| 2012-01-27 | Minor English improvements for -w, partly from Snader_LB. | dholland |
| 2011-08-29 | Use __dead | joerg |
| 2011-08-14 | Document non-literal formats | christos |
| 2011-06-13 | When converting from pages to kilobytes, cast the return value of | dholland |
| 2011-02-13 | fix typo, from Randolf Richardson in PR 44559 | dholland |
| 2011-01-22 | fix previous. | christos |
| 2011-01-22 | Make printing of lwp flags similar to the process one, identifying (O)nproc | christos |
| 2010-07-28 | Do not check pcpu value against 100.0 but rather 99.95, to properly | njoly |
| 2010-07-27 | Make %cpu drop the decimal part when reaching 100%, to stay in the 5 | njoly |
| 2010-05-31 | Fix ps(1) and top(1) to show reasonable CPU numbers i.e. cpu_index() provided | rmind |
| 2010-05-14 | Don't break lines in .It, there be dragons in groff. | joerg |
| 2010-03-22 | Use .In instead of .Aq Pa for header files | joerg |
| 2009-10-21 | Bump date for uarea swap-out removal. | wiz |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-08-03 | Bump date for previous. | wiz |
| 2009-08-03 | Remove reference to P_SYSTRACE. | dsl |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |