index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
Age
Commit message (
Expand
)
Author
2021-02-06
Use message_set() instead of direct assignment to curr_message
Theo Buehler
2021-01-30
Fix delay parsing by stealing from strtonum and returning a proper error to
Martijn van Duren
2021-01-18
Move defiition of sum variable from header file to avoid issues with
mortimer
2021-01-09
kill trailing whitespace
Jasper Lievisse Adriaanse
2020-12-22
print all the rings on a nic without limiting it to the number of mclpools
David Gwynne
2020-09-14
pf: Merge NOTES column into NAME column
kn
2020-07-15
POWE9 CPUs provide an energy sensor that accumulates the emount of energy
Mark Kettenis
2020-06-22
Document "s" command
kn
2020-06-22
Remove ^Z mention
kn
2020-06-15
print the name of the rings in systat mbuf output too.
David Gwynne
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
2020-04-23
Document uvmexp.nswget without relying on implementation details.
Martin Pieuchot
2020-04-22
mark up a function name with .Fn;
Ingo Schwarze
2020-04-22
correct the description of the top line;
Ingo Schwarze
2020-01-16
Usually, -width Fl (which is 10n) is too wide and hence ugly.
Ingo Schwarze
2020-01-12
Add support for human readable numbers where applicable.
Martijn van Duren
2019-11-28
ks_mapblocks is gone
Philip Guenther
2019-10-17
Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.
Todd C. Miller
2019-10-14
pledge() won't work but we can use unveil() to reduce filesystem access
Theo de Raadt
2019-07-19
Make systat flushing output after a page display in rawmode (flags -b or -B)
solene
2019-07-04
set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twice
David Gwynne
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-09
Use the new sysctl to print systat pf 1. This now works even for unprived
Claudio Jeker
2019-05-08
allow switching to print stats since boot via 'b'.
Ted Unangst
2019-03-04
expose the interface queue drops in the interface view
David Gwynne
2019-03-04
make title a const char *.
David Gwynne
2019-02-18
Change ps_len of struct pfioc_states and psn_len of struct
Alexander Bluhm
2019-01-20
don't reuse global between functions; the value is wrong.
Ted Unangst
2019-01-17
use $OpenBSD markers
Ted Unangst
2018-12-10
Add a velocity sensor type (displayed as m/s)
Landry Breuil
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-09-13
Fix warnings caused by user_from_uid() and group_from_gid() now
Todd C. Miller
2018-09-07
Remove unnused af argument from unmask(), sync with pfctl
kn
2018-07-25
Document the spinning time of the CPU in systat(1) and top(1).
Alexander Bluhm
2018-07-08
iostat shows data in bytes, not kilobytes;
Jason McIntyre
2018-06-22
Constrain IPKTS/OPKTS from floating down beyond the rest of the
Kenneth R Westerback
2018-06-21
Shuffle fields around to eliminate blanks spots resulting from
Kenneth R Westerback
2018-06-20
Remove unused variable. Make clang happier.
Kenneth R Westerback
2018-06-19
Rename some unused fields in struct uvmexp to
Kenneth R Westerback
2018-06-01
Avoid some unnecessary calls to strlen(3) in systat uvm.
Alexander Bluhm
2018-05-30
tweak previous;
Jason McIntyre
2018-05-30
Add uvm view to show all values being collected in uvmexp.
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
2018-02-11
Make sorting in the pcache view work. This allows us to sort on all
Martijn van Duren
2018-02-08
Make pool order on size actually order on size instead of size*inuse.
Martijn van Duren
2018-02-08
Add the order keyword to systat global command interpreter.
Martijn van Duren
[next]