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
/
asprintf.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
-2
/
+2
*
All these files include <stdlib.h>, so do not need to cast
deraadt
2015-08-20
1
-2
/
+2
*
Make printf-like and scanf-like functions marked as such in llib-lc.ln
martynas
2011-05-30
1
-1
/
+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
*
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
*
Move the va_start()/va_end() pair such that it directly backets the call
millert
2005-05-28
1
-5
/
+4
*
Change internals of FILE: reuse the unget buffer field to access an
espie
2005-04-30
1
-2
/
+5
*
make sure the implementation matches the prototype..
pat
2005-03-31
1
-3
/
+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
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-17
/
+2
*
make sure that va_start() has matching va_end()
deraadt
2001-09-05
1
-3
/
+4
*
Make sure we free the buffer in all error cases. Do the final
millert
1998-10-16
1
-15
/
+20
*
realloc repair
deraadt
1998-08-14
1
-4
/
+6
*
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
/
+83