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
/
lib
/
libc
/
gen
/
scandir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
All these files include <stdlib.h>, so do not need to cast
deraadt
2015-08-20
1
-3
/
+3
*
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
millert
2015-02-05
1
-2
/
+2
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-3
/
+5
*
obvious reallocarray()
deraadt
2014-10-08
1
-3
/
+3
*
add some prototypes, casts, includes, parenthesis, and whatnot to
tedu
2013-04-17
1
-2
/
+3
*
Change scandir()'s 'select' argument from
guenther
2012-11-29
1
-2
/
+2
*
Make DIR a private type within libc, give it the same underlying
matthew
2012-03-22
1
-1
/
+2
*
Update alphasort() and scandir()'s argument types to match POSIX:
guenther
2012-03-22
1
-5
/
+5
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-2
/
+2
*
It seems st_size is not always a good estimator for the number of
ray
2007-06-26
1
-5
/
+7
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-9
/
+4
*
don't leak memory. free and netbsd via Patrick Latifi
tedu
2004-03-05
1
-29
/
+37
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
malloc paranoia; it is unlikely that any filesystem will support
millert
2002-07-30
1
-1
/
+7
*
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
-3
/
+3
*
realloc repair
deraadt
1998-08-14
1
-3
/
+9
*
copy d_type; giles@nemeton.com.au
deraadt
1997-07-24
1
-1
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+141