summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use message_set() instead of direct assignment to curr_messagetb2021-02-061-3/+3
* Fix delay parsing by stealing from strtonum and returning a proper error tomartijn2021-01-301-12/+64
* Move defiition of sum variable from header file to avoid issues withmortimer2021-01-182-3/+6
* kill trailing whitespacejasper2021-01-091-12/+12
* print all the rings on a nic without limiting it to the number of mclpoolsdlg2020-12-221-2/+2
* pf: Merge NOTES column into NAME columnkn2020-09-141-29/+14
* POWE9 CPUs provide an energy sensor that accumulates the emount of energykettenis2020-07-151-1/+4
* Document "s" commandkn2020-06-221-1/+3
* Remove ^Z mentionkn2020-06-221-5/+2
* print the name of the rings in systat mbuf output too.dlg2020-06-151-14/+17
* pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha2020-05-151-2/+2
* Document uvmexp.nswget without relying on implementation details.mpi2020-04-231-4/+3
* mark up a function name with .Fn;schwarze2020-04-221-2/+3
* correct the description of the top line;schwarze2020-04-221-3/+3
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-161-4/+4
* Add support for human readable numbers where applicable.martijn2020-01-124-37/+40
* ks_mapblocks is goneguenther2019-11-281-2/+1
* Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.millert2019-10-171-8/+7
* pledge() won't work but we can use unveil() to reduce filesystem accessderaadt2019-10-141-1/+6
* Make systat flushing output after a page display in rawmode (flags -b or -B)solene2019-07-191-1/+2
* set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twicedlg2019-07-041-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2813-47/+47
* Use the new sysctl to print systat pf 1. This now works even for unprivedclaudio2019-05-091-8/+6
* allow switching to print stats since boot via 'b'.tedu2019-05-082-9/+45
* expose the interface queue drops in the interface viewdlg2019-03-043-10/+119
* make title a const char *.dlg2019-03-041-2/+2
* Change ps_len of struct pfioc_states and psn_len of structbluhm2019-02-181-38/+38
* don't reuse global between functions; the value is wrong.tedu2019-01-201-3/+5
* use $OpenBSD markerstedu2019-01-175-5/+5
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-2/+5
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-172-47/+64
* Revert KERN_CPTIME2 ENODEV changes in kernel and userspace.cheloha2018-10-052-57/+10
* KERN_CPTIME2: set ENODEV if the CPU is offline.cheloha2018-09-262-10/+57
* Fix warnings caused by user_from_uid() and group_from_gid() nowmillert2018-09-131-2/+2
* Remove unnused af argument from unmask(), sync with pfctlkn2018-09-071-10/+6
* Document the spinning time of the CPU in systat(1) and top(1).bluhm2018-07-251-5/+5
* iostat shows data in bytes, not kilobytes;jmc2018-07-081-3/+3
* Constrain IPKTS/OPKTS from floating down beyond the rest of thekrw2018-06-222-23/+28
* Shuffle fields around to eliminate blanks spots resulting fromkrw2018-06-211-58/+40
* Remove unused variable. Make clang happier.krw2018-06-201-3/+1
* Rename some unused fields in struct uvmexp tokrw2018-06-192-35/+15
* Avoid some unnecessary calls to strlen(3) in systat uvm.bluhm2018-06-011-5/+7
* tweak previous;jmc2018-05-301-12/+13
* Add uvm view to show all values being collected in uvmexp.krw2018-05-305-7/+495
* Do not ignore nice time in systat(1). The sum would not be 100%,bluhm2018-05-191-4/+6
* Stopping counting and reporting CPU time spent spinning on a lock asmpi2018-05-142-18/+21
* test for failing allocation using the standard idiom; prompted by Nan Xiaootto2018-05-031-2/+4
* Make sorting in the pcache view work. This allows us to sort on allmartijn2018-02-112-23/+216
* Make pool order on size actually order on size instead of size*inuse.martijn2018-02-081-9/+3
* Add the order keyword to systat global command interpreter.martijn2018-02-085-7/+60