summaryrefslogtreecommitdiff
path: root/usr.bin/systat/cpu.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-10-05Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha
2018-09-26KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha
2018-05-14Stopping counting and reporting CPU time spent spinning on a lock asMartin Pieuchot
2016-01-02garbage collect unused variable tmSebastian Benoit
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2013-09-11Correctly NUL-terminate the cpu view array. Fix a segfault on powerpcMartin Pieuchot
2013-09-07Add a new screen "cpu" that simply lists the usage of each CPU core.Reyk Floeter