| Age | Commit message (Expand) | Author |
| 2022-07-15 | add pool usage to the output, sharing the line with swap data. | mrg |
| 2021-04-16 | go back to right-aligning the titles for CPU and WCPU. | christos |
| 2021-04-03 | - Bump field width for state to accommodate > 9 CPUs | christos |
| 2020-11-17 | Support aarch64eb in */config.guess. | rin |
| 2019-10-13 | expand a buffer size to properly handle full-size 64 bit values | mrg |
| 2019-04-27 | simplify and explain | christos |
| 2019-04-26 | for "countable" lwp names, try to display name*<count> instead of truncating. | christos |
| 2018-11-05 | Fix typo s/fron/from/ | maya |
| 2018-10-30 | sysctl(KERN_BOPOTIME) started returning a struct timespec in 2009. | kre |
| 2018-08-26 | Document the WCPU field. | sevan |
| 2018-06-06 | rats in my attic, mice in my top. i've had enough of these damn rodents. | snj |
| 2018-06-03 | top(1): revert 1.11 | eadler |
| 2018-06-02 | top(1): chdir to / at init | eadler |
| 2018-05-31 | Fix read of unitialized array elements in top(1) | kamil |
| 2018-05-31 | Fix unitialized signal mask passed to sigaction(2) in top(1) | kamil |
| 2017-02-01 | Update supporting files for components which rely on autoconf to allow systems | sevan |
| 2017-01-12 | Fix couple of typos: | abhinav |
| 2016-12-28 | Document the `p' command in "interactive mode" that filters processes by pid. | leot |
| 2016-12-26 | Implement the `c' command in "interactive mode" that displays only commands | leot |
| 2016-08-27 | Be more careful/explicit with FP rounding when converting floating time | dholland |
| 2016-01-23 | PR/5068: Ingo Schwarze: Don't use the .af (alter format) request to display | christos |
| 2015-01-23 | use more markup | christos |
| 2014-05-13 | Don't die if we resize to smaller than Y_LINES. The display could do better, | christos |
| 2013-10-20 | remove unused variables | christos |
| 2013-10-01 | Allow interactive displays if the termcap entry does not have the `li' | roy |
| 2013-03-21 | revert previous, this is a mandoc issue (does not handle .if and .nr) | christos |
| 2013-03-21 | PR/47675: Nick Hudson: top(1) man page missing default number of seconds | christos |
| 2013-01-03 | explicitly include sys/resource.h | para |
| 2012-03-23 | Switch off per-cpu states by default (i.e. display a single CPU line with a | sborrill |
| 2012-03-23 | Mention that 1 can be used as an interactive command. | sborrill |
| 2011-12-24 | PR/45739: Moritz Wilhelmy: top(1) segfaults on WINCH with unknown terminal | christos |
| 2011-10-08 | Adjust UID header position, to be aligned with the datas. | njoly |
| 2011-04-15 | Swap the command and the thread name in the thread view and let the command | christos |
| 2010-07-03 | PR/43562: Witold Jan Wnuk: top: CPU percentages overlap labels | christos |
| 2010-06-30 | Avoid steps and other artefacts in head for more than 9 CPUs. | is |
| 2010-05-31 | Fix previous, so it builds on some ports. | rmind |
| 2010-05-31 | Fix ps(1) and top(1) to show reasonable CPU numbers i.e. cpu_index() provided | rmind |
| 2010-05-12 | implement fullcmd mode. Now we need to modernize the machine specific code | christos |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-07-27 | Make process CPU value drop the decimal part when reaching 100%, like | njoly |
| 2009-05-05 | PR/41358: YAMAMOTO Takashi: top -n is broken, don't return -1 early if | christos |
| 2009-05-05 | WARNS=4 | christos |
| 2009-04-24 | Drop the process WCPU decimal part when it reaches 100.0% (threaded | njoly |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-08 | Adjust weight of SIDL down so idle kthreads don't eat up all of the | ad |
| 2009-02-27 | On a multi-cpu/core machine, running 'top' and pressing '1' resulted | oster |
| 2008-12-13 | Sync usage with man page. | tsutsui |
| 2008-12-12 | back emalloc out, I don't want it. | christos |
| 2008-12-12 | - handle memory allocations gracefully using e-functions instread of | christos |
| 2008-08-29 | Both legs of conditional operator must return the same type. | gmcgarry |