summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-171-34/+34
* Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha2018-10-051-31/+3
* KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha2018-09-261-3/+31
* Stopping counting and reporting CPU time spent spinning on a lock asmpi2018-05-141-13/+16
* garbage collect unused variable tmbenno2016-01-021-3/+1
* first batch of programs adapting to the namespace cleanupderaadt2015-01-161-2/+2
* Remove non-standard <sys/dkstat.h> header. It has not contained anythingmiod2014-09-151-2/+2
* Correctly NUL-terminate the cpu view array. Fix a segfault on powerpcmpi2013-09-111-2/+2
* Add a new screen "cpu" that simply lists the usage of each CPU core.reyk2013-09-071-0/+269