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
/
sys
/
kern
/
subr_poison.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
add back inverted poison patterns. keep high bits, but twiddle low bits.
tedu
2014-09-27
1
-2
/
+12
*
The last poison change is awesome, it is triggering use after free bugs.
deraadt
2014-07-22
1
-12
/
+2
*
also use inverted poison patterns, to mix things up. ok deraadt miod
tedu
2014-07-08
1
-2
/
+12
*
Repair compilability after the recent uvmexp changes, especially for
miod
2014-07-08
1
-1
/
+3
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-2
/
+1
*
consistent use of uint32_t for poison values
tedu
2014-05-19
1
-5
/
+5
*
Return the poison value in poison_check() and not the modified value.
mpi
2014-01-13
1
-2
/
+2
*
unfortunately the sparc pagesize handling also requires uvm_extern.h
deraadt
2013-05-31
1
-1
/
+2
*
tiny change to support two poison values based on page addr
tedu
2013-05-30
1
-4
/
+14
*
according to pedro, ids work better with the ending $
tedu
2013-05-02
1
-1
/
+1
*
i missed this file too.
tedu
2013-04-06
1
-5
/
+16
*
separate memory poisoning code to a new file and make it usable kernel wide
tedu
2013-03-28
1
-0
/
+64