summaryrefslogtreecommitdiffstats
path: root/usr.bin/kstat/kstat.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25fix filtering on kstat unit numbersdlg1-4/+4
2020-12-29fflush after outputting a set of stats.dlg1-1/+3
2020-08-13new kstat(1) manual page, using info from dlg@, from his commit messages,schwarze1-2/+2
2020-08-11add -w so kstat can update and print stats at a specified wait interval.dlg1-4/+47
2020-08-10sigh, i made the previous diff to small.dlg1-38/+38
2020-08-10factor out the printing of kstats. no functional change otherwise.dlg1-7/+19
2020-08-10add the ability to filter which kstats are displayed.dlg1-16/+162
2020-07-06add kstat(8), the userland side of kstat(4).dlg1-0/+340