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