summaryrefslogtreecommitdiffstats
path: root/usr.bin/top
Commit message (Expand)AuthorAgeFilesLines
* new dependssjg2015-06-161-1/+0
* Add META_MODE support.sjg2015-06-132-1/+33
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-5/+4
| |\
| * \ Merge from head@274682sjg2014-11-191-2/+2
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-192-15/+102
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+0
| * | | | Updated dependenciessjg2014-05-101-0/+3
| * | | | Merge from headsjg2014-05-082-17/+31
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-051-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-121-2/+9
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Do no assume ${DESTDIR}/usr/include is always validsjg2013-02-201-1/+2
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-081-15/+16
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-042-22/+87
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+30
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Move contrib/top/top.X to contrib/top/top.xs and movemarcel2015-06-081-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Print size_t's with %zu rather than "%zd.kevlo2015-03-261-2/+2
* | | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Replace a magic number with the proper definition. This change actuallyjkim2014-10-291-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Cap the percent CPU of individual threads at 100% to fix some of thejhb2014-06-201-0/+2
* | | | | | | | Rework the notion of CPU used in top. In particular, for subsequentjhb2014-05-301-13/+97
* | | | | | | | Fix a couple of size_t != int warnings.jhb2014-05-271-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix width/alignment of JID column. Make it support up to the maximumbdrewery2014-05-031-15/+23
* | | | | | | Add -J command/flag to filter by jail name/jid. This will automaticallybdrewery2014-05-022-2/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Bump the CPU/WCPU column width by one so that it fits values from 100% upjhb2013-06-111-6/+6
| |_|_|_|/ |/| | | |
* | | | | Fix the 'C' field for a running thread to match the behavior describedjhb2013-03-111-2/+9
| |_|_|/ |/| | |
* | | | Use the correct size when allocating the cmdbuf string.rpaulo2012-11-191-14/+15
* | | | Add the PID column to the list of sort keys.rpaulo2012-11-111-1/+1
| |/ / |/| |
* | | Correct the order of the MFU and MRU labels. I had reversed them.jhb2012-10-191-1/+1
| |/ |/|
* | Fix two layout bugs in the previous change:jhb2012-07-021-1/+3
* | Add a new line to top that provides a brief summary of the ZFS ARC memoryjhb2012-06-272-21/+84
* | Clarify that the cached file data pages included in the "Wired" countjhb2012-06-271-1/+1
|/
* Fix string buffer overflow when preparing the line of output.kib2012-04-181-2/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-10/+10
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'jhb2011-07-181-5/+3
* Constantly print the command name and if set include the threadbz2011-07-181-8/+20
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-4/+4
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-2/+15
* Revert 130163 and let top use KERN_PROC_PROC when individual threads arejhb2011-07-151-17/+4
* Fix indentation.bz2011-07-141-1/+1
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.jhb2011-07-111-70/+78
* Always skip the kernel idle process if requested, it is not specific tojhb2011-07-071-5/+4
* - Document the -H option and 'H' key alongside other options and keysjhb2011-05-311-4/+0
* Add a new option to toggle the display of the system idle process (per-CPUjhb2011-05-311-0/+7
* Add missing header file.pluknet2011-05-201-0/+1
* Touch up the sample memory usage numbers a bit, to avoid wrappingkeramida2011-01-231-3/+6
* Memory stats are reported in bytes, not pages.brucec2010-11-131-10/+10
OpenPOWER on IntegriCloud