aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add the PID column to the list of sort keys.Rui Paulo2012-11-111-1/+1
| |/ |/|
* | Correct the order of the MFU and MRU labels. I had reversed them.John Baldwin2012-10-191-1/+1
* | Fix two layout bugs in the previous change:John Baldwin2012-07-021-1/+3
* | Add a new line to top that provides a brief summary of the ZFS ARC memoryJohn Baldwin2012-06-272-21/+84
* | Clarify that the cached file data pages included in the "Wired" countJohn Baldwin2012-06-271-1/+1
|/
* Fix string buffer overflow when preparing the line of output.Konstantin Belousov2012-04-181-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-10/+10
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'John Baldwin2011-07-181-5/+3
* Constantly print the command name and if set include the threadBjoern A. Zeeb2011-07-181-8/+20
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-4/+4
* - Export each thread's individual resource usage in in struct kinfo_proc'sJohn Baldwin2011-07-181-2/+15
* Revert 130163 and let top use KERN_PROC_PROC when individual threads areJohn Baldwin2011-07-151-17/+4
* Fix indentation.Bjoern A. Zeeb2011-07-141-1/+1
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-111-70/+78
* Always skip the kernel idle process if requested, it is not specific toJohn Baldwin2011-07-071-5/+4