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
/
vmstat
/
at
trash-bin2
5 files
Makefile
zap trailing newlines; "go for it" deraadt
11 years ago
dkstats.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
dkstats.h
fix a pasto in a comment: wxfers are for writes, not reads.
20 years ago
vmstat.8
replace links to uvm(9) to uvm_init(9); ok mpi
6 years ago
vmstat.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