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
/
alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the xmalloc(), xcalloc(), xreallocarray() and xstrdup() changes.
millert
2018-09-18
1
-4
/
+19
*
backout last week of csh diffs. They are disasterously broken, on i386
deraadt
2018-09-18
1
-4
/
+4
*
remove macros for xmalloc(), xcalloc() & xreallocarray() and just name the
miko
2018-09-18
1
-4
/
+4
*
Replace handrolled xfree() function by directly using free(3)
mestre
2015-12-26
1
-7
/
+1
*
remove ptr_t typedef. void * is good enough for csh.
tedu
2015-02-08
1
-9
/
+9
*
delete lots of unnecessary ptr_t casts, and drop a little NULL in as well
tedu
2015-02-08
1
-4
/
+4
*
it's safe to call free with null
tedu
2015-02-08
1
-2
/
+1
*
no need for realloc() front ends anymore
deraadt
2014-10-17
1
-13
/
+1
*
Use reallocarray() and remove a few archaic memory allocation practices.
deraadt
2014-10-16
1
-1
/
+13
*
Kill the alloc command, which tried to measure behaviour based on sbrk.
deraadt
2014-10-16
1
-26
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
de-register and ansify functions
deraadt
2003-06-11
1
-14
/
+7
*
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
-7
/
+3
*
unsmoke drugs.
art
2001-06-25
1
-3
/
+3
*
fix obvious warnings.
art
2001-06-25
1
-3
/
+3
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-3
/
+3
*
-Wall'ing.
mickey
1996-12-14
1
-3
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+130