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
/
ksh
/
alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce internal_warningf() and mark internal_errorf() as noreturn
jca
2018-01-16
1
-6
/
+6
*
Switch calloc(3) back to malloc(3). The call to calloc was introduced
tb
2017-11-02
1
-2
/
+2
*
Remove expensive pointer check in afree()
jca
2017-08-15
1
-10
/
+2
*
Change the mmap(2)-based binary history file with lots of magic and a
tb
2017-05-29
1
-2
/
+2
*
put this in the public domain as well. reminded by theo. we discussed
espie
2016-06-01
1
-25
/
+3
*
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
1
-1
/
+2
*
Apply style(9) to header includes.
mmcc
2015-10-19
1
-1
/
+2
*
Change allocarray() to areallocarray(), a full reallocarray clone. All
mmcc
2015-10-17
1
-3
/
+3
*
Copy alloc()'s overflow check to aresize().
mmcc
2015-10-17
1
-1
/
+5
*
Move the overflow check to alloc() so that the link struct overhead can
mmcc
2015-10-16
1
-5
/
+5
*
Add allocarray(), an overflow-safe allocation function.
mmcc
2015-10-16
1
-1
/
+26
*
Extra sanity checking for afree(); OK deraadt@ and pvalchev@
millert
2008-07-21
1
-2
/
+9
*
basic knf
deraadt
2004-02-19
1
-6
/
+6
*
Don't allow alloc() and aresize() to fail. Their return value was
millert
2003-08-05
1
-11
/
+12
*
Kill hand-made memory allocation code, that is definitely buggy.
espie
2002-03-01
1
-736
/
+77
*
pdksh-5.2.14
millert
1999-07-14
1
-2
/
+2
*
overflow fix; michael@cs.mun.ca
deraadt
1998-06-29
1
-2
/
+2
*
pdksh-5.2.13 + local changes
millert
1998-06-25
1
-105
/
+595
*
Import pdksh 5.2.7.
downsj
1996-08-14
1
-0
/
+288