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
/
vmstat
/
dkstats.c
Age
Commit message (
Expand
)
Author
2010-09-24
Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate
Theo de Raadt
2010-07-20
Remove setresguid since it is no longer needed.
lum
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-10-24
add missing checks against NULL after realloc calls
Charles Longeau
2007-10-23
add missing checks against NULL on last.dk_rbytes and last.dk_wbytes
Charles Longeau
2006-03-31
spacing
Theo de Raadt
2006-03-31
lint-driven cleanup. nothing too scary in this diff.
Theo de Raadt
2006-03-13
delint; from David Hill
Otto Moerbeek
2005-10-17
Use queue macros instead of directly accessing fields. ok pat@ "put it
Otto Moerbeek
2005-07-04
make these use setres[ug]id for simple privilege dropping;
Damien Miller
2004-04-22
Fix pasto in realloc portion of dkreadstats; from Pedro Martelletto
Todd C. Miller
2004-02-15
new arg to disk_unbusy, to record separate read/write statistics.
Ted Unangst
2003-06-18
Add missing check for i < dk_ndrive in 2 loops; closes PR 3322
Todd C. Miller
2002-12-16
Make systat(1), iostat(8) and vmstat(8) automatically update their disk
Thierry Deval
2002-09-17
ansi
Theo de Raadt
2002-08-04
only open kvm once between these two
Theo de Raadt
2002-06-28
wrap NOKVM variables too
Theo de Raadt
2002-06-19
mark which nlist[] kmem entries are not needed in the sysctl case, and which are
Theo de Raadt
2002-06-08
Missing newline at end of file. from krause
Dale Rahn
2002-05-23
if NOKVM is defined, do not do the KVM stuff at all
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-21
plug mem leak; zero right amount of mem
Theo de Raadt
2001-06-03
Read struct diskstats from the kernel.
Angelos D. Keromytis
2001-05-14
No need to use calloc gratuitously.
Angelos D. Keromytis
2001-05-14
Use warn() consistently.
Angelos D. Keromytis
2001-05-14
Use the sysctl-based diskstats for live kernels. deraadt@ ok
Angelos D. Keromytis
2001-01-02
check for another allocation failure
Theo de Raadt
2000-10-03
More format string paranoia; deraadt@ ok
Aaron Campbell
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-06-21
stop casting the third argument to kvm_read to char *. it is a void *.
Artur Grabowski
1997-06-23
Move prototypes into dkstats.h so systat can get at them.
Todd C. Miller
1997-02-04
deleted warnx() about "no drives attached" since dkinit() is used in curses a...
kstailey
1996-06-26
rcsid
Theo de Raadt
1996-05-22
libutil
Theo de Raadt
1996-03-03
Working disk statistics; NetBSD PR 2160
Thorsten Lockert