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