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
*
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