index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
vmstat
/
dkstats.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename variable to avoid shadow. from Brian Callahan
tedu
2017-05-30
1
-7
/
+7
*
straightforward realloc -> reallocarray conversion
tb
2016-09-04
1
-53
/
+53
*
Replace bzero with memset. No binary change.
mmcc
2015-12-24
1
-6
/
+6
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
Remove non-standard <sys/dkstat.h> header. It has not contained anything
miod
2014-09-15
1
-2
/
+2
*
Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate
deraadt
2010-09-24
1
-2
/
+13
*
Remove setresguid since it is no longer needed.
lum
2010-07-20
1
-11
/
+1
*
typos; ok jmc@
martynas
2007-11-26
1
-2
/
+2
*
add missing checks against NULL after realloc calls
chl
2007-10-24
1
-1
/
+19
*
add missing checks against NULL on last.dk_rbytes and last.dk_wbytes
chl
2007-10-23
1
-6
/
+7
*
spacing
deraadt
2006-03-31
1
-7
/
+7
*
lint-driven cleanup. nothing too scary in this diff.
deraadt
2006-03-31
1
-17
/
+21
*
delint; from David Hill
otto
2006-03-13
1
-4
/
+4
*
Use queue macros instead of directly accessing fields. ok pat@ "put it
otto
2005-10-17
1
-4
/
+4
*
make these use setres[ug]id for simple privilege dropping;
djm
2005-07-04
1
-7
/
+9
*
Fix pasto in realloc portion of dkreadstats; from Pedro Martelletto
millert
2004-04-22
1
-3
/
+3
*
new arg to disk_unbusy, to record separate read/write statistics.
tedu
2004-02-15
1
-40
/
+77
*
Add missing check for i < dk_ndrive in 2 loops; closes PR 3322
millert
2003-06-18
1
-9
/
+6
*
Make systat(1), iostat(8) and vmstat(8) automatically update their disk
tdeval
2002-12-16
1
-25
/
+162
*
ansi
deraadt
2002-09-17
1
-8
/
+5
*
only open kvm once between these two
deraadt
2002-08-04
1
-3
/
+12
*
wrap NOKVM variables too
deraadt
2002-06-28
1
-1
/
+9
*
mark which nlist[] kmem entries are not needed in the sysctl case, and which are
deraadt
2002-06-19
1
-14
/
+14
*
Missing newline at end of file. from krause
drahn
2002-06-08
1
-2
/
+2
*
if NOKVM is defined, do not do the KVM stuff at all
deraadt
2002-05-23
1
-19
/
+29
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-2
/
+2
*
plug mem leak; zero right amount of mem
deraadt
2001-07-21
1
-2
/
+3
*
Read struct diskstats from the kernel.
angelos
2001-06-03
1
-10
/
+11
*
No need to use calloc gratuitously.
angelos
2001-05-14
1
-3
/
+3
*
Use warn() consistently.
angelos
2001-05-14
1
-6
/
+6
*
Use the sysctl-based diskstats for live kernels. deraadt@ ok
angelos
2001-05-14
1
-43
/
+135
*
check for another allocation failure
deraadt
2001-01-02
1
-4
/
+6
*
More format string paranoia; deraadt@ ok
aaron
2000-10-03
1
-2
/
+2
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-2
/
+2
*
stop casting the third argument to kvm_read to char *. it is a void *.
art
1999-06-21
1
-2
/
+2
*
Move prototypes into dkstats.h so systat can get at them.
millert
1997-06-23
1
-4
/
+1
*
deleted warnx() about "no drives attached" since dkinit() is used in curses apps like systat
kstailey
1997-02-04
1
-4
/
+1
*
rcsid
deraadt
1996-06-26
1
-0
/
+1
*
libutil
deraadt
1996-05-22
1
-4
/
+4
*
Working disk statistics; NetBSD PR 2160
tholo
1996-03-03
1
-0
/
+271