| Age | Commit message (Expand) | Author |
| 2022-01-26 | remove double t from targeted, add missing r to arbitrary | andvar |
| 2021-09-14 | use emalloc and friends, add ktrace flag printing. | christos |
| 2021-09-14 | Provide symbolic printing of some keywords by capitalizing them. | christos |
| 2021-04-17 | Remove SCCS workaround. No binary change. | maya |
| 2021-04-06 | - dedup code | christos |
| 2021-04-06 | Fix the column width calculation for the lstart column if an empty | simonb |
| 2019-06-19 | Add a fallback definition of LSDEAD in ps(1) | kamil |
| 2019-06-18 | Make LSDEAD usage conditional | kamil |
| 2018-09-19 | Don't display l_wchan, either there is something in l_wmesg and we display | maxv |
| 2018-04-11 | use EXIT_FAILURE instead of 1 | christos |
| 2017-12-09 | ps: Rename local routine name from uname to usrname | kamil |
| 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 |
| 2014-11-15 | Use l_wmesg if the string is not empty. Don't bother checking l_name for | joerg |
| 2014-04-20 | Use an enum type for PRINTMODE vs. WIDTHMODE. Compiler output diffs have | dholland |
| 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 |