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