| Age | Commit message (Expand) | Author |
| 2014-01-15 | Add an LTIME column that prints lwp cputime. | mlelstv |
| 2012-03-20 | Use C89 function definitions | matt |
| 2012-02-13 | Remove unused variable. | wiz |
| 2011-06-13 | When converting from pages to kilobytes, cast the return value of | 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 |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-02-14 | fix -Wsign-compare issues | lukem |
| 2009-02-03 | make sure the table stays aligned even if no groups are to be displayed | drochner |
| 2009-02-03 | make sure the table stays aligned even if no groups are to be displayed | drochner |
| 2008-12-28 | fix dev_t 64 bit issues. | christos |
| 2008-10-19 | Use 'O' for LSONPROC like solaris instead of bundling LSIDL, LSRUN, LSONPROC | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-10 | Add a CPUID keyword; idea and some of the code from Anon Ymous | christos |
| 2007-12-31 | Remove systrace. Ok core@. | ad |
| 2007-11-06 | Kill another use of PZERO. | ad |
| 2007-09-01 | add a keyword "lname", to print l_name. | yamt |
| 2007-07-28 | Don't call P_ZOMBIE(struct kinfo_proc2), it's p_stat field contains | dsl |
| 2007-02-17 | Revert the changes done after newlock2 merge, except for the removal of | pavel |
| 2007-02-10 | Further changes to use compat process flags mapped by sysctl. To be | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2006-10-29 | Add support for printing the emulation of the process. | christos |
| 2006-10-02 | * When all columns are given null customised headers, the blank header | apb |
| 2005-06-27 | Add some more const so that this compiles again. | christos |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-06-07 | Appease -Wuninitialized by initializing val and uval to 0. | he |
| 2004-11-16 | print TTY instead of TT, one question mark instead of two and always the | christos |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-03-27 | Gah, fix uninitialised variable with the "etime" change. _Never_ be | simonb |
| 2004-03-27 | Add support for the POSIX.2 "args" and "comm" keywords. "args" is just | simonb |
| 2004-03-27 | Add support for the POSIX.2 "etime" keyword - shows the elapsed time | simonb |
| 2004-03-27 | #define<TAB> | simonb |
| 2004-03-27 | Use some constants from <tzfile.h>. | simonb |
| 2004-03-27 | Wrap some long lines. | simonb |
| 2004-03-27 | Fix grammar in a comment. | simonb |
| 2004-03-27 | KNF, ANSFify, de-__P, unC++ify, white space nits. | simonb |
| 2004-02-24 | Spell interrupt with two rs. From Peter Postma. | wiz |
| 2004-01-11 | g/c SDEAD | jdolecek |
| 2003-08-07 | Move 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-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-06-19 | g/c procfs fallback code, it's redundant now that we use sysctl to get | jdolecek |
| 2002-06-17 | Document some missing flags and add systrace(1) 'x' flag. | christos |
| 2002-04-24 | Since kinfo_proc2 has many values that are 64-bit, ps needs to know | nathanw |