| Age | Commit message (Expand) | Author |
| 2022-01-26 | remove double t from targeted, add missing r to arbitrary | andvar |
| 2021-11-06 | s/maxiumum/maximum/ | msaitoh |
| 2021-09-15 | Don't assign v to newvar, so we can still access the original length. | christos |
| 2021-09-14 | reflect reality on flags. | christos |
| 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-09-10 | bin: remove unnecessary lint comment CONSTCOND | rillig |
| 2021-06-04 | use parsenum like everywhere else in the code. | christos |
| 2021-06-04 | Sort options in usage. | wiz |
| 2021-06-04 | Sort options in synopsis. | wiz |
| 2021-06-04 | PR standards/11223 | cjep |
| 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 |
| 2021-04-06 | We only need -Wno-format-y2k for print.c . | simonb |
| 2020-08-26 | Don't rely on the USPACE kernel define as a fallback if the vm.uspace | simonb |
| 2019-09-15 | ps(1): Guard freeing the memory of pinfo with __NO_LEAKS. | kamil |
| 2019-09-11 | Plug memory leak in ps(1) | kamil |
| 2019-08-06 | Restore maxrss, idrss, isrss, ixrss printing in ps(1) | kamil |
| 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 | kvm_geterr() already contains errno, use errx. | christos |
| 2018-04-11 | use EXIT_FAILURE instead of 1 | christos |
| 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 |