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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
5
-10
/
+97
*
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org
millert
1998-11-20
1
-9
/
+11
*
fix append mode; mason@primenet.com.au
deraadt
1998-11-10
1
-1
/
+12
*
Make sure we free the buffer in all error cases. Do the final
millert
1998-10-16
2
-32
/
+39
*
Add a missing note about asprintf
millert
1998-09-27
1
-1
/
+3
*
need sys/stat.h; jon@chalk.oaktree.net.uk
deraadt
1998-09-18
1
-1
/
+2
*
thread-safer
deraadt
1998-09-10
1
-2
/
+2
*
v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references...
millert
1998-08-30
2
-24
/
+10
*
man page repairs; aaron@ug.cs.dal.ca
deraadt
1998-08-29
1
-3
/
+3
*
links to asnprintf and such
deraadt
1998-08-28
1
-2
/
+3
*
realloc repair
deraadt
1998-08-14
4
-18
/
+27
*
Use a single character buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. torek@bsdi.com
millert
1998-07-27
1
-4
/
+9
*
formatting flaws
deraadt
1998-07-14
1
-1
/
+5
*
link for mkstemps()
deraadt
1998-07-03
1
-1
/
+2
*
add mkstemp(char *template, int suffixlen) interface
deraadt
1998-06-30
2
-14
/
+67
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
2
-12
/
+6
*
use Bx macro for BSD versions
mickey
1998-06-15
3
-6
/
+9
*
wrap Z->a and z->A; peter@netplex.com.au
deraadt
1998-04-14
1
-2
/
+4
*
oops
deraadt
1998-03-16
1
-2
/
+2
*
minor glitch
deraadt
1998-03-12
1
-2
/
+2
*
explain security considerations in some detail
deraadt
1998-03-12
2
-12
/
+65
*
fchown() after unlink(), taking umask into account; std conformance according to casper@HOLLAND.SUN.COM
deraadt
1998-03-10
1
-2
/
+8
*
at least 6 X, 10 is better
deraadt
1998-03-09
1
-1
/
+4
*
POSIX behaviour of abort; mckay
deraadt
1998-03-09
1
-3
/
+7
*
grammar fixes by mckay
deraadt
1998-03-09
1
-6
/
+6
*
.Bx Open -> .Ox 2.x
millert
1998-03-07
1
-3
/
+2
*
Use .Ox
millert
1998-03-07
1
-9
/
+30
*
uninitialized case; bde
deraadt
1998-03-04
1
-2
/
+3
*
Mention that mkdtemp() is not portable.
millert
1998-02-23
1
-2
/
+15
*
Cast pointer in assignment
tholo
1998-02-07
2
-6
/
+6
*
clarify fileno(3)
deraadt
1998-02-04
1
-2
/
+2
*
Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>
millert
1998-01-20
1
-12
/
+3
*
Ignore whitespace separating a conversion and %n. There may be
millert
1998-01-19
1
-2
/
+7
*
Oops, missed a 0 vs. '\0'
millert
1998-01-12
1
-2
/
+2
*
typo
millert
1998-01-12
1
-2
/
+2
*
Based on some FreeBSD changes:
millert
1998-01-12
7
-31
/
+34
*
Deal with realloc() failure in v?asprintf()
millert
1997-11-30
1
-2
/
+3
*
Build asprintf.c and vasprintf.c
millert
1997-11-29
1
-4
/
+4
*
Implement asprintf(3) and vasprintf(3) functions similar to the
millert
1997-11-29
4
-43
/
+232
*
Return -1, not EOF for size < 1. XPG4.2 specifies the return value
millert
1997-11-29
2
-4
/
+6
*
use "(off_t)-1" instead of "-1L" (!)
flipk
1997-11-09
1
-2
/
+2
*
Use lstat() not stat() so we catch dangling symlinks, hubertf@netbsd.org
millert
1997-10-08
2
-17
/
+34
*
1) Don't truncate the input string when a directory cannot be stat'd
millert
1997-10-07
2
-18
/
+18
*
Man link for mkdtemp(3).
millert
1997-09-26
1
-1
/
+2
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
11
-35
/
+35
*
Don't tell people to cast NULL to a specific pointer type.
millert
1997-07-08
1
-2
/
+2
*
snprintf(3) is not non-portable (it is part of XPG4) it is just
millert
1997-06-30
1
-2
/
+3
*
Add mkdtemp(3)
millert
1997-06-20
2
-14
/
+52
*
+ an Xr
deraadt
1997-06-13
1
-2
/
+3
*
Xr rmdir
deraadt
1997-06-05
1
-2
/
+3
[next]