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
/
vasprintf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
I am retiring my old email address; replace it with my OpenBSD one.
millert
2019-01-25
1
-2
/
+2
*
Use recallocarray() to avoid leaving detritus in memory when resizing
deraadt
2017-03-17
1
-2
/
+4
*
Only reallocate the buffer to fit for medium-size allocations where
millert
2017-03-16
1
-9
/
+14
*
Use a macro for the initial length of the buffer instead of 127; OK deraadt@
millert
2017-03-14
1
-3
/
+5
*
Remove NULL-checks before free() and a few related dead assignments.
mmcc
2015-12-28
1
-5
/
+3
*
Add framework for resolving (pun intended) libc namespace issues, using
guenther
2015-08-31
1
-1
/
+2
*
All these files include <stdlib.h>, so do not need to cast
deraadt
2015-08-20
1
-2
/
+2
*
Fix the handle locking in stdio to use flockfile/funlockfile
kurt
2009-11-09
1
-2
/
+2
*
Back out previous commit, as it caused too much growth for the install
guenther
2009-10-22
1
-2
/
+2
*
Fix the handle locking in stdio to use flockfile/funlockfile
guenther
2009-10-21
1
-2
/
+2
*
Adapt things to use __type_t instead of _BSD_TYPE_T_
millert
2006-01-06
1
-2
/
+2
*
Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.
espie
2005-10-10
1
-1
/
+2
*
zap remaining rcsid.
espie
2005-08-08
1
-5
/
+1
*
Change internals of FILE: reuse the unget buffer field to access an
espie
2005-04-30
1
-2
/
+5
*
deregister + ansify, no change in object code. ok deraadt@ millert@
otto
2004-09-28
1
-6
/
+3
*
Sync with share/misc/license.template and add missing DARPA credit
millert
2003-06-17
1
-9
/
+9
*
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
2003-06-03
1
-23
/
+12
*
Make sure we free the buffer in all error cases. Do the final
millert
1998-10-16
1
-17
/
+19
*
realloc repair
deraadt
1998-08-14
1
-4
/
+9
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
1
-6
/
+3
*
Cast pointer in assignment
tholo
1998-02-07
1
-3
/
+3
*
Based on some FreeBSD changes:
millert
1998-01-12
1
-2
/
+3
*
Implement asprintf(3) and vasprintf(3) functions similar to the
millert
1997-11-29
1
-0
/
+67