| Commit message (Expand) | Author | Age | Files | Lines |
* | don't reuse global between functions; the value is wrong. |  tedu | 2019-01-20 | 1 | -3/+5 |
* | Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs. |  cheloha | 2018-11-17 | 1 | -13/+30 |
* | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. |  cheloha | 2018-10-05 | 1 | -26/+7 |
* | KERN_CPTIME2: set ENODEV if the CPU is offline. |  cheloha | 2018-09-26 | 1 | -7/+26 |
* | Constrain IPKTS/OPKTS from floating down beyond the rest of the |  krw | 2018-06-22 | 1 | -19/+24 |
* | Do not ignore nice time in systat(1). The sum would not be 100%, |  bluhm | 2018-05-19 | 1 | -4/+6 |
* | Stopping counting and reporting CPU time spent spinning on a lock as |  mpi | 2018-05-14 | 1 | -5/+5 |
* | test for failing allocation using the standard idiom; prompted by Nan Xiao |  otto | 2018-05-03 | 1 | -2/+4 |
* | Remove statements that have no effect from X(), Y() and Z() #define's. |  krw | 2016-12-18 | 1 | -4/+4 |
* | Convert quad_t to int64_t and %q to %ll |  guenther | 2016-08-24 | 1 | -9/+9 |
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope |  deraadt | 2015-08-20 | 1 | -2/+2 |
* | first batch of programs adapting to the namespace cleanup |  deraadt | 2015-01-16 | 1 | -5/+8 |
* | <sys/buf.h> isn't actually needed here |  guenther | 2014-11-23 | 1 | -2/+1 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -6/+5 |
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly |  mpi | 2014-04-08 | 1 | -3/+2 |
* | sometimes we find .h we no longer need |  deraadt | 2013-10-31 | 1 | -2/+3 |
* | Don't display swapin/swapout uvmexp fields |  miod | 2013-05-14 | 1 | -3/+1 |
* | Make KERN_CPTIME return an avarage number of ticks across all CPUs |  mikeb | 2010-11-19 | 1 | -11/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -8/+1 |
* | tie IPKTS/OPKTS to bottom corner for smaller screens |  deraadt | 2009-08-14 | 1 | -10/+6 |
* | there are louder and louder moans about the inability to see packet |  deraadt | 2009-08-13 | 1 | -2/+14 |
* | Hinge at the natural rollover point 9999x instead of 1024x when switching to |  drahn | 2009-05-03 | 1 | -4/+4 |
* | allow the disk transfer speed numbers to show useable numbers when disks |  deraadt | 2009-03-30 | 1 | -4/+30 |
* | Warning cleanup including unused variables and shadowed names |  canacar | 2008-12-07 | 1 | -28/+28 |
* | Improve reporting of cache misses in the vmstat view. Previously |  canacar | 2008-11-01 | 1 | -4/+4 |
* | compile on older gcc; no decl after code |  deraadt | 2008-06-13 | 1 | -4/+3 |
* | New display engine for systat, based on pftop. Adds new views for pf |  canacar | 2008-06-12 | 1 | -38/+81 |
* | malloc(n * m) -> calloc(n, m); from zinovik |  deraadt | 2007-09-01 | 1 | -3/+3 |
* | use the 1 line load line from 'systat vm' on all the other displays, giving |  deraadt | 2007-02-25 | 1 | -48/+11 |
* | fix macro abuse leading to stray numbers in the vm display. |  otto | 2006-11-13 | 1 | -4/+6 |
* | remove comments that says we dont count intr time and remove some code that |  dlg | 2006-04-14 | 1 | -15/+2 |
* | show cpu time spent in interrupts. ive been wanting this for years. |  dlg | 2006-04-14 | 1 | -11/+7 |
* | spacing |  deraadt | 2006-03-31 | 1 | -3/+3 |
* | fairly simple cleanup, lots of testing done |  deraadt | 2006-03-31 | 1 | -8/+8 |
* | give more space to the memory columns in vm page; deraadt@ ok |  mickey | 2006-03-28 | 1 | -11/+11 |
* | - when we run out of static kernel map entries, grab a fresh page using |  pedro | 2005-09-28 | 1 | -3/+7 |
* | nlist.h not needed |  deraadt | 2005-04-04 | 1 | -3/+2 |
* | adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to |  deraadt | 2004-09-23 | 1 | -13/+39 |
* | remove post-mortem stuff (sysctl only here) |  deraadt | 2004-07-09 | 1 | -25/+2 |
* | Remove special #if defined(__i386__) code from systat and vmstat. We now use |  aaron | 2004-06-28 | 1 | -140/+50 |
* | divide etime by ncpu |  deraadt | 2004-06-11 | 1 | -3/+13 |
* | oops |  deraadt | 2004-06-11 | 1 | -4/+4 |
* | on i386 machines, attempt to peek inside apic_intrhand[] as well, so that |  deraadt | 2004-06-11 | 1 | -2/+48 |
* | with modern disks data transfers rates above 10000 kByte/s are seen |  henning | 2004-05-22 | 1 | -4/+4 |
* | don't print stats until they're stable, prevents seeing weird stuff in |  tedu | 2004-04-23 | 1 | -4/+9 |
* | 'split' command for iostat mode |  tedu | 2004-02-15 | 1 | -3/+3 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -4/+6 |
* | duh |  mickey | 2003-10-16 | 1 | -3/+3 |
* | also print the uvmexp.zeropages if there is space in vm screen |  mickey | 2003-10-15 | 1 | -2/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |