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
/
stdlib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
don't forget to fill in canary bytes for posix_memalign(3); reported by
otto
1
-1
/
+4
2017-04-17
consictently use .Dv NULL and a few other tweaks; ok schwarze@
otto
1
-20
/
+17
2017-04-17
whitespace fixes
otto
1
-14
/
+14
2017-04-13
allow clearing less than allocated and document freezero(3) better
otto
2
-13
/
+26
2017-04-10
tweak previous;
jmc
1
-4
/
+4
2017-04-10
Introducing freezero(3) a version of free that guarantees the process
otto
2
-36
/
+130
2017-04-06
Consistentcy between nmembers and size order. From Christopher Hettrick;
otto
1
-8
/
+8
2017-04-06
first print size in meta-data then supplied arg size when an inconsistency is
otto
1
-3
/
+3
2017-03-29
rephrase more enumerations of functions
otto
1
-13
/
+10
2017-03-28
small cleanup & optimization; ok deraadt@ millert@
otto
1
-2
/
+5
2017-03-26
Stop enumeration all allocation functions, just say "allocation functions"
otto
1
-32
/
+13
2017-03-24
add a helper function to print all pools #ifdef MALLOC_STATS
otto
1
-1
/
+16
2017-03-24
document new recallocarray diagnostic; zap a few diagnostics that should
otto
1
-8
/
+9
2017-03-24
move recallocarray to malloc.c and
otto
2
-19
/
+207
2017-03-17
remove unneccessary macro;
jmc
1
-2
/
+2
2017-03-17
Strengthen description of recallocarray(3) behaviour, hoping that readers
deraadt
1
-5
/
+10
2017-03-07
Some tweaks from jmc@ and describe better what recallocarray does;
otto
1
-7
/
+16
2017-03-06
Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)
otto
3
-7
/
+147
2017-02-15
Add a NULL test to wrterror() to avoid a NULL deref when called from a
jsg
1
-2
/
+2
2017-02-12
malloc does not *need* to return page-aligned objects for size >=
otto
1
-5
/
+2
2017-02-02
fix a comment and rm some dead code as a result of the previous diff
otto
1
-8
/
+5
2017-02-01
Let realloc handle and produce moved pointers for allocations between
otto
1
-20
/
+37
2017-01-21
1. When shrinking a chunk allocation, compare the size of the current
otto
1
-46
/
+87
2017-01-04
Remove unnecessary casts of 'a' to char * since 'a' is already char *.
millert
1
-10
/
+10
2016-11-04
MALLOC_STATS tweaks, by default not compiled in
otto
1
-13
/
+29
2016-11-03
small tweak to also check canaries if F is in effect
otto
1
-3
/
+5
2016-10-31
remove some old option letters and also make P non-settable. It has
otto
1
-24
/
+6
2016-10-28
Pages in the malloc cache are either reused quickly or unmapped
otto
1
-14
/
+1
2016-10-22
$OpenBSD$
tb
3
-0
/
+3
2016-10-22
- fix MALLOC_STATS compile
otto
1
-3
/
+6
2016-10-21
fix some void * arithmetic by casting
otto
1
-4
/
+4
2016-10-21
and recommit with fixed GC
otto
1
-102
/
+111
2016-10-20
backout for now; flag combination GC is not ok
otto
1
-109
/
+102
2016-10-20
avoid sentence splicing;
jmc
1
-2
/
+2
2016-10-20
canary corruption message changed a bit
otto
1
-5
/
+5
2016-10-20
Also place canaries in > page sized objects (if C is in effect); ok tb@
otto
1
-102
/
+109
2016-10-15
Wrap _malloc_init() so internal calls go directly
guenther
1
-1
/
+2
2016-10-14
0xd0 -> 0xdb; ok deraadt@ millert@ tedu@
otto
1
-3
/
+3
2016-10-12
optimize canary code a bit by storing offset of sizes table instead of
otto
1
-5
/
+7
2016-10-08
make clear the length printed is the requested length
otto
1
-3
/
+3
2016-10-07
grammar fix previous;
jmc
1
-2
/
+2
2016-10-07
document "chunk canary corrupted" error
otto
1
-2
/
+7
2016-10-07
stray tab
otto
1
-2
/
+2
2016-10-07
Beter implementation of chunk canaries: store size in chunk meta data
otto
1
-61
/
+63
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
guenther
2
-9
/
+9
2016-09-18
move page junking tp unmap(), right before we stick the region in the cache;
otto
1
-6
/
+6
2016-09-04
fix Dt;
jmc
1
-2
/
+2
2016-09-04
Set errno more consistently, and fix a warning, ok tedu
nicm
1
-21
/
+29
2016-09-04
rm
tedu
1
-68
/
+0
2016-09-04
oops, name file after main function
tedu
1
-0
/
+68
[prev]
[next]