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
/
stdio
/
fvwrite.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use recallocarray() to avoid leaving detritus in memory when resizing
millert
2017-03-17
1
-2
/
+3
*
When reallocating the buffer for asprintf(), just round up to the
millert
2017-03-16
1
-6
/
+5
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-3
/
+3
*
Fix the handle locking in stdio to use flockfile/funlockfile
kurt
2009-11-09
1
-4
/
+4
*
Back out previous commit, as it caused too much growth for the install
guenther
2009-10-22
1
-4
/
+4
*
Fix the handle locking in stdio to use flockfile/funlockfile
guenther
2009-10-21
1
-4
/
+4
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
deregister + ansify, no change in object code. ok deraadt@ millert@
otto
2004-09-28
1
-8
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
a first pass at -Wall
deraadt
2001-07-09
1
-1
/
+2
*
Local changes that should not have gone in
millert
1999-08-07
1
-7
/
+2
*
If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk
millert
1999-08-07
1
-2
/
+7
*
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org
millert
1998-11-20
1
-9
/
+11
*
realloc repair
deraadt
1998-08-14
1
-4
/
+5
*
Deal with realloc() failure in v?asprintf()
millert
1997-11-30
1
-2
/
+3
*
Implement asprintf(3) and vasprintf(3) functions similar to the
millert
1997-11-29
1
-1
/
+17
*
Need <errno.h>
tholo
1996-10-26
1
-1
/
+2
*
Set errno when trying to write to a read-only stream
tholo
1996-10-26
1
-2
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-6
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+194