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
/
vfprintf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
When positional arguments need more memory for storage (more than 8 args),
deraadt
2003-05-16
1
-16
/
+30
*
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
drahn
2002-10-24
1
-3
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-6
/
+1
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-5
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-4
/
+4
*
KNF, i need this for what comes next..
deraadt
2001-12-05
1
-47
/
+46
*
Fix a bug with the %e flag introduced in a -Wall pass. The original
millert
2001-08-13
1
-2
/
+2
*
a first pass at -Wall
deraadt
2001-07-09
1
-2
/
+2
*
knf
deraadt
2001-05-31
1
-54
/
+54
*
Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru
millert
2001-04-20
1
-3
/
+4
*
do { ... } while (0) instead of just { ... } in macros
millert
1999-08-22
1
-7
/
+7
*
realloc repair
deraadt
1998-08-14
1
-6
/
+7
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
Clean up lint and compile warnings
tholo
1996-12-14
1
-9
/
+6
*
va_list is *not* void* all over...
niklas
1996-11-13
1
-18
/
+23
*
Set errno to EBADF when attempting to write to a file pointer opened read-only
tholo
1996-10-27
1
-2
/
+5
*
Support XPG/3-style positional arguments in printf family.
michaels
1996-09-24
1
-23
/
+409
*
Fix RCS ids
tholo
1996-08-19
1
-2
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+782