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
/
bin
/
csh
/
error.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.
millert
2018-09-18
1
-2
/
+2
*
backout last week of csh diffs. They are disasterously broken, on i386
deraadt
2018-09-18
1
-2
/
+2
*
strsave() is hard-fail strdup() so simplify and rename to xstrdup().
miko
2018-09-15
1
-2
/
+2
*
blkfree() takes no action for NULL pointer so callers can avoid checking.
miko
2018-09-08
1
-6
/
+5
*
Passing NULL to free() is fine; from Michael W. Bombardieri.
anton
2017-12-16
1
-5
/
+3
*
Replace handrolled xfree() function by directly using free(3)
mestre
2015-12-26
1
-2
/
+2
*
delete many more ptr_t casts
tedu
2015-02-08
1
-2
/
+2
*
incorrect range check, > vs >=, on the error list, spotted by parfait
deraadt
2009-11-11
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
documentation tweaks.
sobrado
2008-05-17
1
-5
/
+5
*
off-by-one; inspired by a netbsd coverity fix; ok deraadt@
otto
2006-03-17
1
-3
/
+3
*
de-register and ansify functions
deraadt
2003-06-11
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-27
/
+3
*
prevent core dumps when stderror() is called before reslab is initialized
mickey
2000-08-30
1
-3
/
+3
*
spelling
todd
1997-11-15
1
-3
/
+3
*
err.[ch] -> error.[ch] and fix err/warn usage.
millert
1997-09-22
1
-0
/
+414