Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style fixes | Enji Cooper | 2017-01-09 | 1 | -4/+4 |
* | Export the whole thread name in kinfo_proc | Eric van Gyzen | 2016-12-07 | 1 | -6/+9 |
* | Add the laundry page count to the displays of systat, top, and vmstat. | Mark Johnston | 2016-11-10 | 2 | -10/+9 |
* | Add a toggle to display the approximate amount of swap used by each | Dag-Erling Smørgrav | 2016-09-05 | 1 | -8/+55 |
* | Use MIN() macro from sys/param.h. | Marcelo Araujo | 2016-04-27 | 1 | -1/+1 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -8/+0 |
* | Rename variable to reflect the condition. | Konstantin Belousov | 2016-02-09 | 1 | -4/+4 |
* | Rename P_KTHREAD struct proc p_flag to P_KPROC. | Konstantin Belousov | 2016-02-09 | 1 | -4/+4 |
* | Update dependencies after r291406 added libelf to libkvm. | Bryan Drewery | 2015-12-01 | 1 | -0/+1 |
* | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -1/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 2 | -1/+33 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -5/+4 |
| |\ | |||||
| * \ | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -15/+102 |
| |\ \ \ | |||||
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+3 |
| * | | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 2 | -17/+31 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -6/+6 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -2/+9 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | | Do no assume ${DESTDIR}/usr/include is always valid | Simon J. Gerraty | 2013-02-20 | 1 | -1/+2 |
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -15/+16 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -22/+87 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+30 |
* | | | | | | | | | | Move contrib/top/top.X to contrib/top/top.xs and move | Marcel Moolenaar | 2015-06-08 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Print size_t's with %zu rather than "%zd. | Kevin Lo | 2015-03-26 | 1 | -2/+2 |
* | | | | | | | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Replace a magic number with the proper definition. This change actually | Jung-uk Kim | 2014-10-29 | 1 | -2/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Cap the percent CPU of individual threads at 100% to fix some of the | John Baldwin | 2014-06-20 | 1 | -0/+2 |
* | | | | | | | Rework the notion of CPU used in top. In particular, for subsequent | John Baldwin | 2014-05-30 | 1 | -13/+97 |
* | | | | | | | Fix a couple of size_t != int warnings. | John Baldwin | 2014-05-27 | 1 | -2/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fix width/alignment of JID column. Make it support up to the maximum | Bryan Drewery | 2014-05-03 | 1 | -15/+23 |
* | | | | | | Add -J command/flag to filter by jail name/jid. This will automatically | Bryan Drewery | 2014-05-02 | 2 | -2/+8 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Bump the CPU/WCPU column width by one so that it fits values from 100% up | John Baldwin | 2013-06-11 | 1 | -6/+6 |
| |_|_|/ |/| | | | |||||
* | | | | Fix the 'C' field for a running thread to match the behavior described | John Baldwin | 2013-03-11 | 1 | -2/+9 |
| |_|/ |/| | | |||||
* | | | Use the correct size when allocating the cmdbuf string. | Rui Paulo | 2012-11-19 | 1 | -14/+15 |
* | | | Add the PID column to the list of sort keys. | Rui Paulo | 2012-11-11 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Correct the order of the MFU and MRU labels. I had reversed them. | John Baldwin | 2012-10-19 | 1 | -1/+1 |
* | | Fix two layout bugs in the previous change: | John Baldwin | 2012-07-02 | 1 | -1/+3 |
* | | Add a new line to top that provides a brief summary of the ZFS ARC memory | John Baldwin | 2012-06-27 | 2 | -21/+84 |
* | | Clarify that the cached file data pages included in the "Wired" count | John Baldwin | 2012-06-27 | 1 | -1/+1 |
|/ | |||||
* | Fix string buffer overflow when preparing the line of output. | Konstantin Belousov | 2012-04-18 | 1 | -2/+2 |
* | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -10/+10 |
* | Spelling fixes for usr.bin/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
* | Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus' | John Baldwin | 2011-07-18 | 1 | -5/+3 |
* | Constantly print the command name and if set include the thread | Bjoern A. Zeeb | 2011-07-18 | 1 | -8/+20 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | Bjoern A. Zeeb | 2011-07-18 | 1 | -4/+4 |
* | - Export each thread's individual resource usage in in struct kinfo_proc's | John Baldwin | 2011-07-18 | 1 | -2/+15 |