aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Limit top display of total swap size by the max swap size system canKonstantin Belousov2017-10-251-1/+12
* Enhance top(1) to filter on multiple usernamesPietro Cerutti2017-08-071-2/+14
* Fix top(1) output when zfs.ko is loaded but ZFS is not in use.Mark Johnston2017-07-211-4/+5
* top: Missing man page update for r319866Allan Jude2017-06-121-4/+1
* top: Change the way the ZFS ARC compression ratio is calculatedAllan Jude2017-06-121-5/+3
* Explain the new fields in top(1) related to ZFS compressed ARCAllan Jude2017-05-181-4/+17
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-1/+1
* fix top(1) ZFS compressed ARC supportAllan Jude2017-03-311-3/+4
* Provide proper contemporary function prototypes for many of the functionsRobert Watson2017-03-261-1/+1
* Add ZFS compressed ARC stats to top(1)Allan Jude2017-03-171-6/+33
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* Style fixesEnji Cooper2017-01-091-4/+4
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-6/+9
* Add the laundry page count to the displays of systat, top, and vmstat.Mark Johnston2016-11-102-10/+9
* Add a toggle to display the approximate amount of swap used by eachDag-Erling Smørgrav2016-09-051-8/+55
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-8/+0
* Rename variable to reflect the condition.Konstantin Belousov2016-02-091-4/+4
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-4/+4
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-132-1/+33
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-5/+4
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-191-2/+2
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-192-15/+102
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+3
| * | | | Merge from headSimon J. Gerraty2014-05-082-17/+31
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ sync from headSimon J. Gerraty2013-04-121-2/+9
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Do no assume ${DESTDIR}/usr/include is always validSimon J. Gerraty2013-02-201-1/+2
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | Sync with HEAD.David E. O'Brien2013-02-081-15/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-22/+87
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+30
* | | | | | | | | | Move contrib/top/top.X to contrib/top/top.xs and moveMarcel Moolenaar2015-06-081-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Print size_t's with %zu rather than "%zd.Kevin Lo2015-03-261-2/+2
* | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Replace a magic number with the proper definition. This change actuallyJung-uk Kim2014-10-291-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Cap the percent CPU of individual threads at 100% to fix some of theJohn Baldwin2014-06-201-0/+2
* | | | | | | Rework the notion of CPU used in top. In particular, for subsequentJohn Baldwin2014-05-301-13/+97
* | | | | | | Fix a couple of size_t != int warnings.John Baldwin2014-05-271-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix width/alignment of JID column. Make it support up to the maximumBryan Drewery2014-05-031-15/+23
* | | | | | Add -J command/flag to filter by jail name/jid. This will automaticallyBryan Drewery2014-05-022-2/+8
| |_|_|_|/ |/| | | |
* | | | | Bump the CPU/WCPU column width by one so that it fits values from 100% upJohn Baldwin2013-06-111-6/+6
| |_|_|/ |/| | |
* | | | Fix the 'C' field for a running thread to match the behavior describedJohn Baldwin2013-03-111-2/+9
| |_|/ |/| |
* | | Use the correct size when allocating the cmdbuf string.Rui Paulo2012-11-191-14/+15