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
14 days
Make CPU frequencies human readable with -h in `systat sensors`.
Matthieu Herrb
2024-09-25
remove some unneeded Xo/Xc calls; from evan silberman
Jason McIntyre
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-18
remove prototypes with no matching function
Jonathan Gray
2024-05-01
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-22
fix indentation and remove uneeded braces
Jonathan Gray
2024-04-22
Show pf fragment reassembly counters.
Alexander Bluhm
2024-04-19
Revert per-CPU caches a double-free has been found by naddy@.
Martin Pieuchot
2024-04-17
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2023-10-10
Drop GCC_PRINTFLIKE() at function definition
Theo Buehler
2023-10-10
Fix a format warning about a non-literal string
Theo Buehler
2023-07-04
The recent change to DIOCGETRULE allows applications which
Alexandr Nedvedicky
2023-04-19
remove duplicate includes
Jonathan Gray
2022-12-28
systat(1): vmstat: dinfo(): compute rates using real elapsed time
Scott Soule Cheloha
2022-12-04
systat(1): vmstat: measure elapsed time with clock_gettime(2) instead of ticks
Scott Soule Cheloha
2022-11-27
Move UVM "swpgonly" from Daemon Counters to Swap Counters
Klemens Nanni
2022-11-27
Zap nonexistent "vnodepages" and "vtextpages" UVM Page Counters
Klemens Nanni
2022-02-22
MAXCOMLEN is no longer needed in these programs, so remove the annotation
Theo de Raadt
2022-02-22
need a local nitems() definition
Theo de Raadt
2022-02-20
sys/proc.h requires sys/signal.h (will become visible when sys/param.h
Theo de Raadt
2022-02-19
mininumu -> minimum
Jonathan Gray
2021-11-29
local copy of roundup() means no more sys/param.h
Theo de Raadt
2021-10-25
Zap unused variables/functions under /usr/src/*bin/
Klemens Nanni
2021-08-14
Fix iostat per-device values when in boot time mode ('b').
Todd C. Miller
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-07-02
Use nanosleep() and setitimer() instead of usleep() and ualarm().
Todd C. Miller
2021-06-02
Make the hints at the bottom row sticky by turning the knobs toggles.
Martijn van Duren
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
[next]