tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
systat
/
at
jcs
24 files
Makefile
Make CPU frequencies human readable with -h in `systat sensors`. ok miod@
1 year ago
cache.c
use $OpenBSD markers ok millert mpi
7 years ago
cache.h
use $OpenBSD markers ok millert mpi
7 years ago
cpu.c
Zap unused variables/functions under /usr/src/*bin/
4 years ago
engine.c
The uvm display abuses the FLD subsystem with a set of empty labels, which results in an extra blank line. Work around this by noticing all the labels are empty and not doing a newline.
1 month ago
engine.h
Use nanosleep() and setitimer() instead of usleep() and ualarm(). Both usleep() and ualarm() are obsolete and were removed from POSIX. OK deraadt@
4 years ago
if.c
remove unneeded semicolons; checked by millert@
2 years ago
inetname.c
add missing KAME hack in netstat view
3 months ago
iostat.c
Fix iostat per-device values when in boot time mode ('b'). The values should be displayed as-is and not normalized based on the sleep interval. From Anindya Mukherjee
4 years ago
main.c
remove unneeded semicolons; checked by millert@
2 years ago
malloc.c
ks_mapblocks is gone
6 years ago
mbufs.c
print all the rings on a nic without limiting it to the number of mclpools
5 years ago
netstat.c
remove unneeded semicolons; checked by millert@
2 years ago
nfs.c
remove prototypes with no matching function
2 years ago
pf.c
Show pf fragment reassembly counters.
2 years ago
pftop.c
fix indentation and remove uneeded braces feedback and ok tb@
2 years ago
pigs.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
pool.c
remove prototypes with no matching function
2 years ago
sensors.c
Make CPU frequencies human readable with -h in `systat sensors`. ok miod@
1 year ago
swap.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
systat.1
Add new counters for lock upgrades.
1 year ago
systat.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
uvm.c
Reuse an unused field in uvmexp, and introduce swpskip. In the near future, this will count how many times pages are not sent to swap because the pagedaemon detects the swap system won't be able to deliver results (and toss the cluster of pages back) ok beck
1 month ago
vmstat.c
Add new counters for lock upgrades.
1 year ago